Skip to main content
Home drpl Drupal stuff for people

Drupal no longer collects legacy hooks outside of the main extension file

As of Drupal 12 procedural (legacy) hooks are only collected in the main .module, .theme and theme-settings.php extension files of your module or theme.

If your extension still provides legacy hooks, consider converting them to OOP or make sure to move them to the main extension file.