You are here

protected property WebformSubmissionResource::$entityTypeManager in Webform REST 4.x

Same name and namespace in other branches
  1. 8.3 src/Plugin/rest/resource/WebformSubmissionResource.php \Drupal\webform_rest\Plugin\rest\resource\WebformSubmissionResource::entityTypeManager

The entity type manager object.

Type: \Drupal\Core\Entity\EntityTypeManager

File

src/Plugin/rest/resource/WebformSubmissionResource.php, line 29

Class

WebformSubmissionResource
Creates a resource for retrieving webform submission data.

Namespace

Drupal\webform_rest\Plugin\rest\resource

Code

protected $entityTypeManager;