You are here

protected property UncacheableTestAccessResult::$value in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Access/AccessResultTest.php \Drupal\Tests\Core\Access\UncacheableTestAccessResult::value

The access result value. 'ALLOWED', 'FORBIDDEN' or 'NEUTRAL'.

Type: string

File

core/tests/Drupal/Tests/Core/Access/AccessResultTest.php, line 980
Contains \Drupal\Tests\Core\Access\AccessResultTest.

Class

UncacheableTestAccessResult

Namespace

Drupal\Tests\Core\Access

Code

protected $value;