v1/vendor/chi-teck/drupal-code-generator/templates/hook/page_top.twig

7 lines
159 B
Twig

/**
* Implements hook_page_top().
*/
function {{ machine_name }}_page_top(array &$page_top) {
$page_top['mymodule'] = ['#markup' => 'This is the top.'];
}