Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / image_effect_info_alter.twig
1 /**
2  * Implements hook_image_effect_info_alter().
3  */
4 function {{ machine_name }}_image_effect_info_alter(&$effects) {
5   // Override the Image module's 'Scale and Crop' effect label.
6   $effects['image_scale_and_crop']['label'] = t('Bangers and Mash');
7 }