Search for data

  1. Search 7.x for data
  2. Search 9.5.x for data
  3. Search 8.9.x for data
  4. Search 11.x for data
  5. Other projects
Title Object type File name Summary
AccountPermissionsCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/AccountPermissionsCacheContext.php Gets the cacheability metadata for the context.
ActionsTest::testDropbuttonWithBubbleableMetadata function core/tests/Drupal/KernelTests/Core/Render/Element/ActionsTest.php
AjaxCommandsTest::testDataCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\DataCommand[[api-linebreak]]
AllowedValuesConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php The typed data manager to use.
AlterableInterface::addMetaData function core/lib/Drupal/Core/Database/Query/AlterableInterface.php Adds additional metadata to the query.
AlterableInterface::getMetaData function core/lib/Drupal/Core/Database/Query/AlterableInterface.php Retrieves a given piece of metadata.
AnnotationTargetAll::$data property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAll.php
AnnotationTargetAnnotation::$data property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php
AnnotationTargetClass::$data property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetClass.php
AnnotationTargetPropertyMethod::$data property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetPropertyMethod.php
AreaTest::viewsData function core/modules/views/tests/src/Kernel/Handler/AreaTest.php Returns the views data definition.
ArrayElement::buildDataDefinition function core/lib/Drupal/Core/Config/Schema/ArrayElement.php Creates a new data definition object from an array and configuration.
AttributesTest::providerTestAttributeData function core/tests/Drupal/Tests/Core/Common/AttributesTest.php Provides data for the Attribute test.
BaseCommand::$data property core/lib/Drupal/Core/Ajax/BaseCommand.php The data to pass on to the client side.
BazCacheContext::getCacheableMetadata function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Gets the cacheability metadata for the context based on the parameter value.
BinaryData class core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php The binary data type.
BinaryData.php file core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php
BinaryData::$handle property core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php A generic file resource handle.
BinaryData::$uri property core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php The file resource URI.
BinaryData::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Gets the primitive data value casted to the correct PHP type.
BinaryData::getString function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Returns a string representation of the data.
BinaryData::getValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Gets the data value.
BinaryData::setValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BinaryData.php Overrides TypedData::setValue().
BlockContentViewsData class core/modules/block_content/src/BlockContentViewsData.php Provides the views data for the block_content entity type.
BlockContentViewsData.php file core/modules/block_content/src/BlockContentViewsData.php
BlockContentViewsData::getViewsData function core/modules/block_content/src/BlockContentViewsData.php Returns views data for the entity type.
BlockVisibilityTest::testTransformNoData function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php @covers ::transform[[api-linebreak]]
BooleanData class core/lib/Drupal/Core/TypedData/Plugin/DataType/BooleanData.php The boolean data type.
BooleanData.php file core/lib/Drupal/Core/TypedData/Plugin/DataType/BooleanData.php
BooleanData::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/BooleanData.php Gets the primitive data value casted to the correct PHP type.
BootstrapConfigStorageFactory::getDatabaseStorage function core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Returns a Database configuration storage implementation.
BubbleableMetadata class core/lib/Drupal/Core/Render/BubbleableMetadata.php Value object used for bubbleable rendering metadata.
BubbleableMetadata.php file core/lib/Drupal/Core/Render/BubbleableMetadata.php
BubbleableMetadata::addCacheableDependency function core/lib/Drupal/Core/Render/BubbleableMetadata.php
BubbleableMetadata::applyTo function core/lib/Drupal/Core/Render/BubbleableMetadata.php Applies the values of this bubbleable metadata object to a render array.
BubbleableMetadata::createFromObject function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a bubbleable metadata object from a depended object.
BubbleableMetadata::createFromRenderArray function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a bubbleable metadata object with values taken from a render array.
BubbleableMetadata::merge function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a new bubbleable metadata object by merging this one with another.
BubbleableMetadata::mergeAttachments function core/lib/Drupal/Core/Render/BubbleableMetadata.php Merges two attachments arrays (which live under the '#attached' key).
BubbleableMetadataTest class core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @coversDefaultClass \Drupal\Core\Render\BubbleableMetadata[[api-linebreak]]
@group Render
BubbleableMetadataTest.php file core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php
BubbleableMetadataTest::providerTestAddAttachments function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testAddAttachments().
BubbleableMetadataTest::providerTestAddCacheableDependency function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testMerge().
BubbleableMetadataTest::providerTestApplyTo function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testApplyTo().
BubbleableMetadataTest::providerTestCreateFromRenderArray function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for createFromRenderArray().
BubbleableMetadataTest::providerTestMerge function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for testMerge().
BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadLinkMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHtmlHeadLinkMerging.
BubbleableMetadataTest::providerTestMergeAttachmentsHtmlHeadMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHtmlHeadMerging.
BubbleableMetadataTest::providerTestMergeAttachmentsHttpHeaderMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHttpHeaderMerging.
BubbleableMetadataTest::testAddAttachments function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::addAttachments[[api-linebreak]]
@covers ::setAttachments[[api-linebreak]]
@dataProvider providerTestAddAttachments

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