Pull merge.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / plugin_filter_TYPE__CONSUMER_alter.twig
1 /**
2  * Implements hook_plugin_filter_TYPE__CONSUMER_alter().
3  */
4 function {{ machine_name }}_plugin_filter_TYPE__CONSUMER_alter(array &$definitions, array $extra) {
5   // Explicitly remove the "Help" block for this consumer.
6   unset($definitions['help_block']);
7 }