make request_body available in hook_post_execute

Created on 14 January 2025, 9 days ago

Problem/Motivation

i would like to know what augmentor was responsible for calling hook_post_execute so i can post process accordingly.

Steps to reproduce

function hook_post_execute(array &$result) {
  print_r($result);
}

Proposed resolution

add $request_body to:

      $this->moduleHandler->invokeAll('post_execute', [&$result, &$decoded_request_body]);

in AugmentorController.php

Remaining tasks

add $request_body.

User interface changes

NA

API changes

additional value to function hook_post_execute(array &$result, array &$request_body) {

Data model changes

NA

Feature request
Status

Active

Version

1.2

Component

Code

Created by

🇦🇺Australia rakugaki Sydney

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024