You are here

protected property QueryStringWebformSourceEntity::$entityTypeManager in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformSourceEntity/QueryStringWebformSourceEntity.php \Drupal\webform\Plugin\WebformSourceEntity\QueryStringWebformSourceEntity::entityTypeManager

Entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/WebformSourceEntity/QueryStringWebformSourceEntity.php, line 33

Class

QueryStringWebformSourceEntity
Detect source entity by examining query string.

Namespace

Drupal\webform\Plugin\WebformSourceEntity

Code

protected $entityTypeManager;