Search for definition

  1. Search 7.x for definition
  2. Search 9.5.x for definition
  3. Search 8.9.x for definition
  4. Search 10.3.x for definition
  5. Other projects
Title Object type File name Summary
AddComponentDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/ConfigAction/Deriver/AddComponentDeriver.php Gets the definition of all derivatives of a base plugin.
AddModerationDeriver::getDerivativeDefinitions function core/modules/content_moderation/src/Plugin/ConfigAction/AddModerationDeriver.php Gets the definition of all derivatives of a base plugin.
AnnotatedDiscoveryAutomatedProvidersTrait::prepareAnnotationDefinition function core/modules/migrate/src/Plugin/Discovery/AnnotatedDiscoveryAutomatedProvidersTrait.php Prepares the annotation definition.
AttributeBridgeDecorator::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/AttributeBridgeDecorator.php Gets the definition of all plugins for this type.
AttributeBridgeDecoratorTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php @covers ::getDefinitions[[api-linebreak]]
AttributeClassDiscovery::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php Gets the definition of all plugins for this type.
AttributeClassDiscovery::prepareAttributeDefinition function core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php Prepares the attribute definition.
AttributeClassDiscovery::prepareAttributeDefinition function core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php Prepares the attribute definition.
AttributeClassDiscoveryAutomatedProviders::prepareAttributeDefinition function core/modules/migrate/src/Plugin/Discovery/AttributeClassDiscoveryAutomatedProviders.php Prepares the attribute definition.
AttributeClassDiscoveryCachedTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeClassDiscoveryCachedTest.php Tests that getDefinitions() retrieves the file cache correctly.
AttributeClassDiscoveryCachedTest::testGetDefinitionsMissingTrait function core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeClassDiscoveryCachedTest.php Tests discovery with missing traits.
AttributeClassDiscoveryTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Attribute/AttributeClassDiscoveryTest.php @covers ::getDefinitions[[api-linebreak]]
@covers ::prepareAttributeDefinition[[api-linebreak]]
AttributeDiscoveryWithAnnotations::getDefinitions function core/lib/Drupal/Core/Plugin/Discovery/AttributeDiscoveryWithAnnotations.php Gets the definition of all plugins for this type.
AttributeDiscoveryWithAnnotations::prepareAnnotationDefinition function core/lib/Drupal/Core/Plugin/Discovery/AttributeDiscoveryWithAnnotations.php Prepares the annotation definition.
AttributeDiscoveryWithAnnotationsAutomatedProviders::prepareAttributeDefinition function core/modules/migrate/src/Plugin/Discovery/AttributeDiscoveryWithAnnotationsAutomatedProviders.php Prepares the attribute definition.
BatchTestDefinitions class core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch definitions for testing batches.
BatchTestDefinitions.php file core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php
BatchTestDefinitions::batch0 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 0: Does nothing.
BatchTestDefinitions::batch1 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 1: Repeats a simple operation.
BatchTestDefinitions::batch2 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 2: Performs a single multistep operation.
BatchTestDefinitions::batch3 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 3: Performs both single and multistep operations.
BatchTestDefinitions::batch4 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 4: Performs a batch within a batch.
BatchTestDefinitions::batch5 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 5: Repeats a simple operation.
BatchTestDefinitions::batch6 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 6: Repeats a simple operation.
BatchTestDefinitions::batch7 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 7: Performs two batches within a batch.
BatchTestDefinitions::batch8 function core/modules/system/tests/modules/batch_test/src/BatchTestDefinitions.php Batch 8: Throws an exception.
CallableResolver::getCallableFromDefinition function core/lib/Drupal/Core/Utility/CallableResolver.php Gets a callable from a definition.
CommentHooks::fieldInfoEntityTypeUiDefinitionsAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_field_info_entity_type_ui_definitions_alter().
ComponentInvalidReplacementTest::testInvalidDefinitionTheme function core/tests/Drupal/KernelTests/Components/ComponentInvalidReplacementTest.php Ensure that component replacement validates the schema compatibility.
ComponentPluginManager::alterDefinition function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Alters the plugin definition with computed properties.
ComponentPluginManager::alterDefinitions function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Invokes the hook to alter the definitions if the alter hook is set.
ComponentPluginManager::clearCachedDefinitions function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Clears static and persistent plugin definition caches.
ComponentPluginManager::isValidDefinition function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Validates the metadata info.
ComponentPluginManager::libraryFromDefinition function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Creates the library declaration array from a component definition.
ComponentPluginManager::processDefinition function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Performs extra processing on plugin definitions.
ComponentPluginManager::processDefinitionCategory function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Processes a plugin definition to ensure there is a category.
ComponentRenderInvalidTest::testInvalidDefinitionModule function core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php Ensure that components in modules without schema fail validation.
ComponentRenderInvalidTest::testInvalidDefinitionTheme function core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php Ensure that components in modules without schema fail validation.
ComponentRenderTest::testPluginDefinition function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensures some key aspects of the plugin definition are correctly computed.
ComponentValidator::validateDefinition function core/lib/Drupal/Core/Theme/Component/ComponentValidator.php Validates the component metadata file.
ComponentValidatorTest::dataProviderValidateDefinitionInvalid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Data provider with invalid component definitions.
ComponentValidatorTest::dataProviderValidateDefinitionValid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Data provider with valid component definitions.
ComponentValidatorTest::loadComponentDefinitionFromFs function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Loads a component definition from the component name.
ComponentValidatorTest::testValidateDefinitionInvalid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Tests invalid component definitions.
ComponentValidatorTest::testValidateDefinitionValid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Tests that valid component definitions don't cause errors.
ConfigActionManager::alterDefinitions function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Invokes the hook to alter the definitions if the alter hook is set.
ContentEntityDeriver::getDerivativeDefinitions function core/modules/migrate/src/Plugin/migrate/source/ContentEntityDeriver.php Gets the definition of all derivatives of a base plugin.
ContentEntityTest::migrationDefinition function core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php Get a migration definition.
CreateForEachBundleDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/Deriver/CreateForEachBundleDeriver.php Gets the definition of all derivatives of a base plugin.
CronQueueTestDeriver::getDerivativeDefinitions function core/modules/system/tests/modules/cron_queue_test/src/Plugin/Derivative/CronQueueTestDeriver.php Gets the definition of all derivatives of a base plugin.

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