Search for definition

  1. Search 7.x for definition
  2. Search 8.9.x for definition
  3. Search 10.3.x for definition
  4. Search 11.x for definition
  5. Other projects
Title Object type File name Summary
BaseFieldDefinitionTest::testFieldCardinality function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests field cardinality.
BaseFieldDefinitionTest::testFieldDefaultValue function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests field default value.
BaseFieldDefinitionTest::testFieldDescription function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests field description methods.
BaseFieldDefinitionTest::testFieldInitialValue function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests field initial value.
BaseFieldDefinitionTest::testFieldLabel function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests field label methods.
BaseFieldDefinitionTest::testFieldName function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests field name methods.
BaseFieldDefinitionTest::testFieldProvider function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests provider.
BaseFieldDefinitionTest::testFieldRequired function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests required.
BaseFieldDefinitionTest::testFieldRevisionable function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests field revisionable methods.
BaseFieldDefinitionTest::testFieldSettings function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests field settings methods.
BaseFieldDefinitionTest::testFieldStorageRequired function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests storage required.
BaseFieldDefinitionTest::testFieldTranslatable function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests field translatable methods.
BaseFieldDefinitionTest::testFieldType function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests field type methods.
BaseFieldDefinitionTest::testInvalidDefaultValueCallback function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests invalid default value callbacks.
BaseFieldDefinitionTest::testNullDefaultValueCallback function core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Tests NULL default value callbacks.
BaseFieldDefinitionTestBase class core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php Provides setup method for testing base field definitions.
BaseFieldDefinitionTestBase.php file core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php
BaseFieldDefinitionTestBase::$definition property core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php The field definition used in this test.
BaseFieldDefinitionTestBase::getModuleAndPath function core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php Returns the module name and the module directory for the plugin.
BaseFieldDefinitionTestBase::getPluginId function core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php Returns the plugin ID of the tested field type.
BaseFieldDefinitionTestBase::setUp function core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php
BaseFieldOverride::$baseFieldDefinition property core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php The base field definition.
BaseFieldOverride::createFromBaseFieldDefinition function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Creates a base field override object.
BaseFieldOverride::getBaseFieldDefinition function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Gets the base field definition.
BaseFieldOverride::getFieldStorageDefinition function core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php Returns the field storage definition.
BatchStorage::schemaDefinition function core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php
BatchStorage::schemaDefinition function core/lib/Drupal/Core/Batch/BatchStorage.php Defines the schema for the batch table.
Block::$context_definitions property core/lib/Drupal/Core/Block/Annotation/Block.php An array of context definitions describing the context used by the plugin.
BlockContent::baseFieldDefinitions function core/modules/block_content/src/Entity/BlockContent.php
BlockContent::getDerivativeDefinitions function core/modules/block_content/src/Plugin/Derivative/BlockContent.php Gets the definition of all derivatives of a base plugin.
BlockManager::getSortedDefinitions function core/lib/Drupal/Core/Block/BlockManager.php
BlockManager::processDefinition function core/lib/Drupal/Core/Block/BlockManager.php Performs extra processing on plugin definitions.
BlockManagerTest::testDefinitions function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php @covers ::getDefinitions
BlockManagerTest::testGroupedDefinitions function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php @covers ::getGroupedDefinitions
BlockManagerTest::testSortedDefinitions function core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php @covers ::getSortedDefinitions
BooleanItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Defines field item properties.
BreakpointManager::clearCachedDefinitions function core/modules/breakpoint/src/BreakpointManager.php Clears static and persistent plugin definition caches.
BreakpointManager::processDefinition function core/modules/breakpoint/src/BreakpointManager.php Performs extra processing on plugin definitions.
BreakpointTest::$pluginDefinition property core/modules/breakpoint/tests/src/Unit/BreakpointTest.php The used plugin definition.
BundleClassTest::testEntityClassNotTakenFromActiveDefinitions function core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php Tests that a module can override an entity-type class.
CacheableMetadataCalculationTest::alterRouteDefinition function core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/src/Plugin/views/access/CacheableMetadataCalculationTest.php Allows access plugins to alter the route definition of a view.
CachedDiscoveryClearer::clearCachedDefinitions function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php Clears the cache on all cached discoveries.
CachedDiscoveryClearer::clearCachedDefinitions function core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php Clears the cache on all cached discoveries.
CachedDiscoveryClearerInterface::clearCachedDefinitions function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php Clears the cache on all cached discoveries.
CachedDiscoveryInterface::clearCachedDefinitions function core/lib/Drupal/Component/Plugin/Discovery/CachedDiscoveryInterface.php Clears static and persistent plugin definition caches.
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.
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

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