function BubblingTest::trustedCallbacks

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php \Drupal\Tests\Core\Render\BubblingTest::trustedCallbacks()

File

core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php, line 718

Class

BubblingTest

Namespace

Drupal\Tests\Core\Render

Code

public static function trustedCallbacks() {
  return [
    'bubblingPreRender',
    'bubblingNestedPreRenderUncached',
    'bubblingNestedPreRenderCached',
    'bubblingPlaceholder',
    'bubblingCacheOverwritePrerender',
  ];
}

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