function theme_test_page_bottom
Same name in other branches
- 9 core/modules/system/tests/modules/theme_test/theme_test.module \theme_test_page_bottom()
- 8.9.x core/modules/system/tests/modules/theme_test/theme_test.module \theme_test_page_bottom()
- 11.x core/modules/system/tests/modules/theme_test/theme_test.module \theme_test_page_bottom()
Implements hook_page_bottom().
File
-
core/
modules/ system/ tests/ modules/ theme_test/ theme_test.module, line 116
Code
function theme_test_page_bottom(array &$page_bottom) {
$page_bottom['theme_test_page_bottom'] = [
'#markup' => 'theme test page bottom markup',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.