Search for all
Title | Object type | File name | Summary |
---|---|---|---|
AccessAwareRouterTest::testCall | function | core/ |
Ensure that methods are passed to the wrapped router. |
AccessAwareRouterTest::testCheckAccessResultWithReason | function | core/ |
Tests the matchRequest() function for access denied with reason message. |
AccessAwareRouterTest::testMatchRequestAllowed | function | core/ |
Tests the matchRequest() function for access allowed. |
AccessAwareRouterTest::testMatchRequestDenied | function | core/ |
Tests the matchRequest() function for access denied. |
AccessCheck | class | core/ |
Checks access based on the 'menu_test' key in session. |
AccessCheck.php | file | core/ |
|
AccessCheck::$requestStack | property | core/ |
The request stack. |
AccessCheck::access | function | core/ |
Check to see if user accessed this page. |
AccessCheck::create | function | core/ |
|
AccessCheck::menuLocalAction7 | function | core/ |
|
AccessCheck::menuLocalAction8 | function | core/ |
|
AccessCheck::__construct | function | core/ |
Constructs a new AccessCheck class. |
AccessCheckInterface | interface | core/ |
An access check service determines access rules for particular routes. |
AccessCheckInterface.php | file | core/ |
|
AccessCheckInterface::applies | function | core/ |
Declares whether the access check applies to a specific route or not. |
AccessDeniedSubscriber | class | core/ |
Redirects users when access is denied. |
AccessDeniedSubscriber.php | file | core/ |
|
AccessDeniedSubscriber::$account | property | core/ |
The current user. |
AccessDeniedSubscriber::getSubscribedEvents | function | core/ |
|
AccessDeniedSubscriber::onException | function | core/ |
Redirects users when access is denied. |
AccessDeniedSubscriber::__construct | function | core/ |
Constructs a new redirect subscriber. |
AccessDeniedTest | class | core/ |
Tests page access denied functionality, including custom 403 pages. |
AccessDeniedTest.php | file | core/ |
|
AccessDeniedTest::$adminUser | property | core/ |
|
AccessDeniedTest::$defaultTheme | property | core/ |
|
AccessDeniedTest::$modules | property | core/ |
|
AccessDeniedTest::setUp | function | core/ |
|
AccessDeniedTest::testAccessDenied | function | core/ |
|
AccessDeniedTest::testAccessDeniedCustomPageWithAccessDenied | function | core/ |
Tests that an inaccessible custom 403 page falls back to the default. |
AccessException | class | core/ |
An exception thrown for access errors. |
AccessException.php | file | core/ |
|
AccessGroupAnd | class | core/ |
An access group where all the dependencies must be allowed. |
AccessGroupAnd.php | file | core/ |
|
AccessGroupAnd::$dependencies | property | core/ |
The access dependencies. |
AccessGroupAnd::access | function | core/ |
|
AccessGroupAnd::addDependency | function | core/ |
|
AccessGroupAnd::getDependencies | function | core/ |
|
AccessGroupAndTest | class | core/ |
Tests accessible groups. |
AccessGroupAndTest.php | file | core/ |
|
AccessGroupAndTest::setUp | function | core/ |
|
AccessGroupAndTest::testGroups | function | core/ |
@covers \Drupal\block_content\Access\AccessGroupAnd |
AccessibleInterface | interface | core/ |
Interface for checking access. |
AccessibleInterface.php | file | core/ |
|
AccessibleInterface::access | function | core/ |
Checks data value access. |
AccessibleTestingTrait | trait | core/ |
Helper methods testing accessible interfaces. |
AccessibleTestingTrait.php | file | core/ |
|
AccessibleTestingTrait::$account | property | core/ |
The test account. |
AccessibleTestingTrait::createAccessibleDouble | function | core/ |
Creates AccessibleInterface object from access result object for testing. |
AccessInterface | interface | core/ |
An access check service determines access rules for particular routes. |
AccessInterface.php | file | core/ |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.