You are here

protected property FieldEncryptTestBase::$entityTypeManager in Field Encryption 3.0.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/FieldEncryptTestBase.php \Drupal\Tests\field_encrypt\Functional\FieldEncryptTestBase::entityTypeManager

The entity manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

tests/src/Functional/FieldEncryptTestBase.php, line 46

Class

FieldEncryptTestBase
Base test class for field_encrypt.

Namespace

Drupal\Tests\field_encrypt\Functional

Code

protected $entityTypeManager;