You are here

protected function TmgmtExtensionSuitTestBase::getUserForTranslations in TMGMT Extension Suite 8

Return value

Drupal\user\UserInterface

File

src/Tests/TmgmtExtensionSuitTestBase.php, line 137

Class

TmgmtExtensionSuitTestBase
Basic class for tmgmt extension module.

Namespace

Drupal\tmgmt_extension_suit\Tests

Code

protected function getUserForTranslations() {
  return $this->userForTranslations;
}