Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
CustomAccessCheck::access function core/lib/Drupal/Core/Access/CustomAccessCheck.php Checks access for the account and route using the custom access checker.
CustomAccessCheck::__construct function core/lib/Drupal/Core/Access/CustomAccessCheck.php Constructs a CustomAccessCheck instance.
CustomAccessCheckTest class core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php @coversDefaultClass \Drupal\Core\Access\CustomAccessCheck
@group Access
CustomAccessCheckTest.php file core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php
CustomAccessCheckTest::$accessChecker property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The access checker to test.
CustomAccessCheckTest::$argumentsResolverFactory property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The mocked arguments resolver.
CustomAccessCheckTest::$callableResolver property core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php The mocked callable resolver.
CustomAccessCheckTest::setUp function core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php
CustomAccessCheckTest::testAccess function core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php Tests the access method.
CustomAccessCheckTest::testAccessException function core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php Tests the access method exception for invalid access callbacks.
CustomAnnotationClassDiscoveryTest class core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php Tests that a custom annotation class is used.
CustomAnnotationClassDiscoveryTest.php file core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php
CustomAnnotationClassDiscoveryTest::setUp function core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php
CustomBooleanTest class core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php Tests the UI and functionality for the Custom boolean field handler options.
CustomBooleanTest.php file core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php
CustomBooleanTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php The theme to install as the default for testing.
CustomBooleanTest::$testViews property core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php Views used by this test.
CustomBooleanTest::dataSet function core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php Returns a very simple test dataset.
CustomBooleanTest::testCustomOption function core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php Tests the setting and output of custom labels for boolean values.
CustomBooleanTest::testCustomOptionTemplate function core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php Tests the setting and output of custom labels for boolean values.
CustomBooleanTest::viewsData function core/modules/views_ui/tests/src/Functional/CustomBooleanTest.php \Drupal\views\Tests\ViewTestBase::viewsData().
CustomDirectoryAnnotatedClassDiscoveryTest class core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php Tests discovery of annotated plugins in a custom directory.
CustomDirectoryAnnotatedClassDiscoveryTest.php file core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php
CustomDirectoryAnnotatedClassDiscoveryTest::setUp function core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php
CustomDirectoryExample1 class core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.php Provides a test plugin within a custom directory.
CustomDirectoryExample1.php file core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.php
CustomDirectoryExample2 class core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample2.php Provides a test plugin within a custom directory.
CustomDirectoryExample2.php file core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample2.php
CustomFileCache class core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php
CustomPageExceptionHtmlSubscriber class core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php Exception subscriber for handling core custom HTML error pages.
CustomPageExceptionHtmlSubscriber.php file core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php
CustomPageExceptionHtmlSubscriber::$accessManager property core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php The access manager.
CustomPageExceptionHtmlSubscriber::$configFactory property core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php The configuration factory.
CustomPageExceptionHtmlSubscriber::getPriority function core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php Specifies the priority of all listeners in this class.
CustomPageExceptionHtmlSubscriber::makeSubrequestToCustomPath function core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php Makes a subrequest to retrieve the custom error page.
CustomPageExceptionHtmlSubscriber::on403 function core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php Handles a 403 error for HTML.
CustomPageExceptionHtmlSubscriber::on404 function core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php Handles a 404 error for HTML.
CustomPageExceptionHtmlSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php Constructs a new CustomPageExceptionHtmlSubscriber.
CustomPageExceptionHtmlSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php @coversDefaultClass \Drupal\Core\EventSubscriber\CustomPageExceptionHtmlSubscriber
@group EventSubscriber
CustomPageExceptionHtmlSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php
CustomPageExceptionHtmlSubscriberTest::$accessManager property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The access manager.
CustomPageExceptionHtmlSubscriberTest::$accessUnawareRouter property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The mocked access unaware router.
CustomPageExceptionHtmlSubscriberTest::$configFactory property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The mocked config factory.
CustomPageExceptionHtmlSubscriberTest::$customPageSubscriber property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The tested custom page exception subscriber.
CustomPageExceptionHtmlSubscriberTest::$errorLog property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The PHP error log settings before the test.
CustomPageExceptionHtmlSubscriberTest::$kernel property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The mocked HTTP kernel.
CustomPageExceptionHtmlSubscriberTest::$logger property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The mocked logger.
CustomPageExceptionHtmlSubscriberTest::$redirectDestination property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The mocked redirect.destination service.
CustomPageExceptionHtmlSubscriberTest::setUp function core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php
CustomPageExceptionHtmlSubscriberTest::tearDown function core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php

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