You are here

public function EntityEvent::getEventType in Entity Events 2.0.x

Same name and namespace in other branches
  1. 8 src/Event/EntityEvent.php \Drupal\entity_events\Event\EntityEvent::getEventType()

Method to get the event type.

File

src/Event/EntityEvent.php, line 50

Class

EntityEvent
Class to contain an entity event.

Namespace

Drupal\entity_events\Event

Code

public function getEventType() {
  return $this->eventType;
}