Problem/Motivation
After applied the compatibility issue with Drupal 10, an fatal error start to happen in a hook invoke.
Steps to reproduce
- Enable the Data Policy module;
- Implement a hook "data_policy_destination_alter";
- The error will be displayed when the hook is invoked;
Issue fork data_policy-3387128
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
viniciusrp commentedComment #6
viniciusrp commentedComment #7
viniciusrp commentedThe hook-invoke was fixed to works as expected.