You are here

protected property EntityContentBase::$entityFieldManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php \Drupal\migrate\Plugin\migrate\destination\EntityContentBase::entityFieldManager

Entity field manager.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php, line 97

Class

EntityContentBase
Provides destination class for all content entities lacking a specific class.

Namespace

Drupal\migrate\Plugin\migrate\destination

Code

protected $entityFieldManager;