function FieldListOptions::__construct

Constructs a FieldListOptions object.

Parameters

\Drupal\Core\Entity\EntityFieldManagerInterface $entity_field_manager: The entity field manager service.

File

src/TypedData/Options/FieldListOptions.php, line 28

Class

FieldListOptions
Options provider to return all fields in the system.

Namespace

Drupal\rules\TypedData\Options

Code

public function __construct(EntityFieldManagerInterface $entity_field_manager) {
  $this->entityFieldManager = $entity_field_manager;
}