Search for metaData

  1. Search 7.x for metaData
  2. Search 9.5.x for metaData
  3. Search 8.9.x for metaData
  4. Search 10.3.x for metaData
  5. Other projects
Title Object type File name Summary
DirectoryWithMetadataDiscovery.php file core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php
DirectoryWithMetadataDiscovery::findProvider function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Finds the provider of the discovered file.
DirectoryWithMetadataDiscovery::getDirectoryIterator function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Gets an iterator to loop over the files in the provided directory.
DirectoryWithMetadataDiscovery::getIdentifier function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php The IDs can collide in two different scenarios:
DirectoryWithMetadataDiscovery::__construct function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Constructs a DirectoryWithMetadataDiscovery object.
DirectoryWithMetadataPluginDiscovery class core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Discover directories that contain a specific metadata file.
DirectoryWithMetadataPluginDiscovery.php file core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php
DirectoryWithMetadataPluginDiscovery::__construct function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Constructs a DirectoryWithMetadataPluginDiscovery object.
DisplayPluginBase::applyDisplayCacheabilityMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Applies the cacheability of the current display to the given render array.
DisplayPluginBase::calculateCacheMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Calculates the display's cache metadata by inspecting each handler/plugin.
DisplayPluginBase::getCacheMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Gets the cache metadata.
DisplayPluginInterface::calculateCacheMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Calculates the display's cache metadata by inspecting each handler/plugin.
DisplayPluginInterface::getCacheMetadata function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Gets the cache metadata.
DocParser::$annotationMetadata property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Hash-map for caching annotation metadata.
DocParser::$metadataParser property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Doc parser used to collect annotation target.
DocParser::collectAnnotationMetadata function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Collects parsing metadata for a given annotation class
DocParser::collectAttributeTypeMetadata function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Collects parsing metadata for a given attribute.
DrupalCoreRecommendedBuilder::initialPackageMetadata function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Returns the initial package metadata that describes the metapackage.
DrupalDevDependenciesBuilder::initialPackageMetadata function composer/Generator/Builder/DrupalDevDependenciesBuilder.php Returns the initial package metadata that describes the metapackage.
DrupalPinnedDevDependenciesBuilder::initialPackageMetadata function composer/Generator/Builder/DrupalPinnedDevDependenciesBuilder.php Returns the initial package metadata that describes the metapackage.
EntityComputedFieldTest::testFormatterComputedFieldCacheableMetadata function core/modules/system/tests/src/Functional/Entity/EntityComputedFieldTest.php Tests that formatters bubble the cacheable metadata of computed fields.
EntityQueryTest::testConditionOnRevisionMetadataKeys function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests entity queries with condition on the revision metadata keys.
EntityQueryTest::testMetaData function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests adding a tag and metadata to the Entity query object.
EntitySchemaSubscriber::addRevisionMetadataField function core/modules/workspaces/src/EventSubscriber/EntitySchemaSubscriber.php Adds the 'workspace' revision metadata field to an entity type.
EntityTestViewGrantsCacheContext::getCacheableMetadata function core/modules/system/tests/modules/entity_test/src/Cache/EntityTestViewGrantsCacheContext.php Gets the cacheability metadata for the context.
ExecutionContext::$metadata property core/lib/Drupal/Core/Validation/ExecutionContext.php The current validation metadata.
ExecutionContext::getMetadata function core/lib/Drupal/Core/Validation/ExecutionContext.php
ExportMetadata class core/lib/Drupal/Core/DefaultContent/ExportMetadata.php Collects metadata about an entity being exported.
ExportMetadata.php file core/lib/Drupal/Core/DefaultContent/ExportMetadata.php
ExportMetadata::$attachments property core/lib/Drupal/Core/DefaultContent/ExportMetadata.php Files that should accompany the exported entity.
ExportMetadata::$metadata property core/lib/Drupal/Core/DefaultContent/ExportMetadata.php The collected export metadata.
ExportMetadata::addAttachment function core/lib/Drupal/Core/DefaultContent/ExportMetadata.php Attaches a file to the exported entity.
ExportMetadata::addDependency function core/lib/Drupal/Core/DefaultContent/ExportMetadata.php Adds a dependency on another content entity.
ExportMetadata::get function core/lib/Drupal/Core/DefaultContent/ExportMetadata.php Returns the collected metadata as an array.
ExportMetadata::getAttachments function core/lib/Drupal/Core/DefaultContent/ExportMetadata.php Returns the files attached to this entity.
ExportMetadata::getDependencies function core/lib/Drupal/Core/DefaultContent/ExportMetadata.php Returns the dependencies of the exported entity.
ExportMetadata::__construct function core/lib/Drupal/Core/DefaultContent/ExportMetadata.php
FieldRenderedEntityTest::assertCacheabilityMetadata function core/modules/views/tests/src/Kernel/Handler/FieldRenderedEntityTest.php Ensures that the expected cacheability metadata is applied.
FieldTestHooks::queryEfqMetadataTestAlter function core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php Implements hook_query_TAG_alter() for tag 'efq_metadata_test'.
File::getMetadata function core/modules/media/src/Plugin/media/Source/File.php Gets the value for a metadata attribute for a given media item.
File::getMetadataAttributes function core/modules/media/src/Plugin/media/Source/File.php Gets a list of metadata attributes provided by this plugin.
File::METADATA_ATTRIBUTE_MIME constant core/modules/media/src/Plugin/media/Source/File.php Key for "MIME type" metadata attribute.
File::METADATA_ATTRIBUTE_NAME constant core/modules/media/src/Plugin/media/Source/File.php Key for "Name" metadata attribute.
File::METADATA_ATTRIBUTE_SIZE constant core/modules/media/src/Plugin/media/Source/File.php Key for "File size" metadata attribute.
FooCacheContext::getCacheableMetadata function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php
HeadersCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php
HelpTopicSection::$cacheableMetadata property core/modules/help/src/Plugin/HelpSection/HelpTopicSection.php The merged top level help topic plugins cache metadata.
HelpTopicSection::getCacheMetadata function core/modules/help/src/Plugin/HelpSection/HelpTopicSection.php Gets the merged CacheableMetadata for all the top level help topic plugins.
HtmxLocationResponseData::$cacheableMetadata property core/lib/Drupal/Core/Htmx/HtmxLocationResponseData.php Collects cache data for the URL.
HtmxLocationResponseData::getCacheableMetadata function core/lib/Drupal/Core/Htmx/HtmxLocationResponseData.php Retrieves the cacheable metadata associated with the URL.

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