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.

Comments

mcdruid’s picture

mcdruid’s picture

Status: Active » Needs review
mcdruid’s picture

To 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:

grep -rn '@addtogroup hooks\|^function .*hook\|End of "addtogroup hooks' core/modules/system/*.api.php

(n.b. hook_transliteration_overrides_alter is outside the group, but has @ingroup hooks instead.)

jhodgdon’s picture

Status: Needs review » Fixed

Thanks! Committed to 8.0.x.

  • jhodgdon committed 7b10d49 on 8.0.x
    Issue #2365705 by mcdruid: Add end addtogroup hooks to entity.api.php
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.