You are here

protected function TmgmtExtensionSuitTestBase::getUserForTranslations in TMGMT Extension Suite 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/TmgmtExtensionSuitTestBase.php \Drupal\Tests\tmgmt_extension_suit\Functional\TmgmtExtensionSuitTestBase::getUserForTranslations()

Return value

Drupal\user\UserInterface

File

tests/src/Functional/TmgmtExtensionSuitTestBase.php, line 142

Class

TmgmtExtensionSuitTestBase
Basic class for tmgmt extension module.

Namespace

Drupal\Tests\tmgmt_extension_suit\Functional

Code

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