function TurtleLazyBuilder::trustedCallbacks

Same name in other branches
  1. 11.x core/modules/big_pipe/tests/src/Unit/Render/FiberPlaceholderTest.php \Drupal\Tests\big_pipe\Unit\Render\TurtleLazyBuilder::trustedCallbacks()

Overrides TrustedCallbackInterface::trustedCallbacks

File

core/modules/big_pipe/tests/src/Unit/Render/FiberPlaceholderTest.php, line 133

Class

TurtleLazyBuilder

Namespace

Drupal\Tests\big_pipe\Unit\Render

Code

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

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