function ContentTranslationMetadataWrapperInterface::setAuthor
Same name in other branches
- 9 core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php \Drupal\content_translation\ContentTranslationMetadataWrapperInterface::setAuthor()
- 10 core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php \Drupal\content_translation\ContentTranslationMetadataWrapperInterface::setAuthor()
- 11.x core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php \Drupal\content_translation\ContentTranslationMetadataWrapperInterface::setAuthor()
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
1 method overrides ContentTranslationMetadataWrapperInterface::setAuthor()
- ContentTranslationMetadataWrapper::setAuthor in core/
modules/ content_translation/ src/ ContentTranslationMetadataWrapper.php - Sets the translation author.
File
-
core/
modules/ content_translation/ src/ ContentTranslationMetadataWrapperInterface.php, line 69
Class
- ContentTranslationMetadataWrapperInterface
- Common interface for content translation metadata wrappers.
Namespace
Drupal\content_translationCode
public function setAuthor(UserInterface $account);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.