Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
AccessAwareRouterTest::testCall function core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php Ensure that methods are passed to the wrapped router.
AccessAwareRouterTest::testCheckAccessResultWithReason function core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php Tests the matchRequest() function for access denied with reason message.
AccessAwareRouterTest::testMatchRequestAllowed function core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php Tests the matchRequest() function for access allowed.
AccessAwareRouterTest::testMatchRequestDenied function core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php Tests the matchRequest() function for access denied.
AccessCheck class core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php Checks access based on the 'menu_test' key in session.
AccessCheck.php file core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php
AccessCheck::$requestStack property core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php The request stack.
AccessCheck::access function core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php Check to see if user accessed this page.
AccessCheck::create function core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php Instantiates a new instance of this class.
AccessCheck::menuLocalAction7 function core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php
AccessCheck::menuLocalAction8 function core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php
AccessCheck::__construct function core/modules/system/tests/modules/menu_test/src/Access/AccessCheck.php Constructs a new AccessCheck class.
AccessCheckInterface interface core/lib/Drupal/Core/Access/AccessCheckInterface.php An access check service determines access rules for particular routes.
AccessCheckInterface.php file core/lib/Drupal/Core/Access/AccessCheckInterface.php
AccessCheckInterface::applies function core/lib/Drupal/Core/Access/AccessCheckInterface.php Declares whether the access check applies to a specific route or not.
AccessDeniedSubscriber class core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php Redirects users when access is denied.
AccessDeniedSubscriber.php file core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php
AccessDeniedSubscriber::$account property core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php The current user.
AccessDeniedSubscriber::getHandledFormats function core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php Specifies the request formats this subscriber will respond to.
AccessDeniedSubscriber::getPriority function core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php Specifies the priority of all listeners in this class.
AccessDeniedSubscriber::on403 function core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php Redirects users when access is denied.
AccessDeniedSubscriber::__construct function core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php Constructs a new redirect subscriber.
AccessDeniedTest class core/modules/system/tests/src/Functional/System/AccessDeniedTest.php Tests page access denied functionality, including custom 403 pages.
AccessDeniedTest.php file core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
AccessDeniedTest::$adminUser property core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
AccessDeniedTest::$defaultTheme property core/modules/system/tests/src/Functional/System/AccessDeniedTest.php The theme to install as the default for testing.
AccessDeniedTest::$modules property core/modules/system/tests/src/Functional/System/AccessDeniedTest.php Modules to install.
AccessDeniedTest::setUp function core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
AccessDeniedTest::testAccessDenied function core/modules/system/tests/src/Functional/System/AccessDeniedTest.php
AccessDeniedTest::testAccessDeniedCustomPageWithAccessDenied function core/modules/system/tests/src/Functional/System/AccessDeniedTest.php Tests that an inaccessible custom 403 page falls back to the default.
AccessException class core/lib/Drupal/Core/Access/AccessException.php An exception thrown for access errors.
AccessException.php file core/lib/Drupal/Core/Access/AccessException.php
AccessGroupAnd class core/modules/block_content/src/Access/AccessGroupAnd.php An access group where all the dependencies must be allowed.
AccessGroupAnd.php file core/modules/block_content/src/Access/AccessGroupAnd.php
AccessGroupAnd::$dependencies property core/modules/block_content/src/Access/AccessGroupAnd.php The access dependencies.
AccessGroupAnd::access function core/modules/block_content/src/Access/AccessGroupAnd.php Checks data value access.
AccessGroupAnd::addDependency function core/modules/block_content/src/Access/AccessGroupAnd.php
AccessGroupAnd::getDependencies function core/modules/block_content/src/Access/AccessGroupAnd.php
AccessGroupAndTest class core/modules/block_content/tests/src/Unit/Access/AccessGroupAndTest.php Tests accessible groups.
AccessGroupAndTest.php file core/modules/block_content/tests/src/Unit/Access/AccessGroupAndTest.php
AccessGroupAndTest::setUp function core/modules/block_content/tests/src/Unit/Access/AccessGroupAndTest.php
AccessGroupAndTest::testGroups function core/modules/block_content/tests/src/Unit/Access/AccessGroupAndTest.php @covers \Drupal\block_content\Access\AccessGroupAnd
AccessibleInterface interface core/lib/Drupal/Core/Access/AccessibleInterface.php Interface for checking access.
AccessibleInterface.php file core/lib/Drupal/Core/Access/AccessibleInterface.php
AccessibleInterface::access function core/lib/Drupal/Core/Access/AccessibleInterface.php Checks data value access.
AccessibleTestingTrait trait core/modules/block_content/tests/src/Unit/Access/AccessibleTestingTrait.php Helper methods testing accessible interfaces.
AccessibleTestingTrait.php file core/modules/block_content/tests/src/Unit/Access/AccessibleTestingTrait.php
AccessibleTestingTrait::$account property core/modules/block_content/tests/src/Unit/Access/AccessibleTestingTrait.php The test account.
AccessibleTestingTrait::createAccessibleDouble function core/modules/block_content/tests/src/Unit/Access/AccessibleTestingTrait.php Creates AccessibleInterface object from access result object for testing.
AccessInterface interface core/lib/Drupal/Core/Routing/Access/AccessInterface.php An access check service determines access rules for particular routes.

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