Search for id

  1. Search 7.x for id
  2. Search 8.9.x for id
  3. Search 10.3.x for id
  4. Search 11.x for id
  5. Other projects
Title Object type File name Summary
ContextAwarePluginInterface::validateContexts function core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php Validates the set values for the defined contexts.
ContextAwarePluginTrait::validateContexts function core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php
ContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedBy function core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSatisfiedTest.php Provides test data for ::testIsSatisfiedBy().
ContextDefinitionTest::providerGetConstraint function core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php Data provider for testGetConstraint.
ContextDefinitionTest::providerGetDataDefinition function core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php Very simple data provider.
ContextDefinitionTest::testGetDataDefinitionInvalidType function core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php @dataProvider providerGetDataDefinition
@covers ::getDataDefinition[[api-linebreak]]
@uses \Drupal
ContextHandlerTest::providerTestCheckRequirements function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Provides data for testCheckRequirements().
ContextHandlerTest::providerTestFilterPluginDefinitionsByContexts function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Provides data for testFilterPluginDefinitionsByContexts().
ContextHandlerTest::providerTestGetMatchingContexts function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Provides data for testGetMatchingContexts().
ContextInterface::validate function core/lib/Drupal/Component/Plugin/Context/ContextInterface.php Validates the set context value.
ContextProviderInterface interface core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php Defines an interface for providing plugin contexts.
ContextProviderInterface.php file core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php
ContextProviderInterface::getAvailableContexts function core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php Gets all available contexts for the purposes of configuration.
ContextProviderInterface::getRuntimeContexts function core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php Gets runtime context values for the given context IDs.
ContextProvidersPass class core/lib/Drupal/Core/DependencyInjection/Compiler/ContextProvidersPass.php Adds the context provider service IDs to the context manager.
ContextProvidersPass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/ContextProvidersPass.php
ContextProvidersPass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/ContextProvidersPass.php Passes the service IDs of all context providers to the context repository.
ContextTest::providerGetContextValue function core/tests/Drupal/Tests/Component/Plugin/Context/ContextTest.php Data provider for testGetContextValue.
ContextTest::providerHasContextValue function core/tests/Drupal/Tests/Component/Plugin/Context/ContextTest.php Data provider for testHasContextValue.
ContextTypedDataTest::providerHasContextValue function core/tests/Drupal/KernelTests/Core/Plugin/ContextTypedDataTest.php Data provider for testHasContextValue.
ContextualDynamicContextTest::createContextualIdToken function core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php Creates a contextual ID token.
ContextualLinkDefaultTest::$pluginId property core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php The used plugin ID.
ContextualUnitTest::contextualLinksDataProvider function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Provides testcases for both test functions.
ContextualUnitTest::testContextualIdToLinks function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Tests the conversion from contextual ID to links.
ContextualUnitTest::testContextualLinksToId function core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php Tests the conversion from contextual links to IDs.
ContextualValidatorInterface interface core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php Extends the contextual validator validate method by a new parameter.
ContextualValidatorInterface.php file core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php
ContextualValidatorInterface::validate function core/lib/Drupal/Core/TypedData/Validation/ContextualValidatorInterface.php Validates a value against a constraint or a list of constraints.
ControllerResolverTest::providerTestCreateController function core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php Provides test data for testCreateController().
ControllerResolverTest::providerTestGetController function core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php Provides test data for testGetController().
ControllerResolverTest::providerTestGetControllerFromDefinition function core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php Provides test data for testGetControllerFromDefinition().
ControllerResolverTest::testCreateControllerInvalidName function core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php Tests createController() with an invalid name.
Convert::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Convert.php Validates the arguments.
CookieCacheContextTest::providerTestGetContext function core/tests/Drupal/Tests/Core/Cache/Context/CookieCacheContextTest.php Provides a list of cookies and expected cache contexts.
CoreServiceProvider class core/lib/Drupal/Core/CoreServiceProvider.php ServiceProvider class for mandatory core services.
CoreServiceProvider.php file core/lib/Drupal/Core/CoreServiceProvider.php
CoreServiceProvider::alter function core/lib/Drupal/Core/CoreServiceProvider.php Alters the UUID service to use the most efficient method available.
CoreServiceProvider::register function core/lib/Drupal/Core/CoreServiceProvider.php Registers services to the container.
CoreServiceProvider::registerTest function core/lib/Drupal/Core/CoreServiceProvider.php Registers services and event subscribers for a site under test.
CountConstraint::validatedBy function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php
CounterTest::providerRowIndexes function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Provides some row index to test.
CreateNew::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/CreateNew.php Validates the arguments.
CredentialForm::getFormId function core/modules/migrate_drupal_ui/src/Form/CredentialForm.php Returns a unique string identifying the form.
CredentialForm::validateForm function core/modules/migrate_drupal_ui/src/Form/CredentialForm.php Form validation handler.
CredentialForm::validatePaths function core/modules/migrate_drupal_ui/src/Form/CredentialForm.php The #element_validate handler for the source path elements.
CredentialFormTest::providerCredentialForm function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Data provider for testCredentialForm.
CronForm::getFormId function core/modules/system/src/Form/CronForm.php Returns a unique string identifying the form.
Crop::validateArguments function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/Crop.php Validates the arguments.
CryptTest::providerTestHashBase64 function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Provides data for self::testHashBase64().
CryptTest::providerTestHmacBase64 function core/tests/Drupal/Tests/Component/Utility/CryptTest.php Provides data for self::testHmacBase64().

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