You are here

protected property ContentLoaderBase::$entityTypeManager in YAML Content 8.2

Entity type manager service to dynamically handle entities.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/ContentLoader/ContentLoaderBase.php, line 42

Class

ContentLoaderBase
A base ContentLoader implementation to be extended by new content loaders.

Namespace

Drupal\yaml_content\ContentLoader

Code

protected $entityTypeManager;