Search for d

  1. Search 7.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
aaa_update_test.info.yml file core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml
AbstractOperation::scaffoldAtNewLocation function composer/Plugin/Scaffold/Operations/AbstractOperation.php Determines what to do if operation is used without a previous operation.
AbstractOperation::scaffoldOverExistingTarget function composer/Plugin/Scaffold/Operations/AbstractOperation.php Determines what to do if operation is used at same path as a previous op.
AcceptHeaderMatcher class core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php Filters routes based on the media type specified in the HTTP Accept headers.
AcceptHeaderMatcher.php file core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php
AcceptHeaderMatcher::filter function core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php Filters the route collection against a request.
AcceptHeaderMatcherTest class core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Confirm that the mime types partial matcher is functioning properly.
AcceptHeaderMatcherTest.php file core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php
AcceptHeaderMatcherTest::$fixtures property core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php A collection of shared fixture data for tests.
AcceptHeaderMatcherTest::$matcher property core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php The matcher object that is going to be tested.
AcceptHeaderMatcherTest::acceptFilterProvider function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Provides data for the Accept header filtering test.
AcceptHeaderMatcherTest::setUp function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php
AcceptHeaderMatcherTest::testAcceptFiltering function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Tests that requests using Accept headers get filtered correctly.
AcceptHeaderMatcherTest::testNoRouteFound function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Confirms that the AcceptHeaderMatcher throws an exception for no-route.
AcceptHeaderMiddleware class core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php Example implementation of "accept header"-based content negotiation.
AcceptHeaderMiddleware.php file core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php
AcceptHeaderMiddleware::$app property core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php The app kernel.
AcceptHeaderMiddleware::handle function core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php
AcceptHeaderMiddleware::__construct function core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php Constructs a new AcceptHeaderMiddleware instance.
AcceptHeaderRoutingTestServiceProvider class core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php Service provider for the accept_header_routing_test module.
AcceptHeaderRoutingTestServiceProvider.php file core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php
AcceptHeaderRoutingTestServiceProvider::alter function core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php Modifies existing service definitions.
accept_header_matcher service core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml Drupal\accept_header_routing_test\Routing\AcceptHeaderMatcher
accept_header_routing_test.info.yml file core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml
accept_header_routing_test.services.yml file core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml
Access::adminSummary function core/modules/node/src/Plugin/views/filter/Access.php Display the filter on the administrative summary.
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.
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::getSubscribedEvents function core/modules/user/src/EventSubscriber/AccessDeniedSubscriber.php
AccessDeniedSubscriber::onException 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 enable.
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.
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

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