function EarlyRenderingTestController::renderArrayEarly

Same name in other branches
  1. 8.9.x core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php \Drupal\early_rendering_controller_test\EarlyRenderingTestController::renderArrayEarly()
  2. 10 core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php \Drupal\early_rendering_controller_test\EarlyRenderingTestController::renderArrayEarly()
  3. 11.x core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php \Drupal\early_rendering_controller_test\EarlyRenderingTestController::renderArrayEarly()
1 call to EarlyRenderingTestController::renderArrayEarly()
EarlyRenderingTestController::ajaxResponseEarly in core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
1 string reference to 'EarlyRenderingTestController::renderArrayEarly'
early_rendering_controller_test.routing.yml in core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.routing.yml
core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.routing.yml

File

core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php, line 72

Class

EarlyRenderingTestController
Controller routines for early_rendering_test routes.

Namespace

Drupal\early_rendering_controller_test

Code

public function renderArrayEarly() {
    $render_array = $this->earlyRenderContent();
    return [
        '#markup' => $this->renderer
            ->render($render_array),
    ];
}

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