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

7 lines
174 B
Twig

/**
* Implements hook_page_bottom().
*/
function {{ machine_name }}_page_bottom(array &$page_bottom) {
$page_bottom['mymodule'] = ['#markup' => 'This is the bottom.'];
}