You are here

public function WebformSubmissionWebformCategory::setEntityTypeManager in Webform Views Integration 8.5

Setter for entity type manager.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: Entity type manager service to inject.

File

src/Plugin/views/filter/WebformSubmissionWebformCategory.php, line 82

Class

WebformSubmissionWebformCategory
Filter for webform category of a webform submission.

Namespace

Drupal\webform_views\Plugin\views\filter

Code

public function setEntityTypeManager(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}