ContentTranslationMetadataFieldsTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
|
ContentTranslationMetadataFieldsTest::$bundle |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
The bundle being tested. |
ContentTranslationMetadataFieldsTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
|
ContentTranslationMetadataFieldsTest::$entityTypeId |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
The entity type being tested. |
ContentTranslationMetadataFieldsTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
|
ContentTranslationMetadataFieldsTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
|
ContentTranslationMetadataFieldsTest::setupBundle |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
|
ContentTranslationMetadataFieldsTest::testSetTranslatable |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
Tests setting translatable metadata fields. |
ContentTranslationMetadataFieldsTest::testSkipUntranslatable |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
Tests skipping setting non translatable metadata fields. |
ContentTranslationMetadataWrapper |
class |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
Base class for content translation metadata wrappers. |
ContentTranslationMetadataWrapper.php |
file |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::$handler |
property |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
The content translation handler. |
ContentTranslationMetadataWrapper::$translation |
property |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
The wrapped entity translation. |
ContentTranslationMetadataWrapper::getAuthor |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::getChangedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::getCreatedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::getSource |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::isOutdated |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::isPublished |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::setAuthor |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::setChangedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::setCreatedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::setFieldOnlyIfTranslatable |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
Updates a field value, only if the field is translatable. |
ContentTranslationMetadataWrapper::setOutdated |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::setPublished |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::setSource |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::__construct |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
Initializes an instance of the content translation metadata handler. |
ContentTranslationMetadataWrapperInterface |
interface |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Common interface for content translation metadata wrappers. |
ContentTranslationMetadataWrapperInterface.php |
file |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
|
ContentTranslationMetadataWrapperInterface::getAuthor |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Returns the translation author. |
ContentTranslationMetadataWrapperInterface::getChangedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Returns the timestamp of the last entity change from current translation. |
ContentTranslationMetadataWrapperInterface::getCreatedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Returns the translation creation timestamp. |
ContentTranslationMetadataWrapperInterface::getSource |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Retrieves the source language for this translation. |
ContentTranslationMetadataWrapperInterface::isOutdated |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Returns the translation outdated status. |
ContentTranslationMetadataWrapperInterface::isPublished |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Returns the translation published status. |
ContentTranslationMetadataWrapperInterface::setAuthor |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Sets the translation author. |
ContentTranslationMetadataWrapperInterface::setChangedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Sets the translation modification timestamp. |
ContentTranslationMetadataWrapperInterface::setCreatedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Sets the translation creation timestamp. |
ContentTranslationMetadataWrapperInterface::setOutdated |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Sets the translation outdated status. |
ContentTranslationMetadataWrapperInterface::setPublished |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Sets the translation published status. |
ContentTranslationMetadataWrapperInterface::setSource |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Sets the source language for this translation. |
Context::$cacheabilityMetadata |
property |
core/lib/Drupal/Core/Plugin/Context/Context.php |
The cacheability metadata. |
CookiesCacheContext::getCacheableMetadata |
function |
core/lib/Drupal/Core/Cache/Context/CookiesCacheContext.php |
|
CsrfTokenGenerator::$sessionMetadata |
property |
core/lib/Drupal/Core/Access/CsrfTokenGenerator.php |
The session metadata bag. |
CsrfTokenGeneratorTest::$sessionMetadata |
property |
core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php |
The mock session metadata bag. |
DevReleaseTest::setReleaseMetadata |
function |
core/modules/update/tests/src/Kernel/DevReleaseTest.php |
Sets the release metadata file to use when fetching available updates. |
DirectoryWithMetadataDiscovery |
class |
core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php |
Does the actual finding of the directories with metadata files. |
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. |