API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Extension...
> ...: Arguments to pass to the hook implementation.
That's a relic of D7.
This now takes a single $args parameter, which is an array of all the parameters.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | parameters_to-2738575-3.patch | 609 bytes | lluvigne |
Comments
Comment #2
cilefen commentedI think this is Major priority for documentation based on the importance of this API.
Comment #3
lluvigneHi!
this is my first time on documentation so maybe im doing wrong.
This is what i understood. I changed the doc from where is inherited.
Comment #4
cilefen commentedThat seems fine to me.
Comment #5
jhodgdonLooks good -- good job on your first documentation patch!
Comment #7
catchCommitted/pushed to 8.2.x and cherry-picked to 8.1.x, thanks!