function test_base_theme_views_post_render

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/themes/test_base_theme/test_base_theme.theme \test_base_theme_views_post_render()

Implements hook_views_post_render().

2 string references to 'test_base_theme_views_post_render'
TestBaseThemeHooks::viewsPostRender in core/modules/system/tests/themes/test_base_theme/src/Hook/TestBaseThemeHooks.php
Implements hook_views_post_render().
ViewsThemeIntegrationTest::testThemedViewPage in core/modules/views/tests/src/Functional/ViewsThemeIntegrationTest.php
Tests pre_render and post_render hooks in a theme and sub-theme.

File

core/modules/system/tests/themes/test_base_theme/test_base_theme.theme, line 24

Code

function test_base_theme_views_post_render(ViewExecutable $view, &$output, CachePluginBase $cache) : void {
  // We append the function name to the title for test to check for.
  $view->setTitle($view->getTitle() . ":" . __FUNCTION__);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.