function TestAccessClass::accessResultAllowed

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Core/Render/RendererTest.php \Drupal\Tests\Core\Render\TestAccessClass::accessResultAllowed()
  2. 10 core/tests/Drupal/Tests/Core/Render/RendererTest.php \Drupal\Tests\Core\Render\TestAccessClass::accessResultAllowed()
  3. 11.x core/tests/Drupal/Tests/Core/Render/RendererTest.php \Drupal\Tests\Core\Render\TestAccessClass::accessResultAllowed()

File

core/tests/Drupal/Tests/Core/Render/RendererTest.php, line 1051

Class

TestAccessClass

Namespace

Drupal\Tests\Core\Render

Code

public static function accessResultAllowed() {
    return AccessResult::allowed();
}

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