function TestCallables::trustedCallbacks

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Render/RendererTest.php \Drupal\Tests\Core\Render\TestCallables::trustedCallbacks()
  2. 8.9.x core/tests/Drupal/Tests/Core/Render/RendererTest.php \Drupal\Tests\Core\Render\TestCallables::trustedCallbacks()
  3. 10 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 1105

Class

TestCallables

Namespace

Drupal\Tests\Core\Render

Code

public static function trustedCallbacks() {
    return [
        'preRenderPrinted',
    ];
}

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