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.

Namespace

Drupal\content_translation

Code

public function setAuthor(UserInterface $account);
doc_Drupal
2016-10-29 08:58:27
Comments
Leave a Comment

Please login to continue.