Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / local_tasks_alter.twig
1 /**
2  * Implements hook_local_tasks_alter().
3  */
4 function {{ machine_name }}_local_tasks_alter(&$local_tasks) {
5   // Remove a specified local task plugin.
6   unset($local_tasks['example_plugin_id']);
7 }