function TestCallables::preRenderPrinted
File
- 
              core/
tests/ Drupal/ Tests/ Core/ Render/ RendererTest.php, line 1070  
Class
Namespace
Drupal\Tests\Core\RenderCode
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.