function ContentEntityDeriver::__construct

Constructs a new ContentEntityDeriver.

Parameters

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

File

core/modules/migrate/src/Plugin/migrate/source/ContentEntityDeriver.php, line 22

Class

ContentEntityDeriver
Deriver for content entity source plugins.

Namespace

Drupal\migrate\Plugin\migrate\source

Code

public function __construct(protected EntityTypeManagerInterface $entityTypeManager) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.