Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / filter_format_disable.twig
1 /**
2  * Implements hook_filter_format_disable().
3  */
4 function {{ machine_name }}_filter_format_disable($format) {
5   mymodule_cache_rebuild();
6 }