Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / overlay_parent_initialize.twig
1 /**
2  * Implements hook_overlay_parent_initialize().
3  */
4 function {{ machine_name }}_overlay_parent_initialize() {
5   // Add our custom JavaScript.
6   drupal_add_js(drupal_get_path('module', 'hook') . '/hook-overlay.js');
7 }