public function PollChoiceTranslationMetadataWrapper::getAuthor in Poll 8
Returns the translation author.
Return value
\Drupal\user\UserInterface The user entity for the translation author.
Overrides ContentTranslationMetadataWrapper::getAuthor
File
- src/
PollChoiceTranslationMetadataWrapper.php, line 44
Class
- PollChoiceTranslationMetadataWrapper
- Base class for content translation metadata wrappers.
Namespace
Drupal\pollCode
public function getAuthor() {
return NULL;
}