89cc74cd70cd5058d7799f20383937dae66ea46b
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / views_plugins_argument_validator_alter.twig
1 /**
2  * Implements hook_views_plugins_argument_validator_alter().
3  */
4 function {{ machine_name }}_views_plugins_argument_validator_alter(array &$plugins) {
5   // Remove the available plugin because the users should not have access to it.
6   unset($plugins['php']);
7 }