function ThemeTestHooks::pageBottom

Implements hook_page_bottom().

File

core/modules/system/tests/modules/theme_test/src/Hook/ThemeTestHooks.php, line 70

Class

ThemeTestHooks
Hook implementations for theme_test.

Namespace

Drupal\theme_test\Hook

Code

public function pageBottom(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.