Search for metadata

  1. Search 7.x for metadata
  2. Search 9.5.x for metadata
  3. Search 10.3.x for metadata
  4. Search 11.x for metadata
  5. Other projects
Title Object type File name Summary
MoveRevisionMetadataFieldsUpdateTest::testAddingRequiredRevisionMetadataKeys function core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php Tests the addition of required revision metadata keys.
MoveRevisionMetadataFieldsUpdateTest::testSystemUpdate8400 function core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php Tests that the revision metadata fields are moved correctly.
MoveRevisionMetadataFieldsUpdateTest::testSystemUpdate8501 function core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php Tests that the revision metadata key BC layer was updated correctly.
NodeAccessGrantsCacheContext::getCacheableMetadata function core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php Gets the cacheability metadata for the context based on the parameter value.
NoOptimizeCacheContext::getCacheableMetadata function core/tests/Drupal/Tests/Core/Cache/Context/CacheContextsManagerTest.php Gets the cacheability metadata for the context.
OEmbed::getMetadata function core/modules/media/src/Plugin/media/Source/OEmbed.php Gets the value for a metadata attribute for a given media item.
OEmbed::getMetadataAttributes function core/modules/media/src/Plugin/media/Source/OEmbed.php Gets a list of metadata attributes provided by this plugin.
OEmbedSourceTest::testGetMetadata function core/modules/media/tests/src/Kernel/OEmbedSourceTest.php @covers ::getMetadata
OperationData::convertScaffoldMetadata function composer/Plugin/Scaffold/Operations/OperationData.php Performs the conversion-to-array step in normalizeScaffoldMetadata.
OperationData::normalizeScaffoldMetadata function composer/Plugin/Scaffold/Operations/OperationData.php Normalizes metadata by converting literal values into arrays.
PagersCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php Gets the cacheability metadata for the context based on the parameter value.
PathCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/PathCacheContext.php Gets the cacheability metadata for the context.
PathParentCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/PathParentCacheContext.php Gets the cacheability metadata for the context.
PhpStreamWrapperInterface::stream_metadata function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Sets metadata on the stream.
PirateDayCacheabilityMetadataConfigOverride class core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php Test implementation of a config override that provides cacheability metadata.
PirateDayCacheabilityMetadataConfigOverride.php file core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php
PirateDayCacheabilityMetadataConfigOverride::createConfigObject function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php Creates a configuration object for use during install and synchronization.
PirateDayCacheabilityMetadataConfigOverride::getCacheableMetadata function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php Gets the cacheability metadata associated with the config factory override.
PirateDayCacheabilityMetadataConfigOverride::getCacheSuffix function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php The string to append to the configuration static cache name.
PirateDayCacheabilityMetadataConfigOverride::loadOverrides function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php Returns config overrides.
PirateDayCacheContext::getCacheableMetadata function core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php Gets the cacheability metadata for the context.
PoMetadataInterface interface core/lib/Drupal/Component/Gettext/PoMetadataInterface.php Methods required for both reader and writer implementations.
PoMetadataInterface.php file core/lib/Drupal/Component/Gettext/PoMetadataInterface.php
PoMetadataInterface::getHeader function core/lib/Drupal/Component/Gettext/PoMetadataInterface.php Get header metadata.
PoMetadataInterface::getLangcode function core/lib/Drupal/Component/Gettext/PoMetadataInterface.php Get language code.
PoMetadataInterface::setHeader function core/lib/Drupal/Component/Gettext/PoMetadataInterface.php Set header metadata.
PoMetadataInterface::setLangcode function core/lib/Drupal/Component/Gettext/PoMetadataInterface.php Set language code.
PrivateTempStore::getMetadata function core/lib/Drupal/Core/TempStore/PrivateTempStore.php Returns the metadata associated with a particular key/value pair.
PrivateTempStoreTest::testGetMetadata function core/modules/user/tests/src/Unit/PrivateTempStoreTest.php Tests the getMetadata() method.
PrivateTempStoreTest::testGetMetadata function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the getMetadata() method.
PrivateTempStoreTest::testGetMetadataOwner function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php @covers ::getMetadata
@expectedDeprecation Using the "owner" public property of a TempStore lock is deprecated in Drupal 8.7.0 and will not be allowed in Drupal 9.0.0. Use \Drupal\Core\TempStore\Lock::getOwnerId() instead. See…
PrivateTempStoreTest::testGetMetadataUpdated function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php @covers ::getMetadata
@expectedDeprecation Using the "updated" public property of a TempStore lock is deprecated in Drupal 8.7.0 and will not be allowed in Drupal 9.0.0. Use \Drupal\Core\TempStore\Lock::getUpdated() instead. See…
ProtocolVersionCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/ProtocolVersionCacheContext.php Gets the cacheability metadata for the context.
QueryArgsCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/QueryArgsCacheContext.php Gets the cacheability metadata for the context based on the parameter value.
QueryBase::$alterMetaData property core/lib/Drupal/Core/Entity/Query/QueryBase.php The query metadata for alter purposes.
QueryBase::addMetaData function core/lib/Drupal/Core/Entity/Query/QueryBase.php Adds additional metadata to the query.
QueryBase::getMetaData function core/lib/Drupal/Core/Entity/Query/QueryBase.php Retrieves a given piece of metadata.
quickedit.metadata.generator service core/modules/quickedit/quickedit.services.yml Drupal\quickedit\MetadataGenerator
QuickEditController::$metadataGenerator property core/modules/quickedit/src/QuickEditController.php The in-place editing metadata generator.
QuickEditController::metadata function core/modules/quickedit/src/QuickEditController.php Returns the metadata for a set of fields.
QuickEditIntegrationTest::$metadataGenerator property core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php The metadata generator object to be tested.
QuickEditIntegrationTest::testMetadata function core/modules/editor/tests/src/Kernel/QuickEditIntegrationTest.php Tests (custom) metadata when the formatted text editor is used.
rdf-metadata.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/misc/rdf-metadata.html.twig Theme override for empty spans with RDF attributes.
rdf-metadata.html.twig file core/themes/seven/templates/classy/misc/rdf-metadata.html.twig Theme override for empty spans with RDF attributes.
rdf-metadata.html.twig file core/themes/claro/templates/classy/misc/rdf-metadata.html.twig Theme override for empty spans with RDF attributes.
rdf-metadata.html.twig file core/themes/bartik/templates/classy/misc/rdf-metadata.html.twig Theme override for empty spans with RDF attributes.
rdf-metadata.html.twig file core/themes/stable/templates/misc/rdf-metadata.html.twig Theme override for empty spans with RDF attributes.
rdf-metadata.html.twig file core/themes/classy/templates/misc/rdf-metadata.html.twig Theme override for empty spans with RDF attributes.
rdf-metadata.html.twig file core/modules/rdf/templates/rdf-metadata.html.twig Default theme implementation for empty spans with RDF attributes.
ReadOnlyStream::stream_metadata function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Does not change meta data as this is a read-only stream wrapper.

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