function TestCallables::trustedCallbacks
Same name in other branches
- 9 core/tests/Drupal/Tests/Core/Render/RendererTest.php \Drupal\Tests\Core\Render\TestCallables::trustedCallbacks()
- 10 core/tests/Drupal/Tests/Core/Render/RendererTest.php \Drupal\Tests\Core\Render\TestCallables::trustedCallbacks()
- 11.x core/tests/Drupal/Tests/Core/Render/RendererTest.php \Drupal\Tests\Core\Render\TestCallables::trustedCallbacks()
Overrides TrustedCallbackInterface::trustedCallbacks
File
-
core/
tests/ Drupal/ Tests/ Core/ Render/ RendererTest.php, line 1076
Class
Namespace
Drupal\Tests\Core\RenderCode
public static function trustedCallbacks() {
return [
'preRenderPrinted',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.