- Issue created by @rakugaki
- Merge request !44Resolve #3499572 "Make request body available in hook post execute" → (Open) created by rakugaki
i would like to know what augmentor was responsible for calling hook_post_execute so i can post process accordingly.
function hook_post_execute(array &$result) {
print_r($result);
}
add $request_body to:
$this->moduleHandler->invokeAll('post_execute', [&$result, &$decoded_request_body]);
in AugmentorController.php
add $request_body.
NA
additional value to function hook_post_execute(array &$result, array &$request_body) {
NA
Active
1.2
Code