4ec9bb92e788c2b7fedd2cebc06e8c74cc69661e
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / views_plugins_field_alter.twig
1 /**
2  * Implements hook_views_plugins_field_alter().
3  */
4 function {{ machine_name }}_views_plugins_field_alter(array &$plugins) {
5   // Change the 'title' handler class.
6   $plugins['title']['class'] = 'Drupal\\example\\ExampleClass';
7 }