Mercurial > hg > cmmr2012-drupal-site
view vendor/chi-teck/drupal-code-generator/templates/d7/hook/dashboard_regions.twig @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
line wrap: on
line source
/** * Implements hook_dashboard_regions(). */ function {{ machine_name }}_dashboard_regions() { // Define a new dashboard region. Your module can also then define // theme_mymodule_dashboard_region() as a theme wrapper function to control // the region's appearance. return array('mymodule_dashboard_region' => "My module's dashboard region"); }