Along very similar lines to #2349221: No @addtogroup hooks in theme.api.php, it looks like End of "addtogroup hooks" is missing from entity.api.php
Patch on the way which adds it.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | add_end_of_addtogroup_hooks_to_entityapi-2365705-1.patch | 334 bytes | mcdruid |
Comments
Comment #1
mcdruid commentedComment #2
mcdruid commentedComment #3
mcdruid commentedTo aid review... the docs on defgroup are here: https://www.drupal.org/node/1354#defgroup
To see the hooks with the defgroup bookends in the other files within the system module, try running:
(n.b. hook_transliteration_overrides_alter is outside the group, but has @ingroup hooks instead.)
Comment #4
jhodgdonThanks! Committed to 8.0.x.