You are here

public function TestTeamPermissions::__construct in Apigee Edge 8

TestTeamPermissions constructor.

Parameters

\Drupal\Core\StringTranslation\TranslationInterface $string_translation: The string translation.

File

modules/apigee_edge_teams/tests/modules/apigee_edge_teams_test/src/TestTeamPermissions.php, line 43

Class

TestTeamPermissions
Provides dynamic team permissions for testing.

Namespace

Drupal\apigee_edge_teams_test

Code

public function __construct(TranslationInterface $string_translation) {
  $this->stringTranslation = $string_translation;
}