72dd3b49f7c29159649c8802f4d2247842b9af54
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / views_plugins_style_alter.twig
1 /**
2  * Implements hook_views_plugins_style_alter().
3  */
4 function {{ machine_name }}_views_plugins_style_alter(array &$plugins) {
5   // Change the theme hook of a plugin.
6   $plugins['html_list']['theme'] = 'custom_views_view_list';
7 }