You are here

public function Update400::__construct in Lightning Media 8.4

Same name in this branch
  1. 8.4 src/Update/Update400.php \Drupal\lightning_media\Update\Update400::__construct()
  2. 8.4 modules/lightning_media_document/src/Update/Update400.php \Drupal\lightning_media_document\Update\Update400::__construct()

Update400 constructor.

Parameters

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

File

src/Update/Update400.php, line 38

Class

Update400
Contains optional updates targeting Lightning Media 4.0.0.

Namespace

Drupal\lightning_media\Update

Code

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