function Test::renderPage

Same name in other branches
  1. 8.9.x core/modules/system/tests/modules/test_page_test/src/Controller/Test.php \Drupal\test_page_test\Controller\Test::renderPage()
  2. 10 core/modules/system/tests/modules/test_page_test/src/Controller/Test.php \Drupal\test_page_test\Controller\Test::renderPage()
  3. 11.x core/modules/system/tests/modules/test_page_test/src/Controller/Test.php \Drupal\test_page_test\Controller\Test::renderPage()

Returns a generic page render array for title tests.

Return value

array A render array as expected by \Drupal\Core\Render\RendererInterface::render().

File

core/modules/system/tests/modules/test_page_test/src/Controller/Test.php, line 76

Class

Test
Defines a test controller for page titles.

Namespace

Drupal\test_page_test\Controller

Code

public function renderPage() {
    return [
        '#markup' => 'Content',
    ];
}

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