Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / dashboard_regions.twig
1 /**
2  * Implements hook_dashboard_regions().
3  */
4 function {{ machine_name }}_dashboard_regions() {
5   // Define a new dashboard region. Your module can also then define
6   // theme_mymodule_dashboard_region() as a theme wrapper function to control
7   // the region's appearance.
8   return array('mymodule_dashboard_region' => "My module's dashboard region");
9 }