Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / field_storage_pre_load.twig
1 /**
2  * Implements hook_field_storage_pre_load().
3  */
4 function {{ machine_name }}_field_storage_pre_load($entity_type, $entities, $age, &$skip_fields, $options) {
5   // @todo Needs function body.
6 }