function AccessResult::allowed
Same name in other branches
- 9 core/lib/Drupal/Core/Access/AccessResult.php \Drupal\Core\Access\AccessResult::allowed()
- 8.9.x core/lib/Drupal/Core/Access/AccessResult.php \Drupal\Core\Access\AccessResult::allowed()
- 10 core/lib/Drupal/Core/Access/AccessResult.php \Drupal\Core\Access\AccessResult::allowed()
Creates an AccessResultInterface object with isAllowed() === TRUE.
Return value
\Drupal\Core\Access\AccessResultAllowed isAllowed() will be TRUE.
103 calls to AccessResult::allowed()
- AccessAwareRouterTest::testMatchRequestAllowed in core/
tests/ Drupal/ Tests/ Core/ Routing/ AccessAwareRouterTest.php - Tests the matchRequest() function for access allowed.
- AccessGroupAndTest::testGroups in core/
modules/ block_content/ tests/ src/ Unit/ Access/ AccessGroupAndTest.php - @covers \Drupal\block_content\Access\AccessGroupAnd
- AccessManager::check in core/
lib/ Drupal/ Core/ Access/ AccessManager.php - AccessManagerTest::providerTestCheckConjunctions in core/
tests/ Drupal/ Tests/ Core/ Access/ AccessManagerTest.php - Provides data for the conjunction test.
- AccessManagerTest::testCheck in core/
tests/ Drupal/ Tests/ Core/ Access/ AccessManagerTest.php - Tests \Drupal\Core\Access\AccessManager::check().
File
-
core/
lib/ Drupal/ Core/ Access/ AccessResult.php, line 50
Class
- AccessResult
- Value object for passing an access result with cacheability metadata.
Namespace
Drupal\Core\AccessCode
public static function allowed() {
return new AccessResultAllowed();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.