You are here

public function UpdateHelper::__construct in Workbench Email 2.x

Same name and namespace in other branches
  1. 8 src/Update/UpdateHelper.php \Drupal\workbench_email\Update\UpdateHelper::__construct()

ConfigEntityUpdater constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

src/Update/UpdateHelper.php, line 28

Class

UpdateHelper
Defines a class for update helpers.

Namespace

Drupal\workbench_email\Update

Code

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