Updated to Drupal 8.5. Core Media not yet in use.
[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 }