52ffe755174c3a24b3db74c9ab8654fdbe28f743
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / views_form_substitutions.twig
1 /**
2  * Implements hook_views_form_substitutions().
3  */
4 function {{ machine_name }}_views_form_substitutions() {
5   return [
6     '<!--views-form-example-substitutions-->' => 'Example Substitution',
7   ];
8 }