You are here

public function EntityBaseFieldInfoEvent::__construct in Hook Event Dispatcher 8

EntityBaseFieldInfoEvent constructor.

Parameters

\Drupal\Core\Entity\EntityTypeInterface $entityType: The entity type.

File

src/Event/EntityType/EntityBaseFieldInfoEvent.php, line 35

Class

EntityBaseFieldInfoEvent
Class EntityBaseFieldInfoEvent.

Namespace

Drupal\hook_event_dispatcher\Event\EntityType

Code

public function __construct(EntityTypeInterface $entityType) {
  $this->entityType = $entityType;
}