You are here

protected property EntityShareServerFunctionalTestBase::$entityTypeManager in Entity Share 8.2

Same name and namespace in other branches
  1. 8.3 modules/entity_share_server/tests/src/Functional/EntityShareServerFunctionalTestBase.php \Drupal\Tests\entity_share_server\Functional\EntityShareServerFunctionalTestBase::entityTypeManager

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/entity_share_server/tests/src/Functional/EntityShareServerFunctionalTestBase.php, line 51

Class

EntityShareServerFunctionalTestBase
Base class for Entity share server functional tests.

Namespace

Drupal\Tests\entity_share_server\Functional

Code

protected $entityTypeManager;