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
AccessAwareRouterInterface::ACCESS_RESULT constant core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php Attribute name of the access result for the request..
AccessAwareRouterInterface::match function core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php
AccessAwareRouterInterface::matchRequest function core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php
AccessAwareRouterTest class core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php @coversDefaultClass \Drupal\Core\Routing\AccessAwareRouter
@group Routing
AccessAwareRouterTest.php file core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php
AccessAwareRouterTest::$accessAwareRouter property core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php
AccessAwareRouterTest::$accessManager property core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php
AccessAwareRouterTest::$coreRouter property core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php
AccessAwareRouterTest::$currentUser property core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php
AccessAwareRouterTest::$route property core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php
AccessAwareRouterTest::$router property core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php
AccessAwareRouterTest::setUp function core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php
AccessAwareRouterTest::setupRouter function core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php Sets up a chain router with matchRequest.
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 The test user.
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 Tests access denied functionality.
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

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