You are here

protected function TmgmtExtensionSuitTestBase::getUserForTranslations in TMGMT Extension Suite 8.3

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

Returns user.

Return value

\Drupal\user\UserInterface User object.

File

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

Class

TmgmtExtensionSuitTestBase
Basic class for tmgmt extension module.

Namespace

Drupal\Tests\tmgmt_extension_suit\Functional

Code

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