Search for %s
| Title | Object type | File name | Summary |
|---|---|---|---|
| AccessManager::checkNamedRoute | function | core/ |
Checks a named route with parameters against access check services. |
| AccessManager::checkRequest | function | core/ |
Execute access checks against the incoming request. |
| AccessManager::performCheck | function | core/ |
Performs the specified access check. |
| AccessManager::__construct | function | core/ |
Constructs an AccessManager instance. |
| AccessManagerInterface | interface | core/ |
Provides an interface for attaching and running access check services. |
| AccessManagerInterface.php | file | core/ |
|
| AccessManagerInterface::check | function | core/ |
Checks a route against applicable access check services. |
| AccessManagerInterface::checkNamedRoute | function | core/ |
Checks a named route with parameters against access check services. |
| AccessManagerInterface::checkRequest | function | core/ |
Execute access checks against the incoming request. |
| AccessManagerTest | class | core/ |
Tests Drupal\Core\Access\AccessManager. |
| AccessManagerTest.php | file | core/ |
|
| AccessManagerTest::$accessManager | property | core/ |
The access manager to test. |
| AccessManagerTest::$account | property | core/ |
The mocked account. |
| AccessManagerTest::$argumentsResolverFactory | property | core/ |
The access arguments resolver. |
| AccessManagerTest::$checkProvider | property | core/ |
|
| AccessManagerTest::$container | property | core/ |
The dependency injection container. |
| AccessManagerTest::$currentUser | property | core/ |
|
| AccessManagerTest::$paramConverter | property | core/ |
The parameter converter. |
| AccessManagerTest::$routeCollection | property | core/ |
The collection of routes, which are tested. |
| AccessManagerTest::$routeProvider | property | core/ |
The route provider. |
| AccessManagerTest::providerCheckException | function | core/ |
Data provider for testCheckException. |
| AccessManagerTest::providerTestCheckConjunctions | function | core/ |
Provides data for the conjunction test. |
| AccessManagerTest::setUp | function | core/ |
|
| AccessManagerTest::setupAccessArgumentsResolverFactory | function | core/ |
Add default expectations to the access arguments resolver factory. |
| AccessManagerTest::setupAccessChecker | function | core/ |
Adds a default access check service to the container and the access manager. |
| AccessManagerTest::testCheck | function | core/ |
Tests \Drupal\Core\Access\AccessManager::check(). |
| AccessManagerTest::testCheckConjunctions | function | core/ |
Tests \Drupal\Core\Access\AccessManager::check() with conjunctions. |
| AccessManagerTest::testCheckException | function | core/ |
Tests that an access checker throws an exception for not allowed values. |
| AccessManagerTest::testCheckNamedRoute | function | core/ |
Tests the checkNamedRoute method. |
| AccessManagerTest::testCheckNamedRouteWithDefaultValue | function | core/ |
Tests the checkNamedRoute with default values. |
| AccessManagerTest::testCheckNamedRouteWithNonExistingRoute | function | core/ |
Tests checkNamedRoute given an invalid/non existing route name. |
| AccessManagerTest::testCheckNamedRouteWithUpcastedValues | function | core/ |
Tests the checkNamedRoute with upcasted values. |
| AccessManagerTest::testCheckWithNullAccount | function | core/ |
Tests \Drupal\Core\Access\AccessManager::check() with no account specified. |
| AccessManagerTest::testSetChecks | function | core/ |
Tests \Drupal\Core\Access\AccessManager::setChecks(). |
| AccessManagerTest::testSetChecksWithDynamicAccessChecker | function | core/ |
Tests setChecks with a dynamic access checker. |
| AccessPermissionTest | class | core/ |
Tests views perm access plugin. |
| AccessPermissionTest.php | file | core/ |
|
| AccessPermissionTest::$modules | property | core/ |
Modules to install. |
| AccessPermissionTest::$normalUser | property | core/ |
A user with 'views_test_data test permission' permission. |
| AccessPermissionTest::$testViews | property | core/ |
|
| AccessPermissionTest::$webUser | property | core/ |
A user with no special permissions. |
| AccessPermissionTest::setUp | function | core/ |
|
| AccessPermissionTest::testAccessPerm | function | core/ |
Tests perm access plugin. |
| AccessPermissionTest::testRenderCaching | function | core/ |
Tests access on render caching. |
| AccessPluginBase | class | core/ |
The base plugin to handle access control. |
| AccessPluginBase.php | file | core/ |
|
| AccessPluginBase::access | function | core/ |
Determine if the current user has access or not. |
| AccessPluginBase::alterRouteDefinition | function | core/ |
Allows access plugins to alter the route definition of a view. |
| AccessPluginBase::summaryTitle | function | core/ |
Returns the summary of the settings in the display. |
| AccessPolicyBase | class | core/ |
Base class for access policies. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.