ContentTranslationMetadataWrapperInterface::setSource

public ContentTranslationMetadataWrapperInterface::setSource($source) Sets the source language for this translation. Parameters string $source: The source language code. Return value $this File core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php, line 31 Class ContentTranslationMetadataWrapperInterface Common interface for content translation metadata wrappers. Namespace Drupal\content_translation Code public function setSource($source);

ContentTranslationMetadataWrapperInterface::setPublished

public ContentTranslationMetadataWrapperInterface::setPublished($published) Sets the translation published status. The metadata field will be updated, only if it's translatable. Parameters bool $published: TRUE if the translation is published, FALSE otherwise. Return value $this File core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php, line 89 Class ContentTranslationMetadataWrapperInterface Common interface for content translation metadata wrappers. Nam

ContentTranslationMetadataWrapperInterface::setOutdated

public ContentTranslationMetadataWrapperInterface::setOutdated($outdated) Sets the translation outdated status. Parameters bool $outdated: TRUE if the translation is outdated, FALSE otherwise. Return value $this File core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php, line 49 Class ContentTranslationMetadataWrapperInterface Common interface for content translation metadata wrappers. Namespace Drupal\content_translation Code public function setOutdated

ContentTranslationMetadataWrapperInterface::setCreatedTime

public ContentTranslationMetadataWrapperInterface::setCreatedTime($timestamp) Sets the translation creation timestamp. The metadata field will be updated, only if it's translatable. Parameters int $timestamp: The UNIX timestamp of when the translation was created. Return value $this File core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php, line 109 Class ContentTranslationMetadataWrapperInterface Common interface for content translation metadata wrappers.

ContentTranslationMetadataWrapperInterface::setChangedTime

public ContentTranslationMetadataWrapperInterface::setChangedTime($timestamp) Sets the translation modification timestamp. The metadata field will be updated, only if it's translatable. Parameters int $timestamp: The UNIX timestamp of when the translation was last modified. Return value $this File core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php, line 129 Class ContentTranslationMetadataWrapperInterface Common interface for content translation metadata

ContentTranslationMetadataWrapperInterface::setAuthor

public ContentTranslationMetadataWrapperInterface::setAuthor(UserInterface $account) Sets the translation author. The metadata field will be updated, only if it's translatable. Parameters \Drupal\user\UserInterface $account: The translation author user entity. Return value $this File core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php, line 69 Class ContentTranslationMetadataWrapperInterface Common interface for content translation metadata wrappers. Nam

ContentTranslationMetadataWrapperInterface::isPublished

public ContentTranslationMetadataWrapperInterface::isPublished() Returns the translation published status. Return value bool TRUE if the translation is published, FALSE otherwise. File core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php, line 77 Class ContentTranslationMetadataWrapperInterface Common interface for content translation metadata wrappers. Namespace Drupal\content_translation Code public function isPublished();

ContentTranslationMetadataWrapperInterface::isOutdated

public ContentTranslationMetadataWrapperInterface::isOutdated() Returns the translation outdated status. Return value bool TRUE if the translation is outdated, FALSE otherwise. File core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php, line 39 Class ContentTranslationMetadataWrapperInterface Common interface for content translation metadata wrappers. Namespace Drupal\content_translation Code public function isOutdated();

ContentTranslationMetadataWrapperInterface::getSource

public ContentTranslationMetadataWrapperInterface::getSource() Retrieves the source language for this translation. Return value string The source language code. File core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php, line 21 Class ContentTranslationMetadataWrapperInterface Common interface for content translation metadata wrappers. Namespace Drupal\content_translation Code public function getSource();

ContentTranslationMetadataWrapperInterface::getCreatedTime

public ContentTranslationMetadataWrapperInterface::getCreatedTime() Returns the translation creation timestamp. Return value int The UNIX timestamp of when the translation was created. File core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php, line 97 Class ContentTranslationMetadataWrapperInterface Common interface for content translation metadata wrappers. Namespace Drupal\content_translation Code public function getCreatedTime();