Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
CallbackTest::testCallbackExceptions function core/modules/migrate/tests/src/Unit/process/CallbackTest.php Tests callback exceptions.
callback_allowed_values_function function core/modules/options/options.api.php Provide the allowed values for a 'list_*' field.
callback_batch_operation function core/lib/Drupal/Core/Form/form.api.php Perform a single batch operation.
CallsDestructableServiceController class core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php Controller to instantiate the destructable service.
CallsDestructableServiceController.php file core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php
CallsDestructableServiceController::$destructable property core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php Destructable service.
CallsDestructableServiceController::create function core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php Instantiates a new instance of the implementing class using autowiring.
CallsDestructableServiceController::render function core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php Render callback.
CallsDestructableServiceController::__construct function core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php
CancelUser::__construct function core/modules/user/src/Plugin/Action/CancelUser.php Constructs a CancelUser object.
card.component.yml file core/profiles/demo_umami/themes/umami/components/card/card.component.yml core/profiles/demo_umami/themes/umami/components/card/card.component.yml
CategorizingPluginManager::getDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Provides some test definitions to the trait.
CategorizingPluginManager::processDefinition function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Performs extra processing on plugin definitions.
CategorizingPluginManager::__construct function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php Replace the constructor so we can instantiate a stub.
CategorizingPluginManagerInterface::getGroupedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions grouped by category.
CategorizingPluginManagerInterface::getSortedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions.
CategorizingPluginManagerTrait::getGroupedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::getModuleExtensionList function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Returns the module extension list used.
CategorizingPluginManagerTrait::getSortedDefinitions function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
CategorizingPluginManagerTrait::processDefinitionCategory function core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php Processes a plugin definition to ensure there is a category.
CategorizingPluginManagerTraitTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getGroupedDefinitions[[api-linebreak]]
CategorizingPluginManagerTraitTest::testGetSortedDefinitions function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::getSortedDefinitions[[api-linebreak]]
CategorizingPluginManagerTraitTest::testProcessDefinitionCategory function core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php @covers ::processDefinitionCategory[[api-linebreak]]
CategoryAutocompleteController class core/modules/block/src/Controller/CategoryAutocompleteController.php Returns autocomplete responses for block categories.
CategoryAutocompleteController.php file core/modules/block/src/Controller/CategoryAutocompleteController.php
CategoryAutocompleteController::$blockManager property core/modules/block/src/Controller/CategoryAutocompleteController.php The block manager.
CategoryAutocompleteController::autocomplete function core/modules/block/src/Controller/CategoryAutocompleteController.php Retrieves suggestions for block category autocompletion.
CategoryAutocompleteController::create function core/modules/block/src/Controller/CategoryAutocompleteController.php Instantiates a new instance of this class.
CategoryAutocompleteController::__construct function core/modules/block/src/Controller/CategoryAutocompleteController.php Constructs a new CategoryAutocompleteController.
CategoryAutocompleteTest::$autocompleteController property core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php The autocomplete controller.
CategoryAutocompleteTest::providerTestAutocompleteSuggestions function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php Data provider for testAutocompleteSuggestions().
CategoryAutocompleteTest::testAutocompleteSuggestions function core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php Tests the autocomplete method.
ChainedFastBackend::$consistentBackend property core/lib/Drupal/Core/Cache/ChainedFastBackend.php The consistent cache backend.
ChainedFastBackend::garbageCollection function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Performs garbage collection on a cache bin.
ChainedFastBackend::__construct function core/lib/Drupal/Core/Cache/ChainedFastBackend.php Constructs a ChainedFastBackend object.
ChainedFastBackendFactory::$consistentServiceName property core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php The service name of the consistent backend factory.
ChainedFastBackendFactory::$container property core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php The service container.
ChainedFastBackendFactory::setContainer function core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Sets the service container.
ChainedFastBackendFactory::__construct function core/lib/Drupal/Core/Cache/ChainedFastBackendFactory.php Constructs ChainedFastBackendFactory object.
ChainedFastBackendTest::$consistentCache property core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php The consistent cache backend.
ChainedFastBackendTest::testFallThroughToConsistentCache function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests a fast cache miss gets data from the consistent cache backend.
ChainedFastBackendTest::testGetDoesNotHitConsistentBackend function core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php Tests a get() on the fast backend, with no hit on the consistent backend.
ChainEntityResolver::__construct function core/modules/serialization/src/EntityResolver/ChainEntityResolver.php Constructs a ChainEntityResolver object.
ChainEntityResolverTest::testResolverWithNoneResolved function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with no matching resolvers.
ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with no matching resolvers, using addResolver.
ChainRequestPolicyTest::providerChainExceptionOnInvalidReturnValue function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Provides test data for testChainExceptionOnInvalidReturnValue.
ChainRequestPolicyTest::testChainExceptionOnInvalidReturnValue function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Asserts that check() throws an exception if a rule returns an invalid value.
ChainRequestPolicyTest::testStopChainOnFirstDeny function core/tests/Drupal/Tests/Core/PageCache/ChainRequestPolicyTest.php Asserts that check() returns immediately when a rule returned DENY.
ChainResponsePolicy class core/lib/Drupal/Core/PageCache/ChainResponsePolicy.php Implements a compound response policy.
ChainResponsePolicy class core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php Provides a proxy class for \Drupal\Core\PageCache\ChainResponsePolicy.

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