function TestCallables::preRenderPrinted

File

core/tests/Drupal/Tests/Core/Render/RendererTest.php, line 1070

Class

TestCallables

Namespace

Drupal\Tests\Core\Render

Code

public function preRenderPrinted($elements) {
  $elements['#printed'] = TRUE;
  return $elements;
}

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