Search for %s
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::getHandledFormats | function | core/ |
Specifies the request formats this subscriber will respond to. |
| AccessDeniedSubscriber::getPriority | function | core/ |
Specifies the priority of all listeners in this class. |
| AccessDeniedSubscriber::on403 | 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/ |
The test user. |
| AccessDeniedTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| AccessDeniedTest::$modules | property | core/ |
Modules to install. |
| AccessDeniedTest::setUp | function | core/ |
|
| AccessDeniedTest::testAccessDenied | function | core/ |
Tests access denied functionality. |
| 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/ |
Checks data value access. |
| AccessGroupAnd::addDependency | function | core/ |
Adds an access dependency. |
| AccessGroupAnd::getDependencies | function | core/ |
Gets all the access dependencies. |
| AccessGroupAndTest | class | core/ |
Tests accessible groups. |
| AccessGroupAndTest.php | file | core/ |
|
| AccessGroupAndTest::setUp | function | core/ |
|
| AccessGroupAndTest::testGroups | function | core/ |
Tests groups. |
| 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/ |
|
| AccessManager | class | core/ |
Attaches access check services to routes and runs them on request. |
| AccessManager.php | file | core/ |
|
| AccessManager::$argumentsResolverFactory | property | core/ |
The access arguments resolver. |
| AccessManager::$checkProvider | property | core/ |
The check provider. |
| AccessManager::$currentUser | property | core/ |
The current user. |
| AccessManager::$paramConverterManager | property | core/ |
The paramconverter manager. |
| AccessManager::$routeProvider | property | core/ |
The route provider. |
| AccessManager::check | function | core/ |
Checks a route against applicable access check services. |
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.