🇬🇧United Kingdom vreemt
🇬🇧United Kingdom vreemt
in the diff for src/EntityReferencePatterns.php
the following is incorrect:
- * Implements hook_options_list_alter().
+ * Implements hookOptionsListAlter().
*/
- public function hook_options_list_alter(&$options, $context) {
as far as I know, this hook hasn't magically changed casing and is still hook_options_list_alter
src: https://api.drupal.org/api/drupal/core%21modules%21options%21options.api...
🇬🇧United Kingdom vreemt
🇬🇧United Kingdom vreemt
vreemt → created an issue.