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
MetadataBag::CSRF_TOKEN_SEED constant core/lib/Drupal/Core/Session/MetadataBag.php The key used to store the CSRF token seed in the session.
MetadataBag::getCsrfTokenSeed function core/lib/Drupal/Core/Session/MetadataBag.php Get the CSRF token seed.
MetadataBag::setCsrfTokenSeed function core/lib/Drupal/Core/Session/MetadataBag.php Set the CSRF token seed.
MetadataBag::__construct function core/lib/Drupal/Core/Session/MetadataBag.php Constructs a new metadata bag instance.
MetadataBubblingUrlGenerator class core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Decorator for the URL generator, which bubbles bubbleable URL metadata.
MetadataBubblingUrlGenerator.php file core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::$renderer property core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php The renderer.
MetadataBubblingUrlGenerator::$urlGenerator property core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php The non-bubbling URL generator.
MetadataBubblingUrlGenerator::bubble function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Bubbles the bubbleable metadata to the current render context.
MetadataBubblingUrlGenerator::generate function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::generateFromRoute function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Generates a URL or path for a specific route based on the given parameters.
MetadataBubblingUrlGenerator::getContext function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::getPathFromRoute function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Gets the internal path (system path) for a route.
MetadataBubblingUrlGenerator::getRouteDebugMessage function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::setContext function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::supports function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
MetadataBubblingUrlGenerator::__construct function core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php Constructs a new bubbling URL generator service.
MetadataBubblingUrlGeneratorTest class core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Confirm that the MetadataBubblingUrlGenerator is functioning properly.
MetadataBubblingUrlGeneratorTest.php file core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php
MetadataBubblingUrlGeneratorTest::$renderer property core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php The renderer.
MetadataBubblingUrlGeneratorTest::providerUrlBubbleableMetadataBubbling function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Data provider for ::testUrlBubbleableMetadataBubbling().
MetadataBubblingUrlGeneratorTest::setUp function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php
MetadataBubblingUrlGeneratorTest::testUrlBubbleableMetadataBubbling function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Tests bubbling of cacheable metadata for URLs.
MetadataGenerator class core/modules/quickedit/src/MetadataGenerator.php Generates in-place editing metadata for an entity field.
MetadataGenerator.php file core/modules/quickedit/src/MetadataGenerator.php
MetadataGenerator::$accessChecker property core/modules/quickedit/src/MetadataGenerator.php An object that checks if a user has access to edit a given entity field.
MetadataGenerator::$editorManager property core/modules/quickedit/src/MetadataGenerator.php The manager for editor plugins.
MetadataGenerator::$editorSelector property core/modules/quickedit/src/MetadataGenerator.php An object that determines which editor to attach to a given field.
MetadataGenerator::generateEntityMetadata function core/modules/quickedit/src/MetadataGenerator.php Generates in-place editing metadata for an entity.
MetadataGenerator::generateFieldMetadata function core/modules/quickedit/src/MetadataGenerator.php Generates in-place editing metadata for an entity field.
MetadataGenerator::__construct function core/modules/quickedit/src/MetadataGenerator.php Constructs a new MetadataGenerator.
MetadataGeneratorInterface interface core/modules/quickedit/src/MetadataGeneratorInterface.php Interface for generating in-place editing metadata.
MetadataGeneratorInterface.php file core/modules/quickedit/src/MetadataGeneratorInterface.php
MetadataGeneratorInterface::generateEntityMetadata function core/modules/quickedit/src/MetadataGeneratorInterface.php Generates in-place editing metadata for an entity.
MetadataGeneratorInterface::generateFieldMetadata function core/modules/quickedit/src/MetadataGeneratorInterface.php Generates in-place editing metadata for an entity field.
MetadataGeneratorTest class core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php Tests in-place field editing metadata.
MetadataGeneratorTest.php file core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php
MetadataGeneratorTest::$accessChecker property core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php The access checker object to be used by the metadata generator object.
MetadataGeneratorTest::$editorManager property core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php The manager for editor plugins.
MetadataGeneratorTest::$editorSelector property core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php The editor selector object to be used by the metadata generator object.
MetadataGeneratorTest::$metadataGenerator property core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php The metadata generator object to be tested.
MetadataGeneratorTest::$modules property core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php Modules to enable.
MetadataGeneratorTest::setUp function core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php Sets the default field storage backend for fields created during tests.
MetadataGeneratorTest::testEditorWithCustomMetadata function core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php Tests a field whose associated in-place editor generates custom metadata.
MetadataGeneratorTest::testSimpleEntityType function core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php Tests a simple entity type, with two different simple fields.
ModuleHandlerTest::testModuleMetaData function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests whether the correct module metadata is returned.
ModuleHandlerTest::testThemeMetaData function core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php Tests whether the correct theme metadata is returned.
MoveRevisionMetadataFieldsUpdateTest class core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php Tests the upgrade path for moving the revision metadata fields.
MoveRevisionMetadataFieldsUpdateTest.php file core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php
MoveRevisionMetadataFieldsUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php Set database dump files to be used.

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