Pull merge.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / field_attach_preprocess_alter.twig
1 /**
2  * Implements hook_field_attach_preprocess_alter().
3  */
4 function {{ machine_name }}_field_attach_preprocess_alter(&$variables, $context) {
5   // @todo Needs function body.
6 }