Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| AccessPolicyBase.php | file | core/ |
|
| AccessPolicyBase::alterPermissions | function | core/ |
Alter the permissions after all policies have finished building them. |
| AccessPolicyBase::applies | function | core/ |
Checks whether this access policy applies to a given scope. |
| AccessPolicyBase::calculatePermissions | function | core/ |
Calculates the permissions for an account within a given scope. |
| AccessPolicyBase::getPersistentCacheContexts | function | core/ |
Gets the persistent cache contexts. |
| AccessPolicyInterface | interface | core/ |
Defines the access policy interface. |
| AccessPolicyInterface.php | file | core/ |
|
| AccessPolicyInterface::alterPermissions | function | core/ |
Alter the permissions after all policies have finished building them. |
| AccessPolicyInterface::applies | function | core/ |
Checks whether this access policy applies to a given scope. |
| AccessPolicyInterface::calculatePermissions | function | core/ |
Calculates the permissions for an account within a given scope. |
| AccessPolicyInterface::getPersistentCacheContexts | function | core/ |
Gets the persistent cache contexts. |
| AccessPolicyInterface::SCOPE_DRUPAL | constant | core/ |
Scope ID for general Drupal access. |
| AccessPolicyProcessor | class | core/ |
Processes access policies into permissions for an account. |
| AccessPolicyProcessor.php | file | core/ |
|
| AccessPolicyProcessor::$accessPolicies | property | core/ |
The access policies. |
| AccessPolicyProcessor::addAccessPolicy | function | core/ |
Adds an access policy. |
| AccessPolicyProcessor::getPersistentCacheContexts | function | core/ |
Gets the persistent cache contexts of all policies within a given scope. |
| AccessPolicyProcessor::needsPersistentCache | function | core/ |
Returns whether the persistent cache is necessary. |
| AccessPolicyProcessor::processAccessPolicies | function | core/ |
Processes the access policies for an account within a given scope. |
| AccessPolicyProcessor::validateScope | function | core/ |
Validates if calculated permissions all match a single scope. |
| AccessPolicyProcessor::__construct | function | core/ |
|
| AccessPolicyProcessorInterface | interface | core/ |
Processes all added access policies until the full permissions are built. |
| AccessPolicyProcessorInterface.php | file | core/ |
|
| AccessPolicyProcessorInterface::addAccessPolicy | function | core/ |
Adds an access policy. |
| AccessPolicyProcessorInterface::processAccessPolicies | function | core/ |
Processes the access policies for an account within a given scope. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.