You are here

protected property WebformEntityStorage::$entityTypeManager in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformEntityStorage.php \Drupal\webform\WebformEntityStorage::entityTypeManager

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/WebformEntityStorage.php, line 29

Class

WebformEntityStorage
Storage controller class for "webform" configuration entities.

Namespace

Drupal\webform

Code

protected $entityTypeManager;