You are here

protected property MigrationSubscriber::$entityFieldManager in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 src/EventSubscriber/MigrationSubscriber.php \Drupal\simplenews\EventSubscriber\MigrationSubscriber::entityFieldManager
  2. 8 src/EventSubscriber/MigrationSubscriber.php \Drupal\simplenews\EventSubscriber\MigrationSubscriber::entityFieldManager

The entity field manager.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

src/EventSubscriber/MigrationSubscriber.php, line 30

Class

MigrationSubscriber
Create a simplenews field on relevant content types.

Namespace

Drupal\simplenews\EventSubscriber

Code

protected $entityFieldManager;