Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Other projects
Title Object type File name Summary
AccessManagerTest::setUp function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php
AccessManagerTest::setupAccessArgumentsResolverFactory function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Add default expectations to the access arguments resolver factory.
AccessManagerTest::setupAccessChecker function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Adds a default access check service to the container and the access manager.
AccessManagerTest::testCheck function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests \Drupal\Core\Access\AccessManager::check().
AccessManagerTest::testCheckConjunctions function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests \Drupal\Core\Access\AccessManager::check() with conjunctions.
AccessManagerTest::testCheckException function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests that an access checker throws an exception for not allowed values.
AccessManagerTest::testCheckNamedRoute function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests the checkNamedRoute method.
AccessManagerTest::testCheckNamedRouteWithDefaultValue function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests the checkNamedRoute with default values.
AccessManagerTest::testCheckNamedRouteWithNonExistingRoute function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests checkNamedRoute given an invalid/non existing route name.
AccessManagerTest::testCheckNamedRouteWithUpcastedValues function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests the checkNamedRoute with upcasted values.
AccessManagerTest::testCheckWithNullAccount function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests \Drupal\Core\Access\AccessManager::check() with no account specified.
AccessManagerTest::testSetChecks function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests \Drupal\Core\Access\AccessManager::setChecks().
AccessManagerTest::testSetChecksWithDynamicAccessChecker function core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php Tests setChecks with a dynamic access checker.
AccessPermissionTest class core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php Tests views perm access plugin.
AccessPermissionTest.php file core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php
AccessPermissionTest::$modules property core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php Modules to enable.
AccessPermissionTest::$normalUser property core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php A user with 'views_test_data test permission' permission.
AccessPermissionTest::$testViews property core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php
AccessPermissionTest::$webUser property core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php A user with no special permissions.
AccessPermissionTest::setUp function core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php
AccessPermissionTest::testAccessPerm function core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php Tests perm access plugin.
AccessPermissionTest::testRenderCaching function core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php Tests access on render caching.
AccessPluginBase class core/modules/views/src/Plugin/views/access/AccessPluginBase.php The base plugin to handle access control.
AccessPluginBase.php file core/modules/views/src/Plugin/views/access/AccessPluginBase.php
AccessPluginBase::access function core/modules/views/src/Plugin/views/access/AccessPluginBase.php Determine if the current user has access or not.
AccessPluginBase::alterRouteDefinition function core/modules/views/src/Plugin/views/access/AccessPluginBase.php Allows access plugins to alter the route definition of a view.
AccessPluginBase::summaryTitle function core/modules/views/src/Plugin/views/access/AccessPluginBase.php Returns the summary of the settings in the display.
AccessResult class core/lib/Drupal/Core/Access/AccessResult.php Value object for passing an access result with cacheability metadata.
AccessResult.php file core/lib/Drupal/Core/Access/AccessResult.php
AccessResult::allowed function core/lib/Drupal/Core/Access/AccessResult.php Creates an AccessResultInterface object with isAllowed() === TRUE.
AccessResult::allowedIf function core/lib/Drupal/Core/Access/AccessResult.php Creates an allowed or neutral access result.
AccessResult::allowedIfHasPermission function core/lib/Drupal/Core/Access/AccessResult.php Creates an allowed access result if the permission is present, neutral otherwise.
AccessResult::allowedIfHasPermissions function core/lib/Drupal/Core/Access/AccessResult.php Creates an allowed access result if the permissions are present, neutral otherwise.
AccessResult::andIf function core/lib/Drupal/Core/Access/AccessResult.php Combine this access result with another using AND.
AccessResult::cachePerPermissions function core/lib/Drupal/Core/Access/AccessResult.php Convenience method, adds the "user.permissions" cache context.
AccessResult::cachePerUser function core/lib/Drupal/Core/Access/AccessResult.php Convenience method, adds the "user" cache context.
AccessResult::forbidden function core/lib/Drupal/Core/Access/AccessResult.php Creates an AccessResultInterface object with isForbidden() === TRUE.
AccessResult::forbiddenIf function core/lib/Drupal/Core/Access/AccessResult.php Creates a forbidden or neutral access result.
AccessResult::getCacheContexts function core/lib/Drupal/Core/Access/AccessResult.php The cache contexts associated with this object.
AccessResult::getCacheMaxAge function core/lib/Drupal/Core/Access/AccessResult.php The maximum age for which this object may be cached.
AccessResult::getCacheTags function core/lib/Drupal/Core/Access/AccessResult.php The cache tags associated with this object.
AccessResult::inheritCacheability function core/lib/Drupal/Core/Access/AccessResult.php Inherits the cacheability of the other access result, if any.
AccessResult::isAllowed function core/lib/Drupal/Core/Access/AccessResult.php
AccessResult::isForbidden function core/lib/Drupal/Core/Access/AccessResult.php
AccessResult::isNeutral function core/lib/Drupal/Core/Access/AccessResult.php
AccessResult::neutral function core/lib/Drupal/Core/Access/AccessResult.php Creates an AccessResultInterface object with isNeutral() === TRUE.
AccessResult::orIf function core/lib/Drupal/Core/Access/AccessResult.php Combine this access result with another using OR.
AccessResult::resetCacheContexts function core/lib/Drupal/Core/Access/AccessResult.php Resets cache contexts (to the empty array).
AccessResult::resetCacheTags function core/lib/Drupal/Core/Access/AccessResult.php Resets cache tags (to the empty array).
AccessResult::setCacheMaxAge function core/lib/Drupal/Core/Access/AccessResult.php Sets the maximum age for which this access result may be cached.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.