You are here

public function EntityOperationEvent::getOperations in Hook Event Dispatcher 8

Get the operations.

Return value

array The operations.

File

src/Event/Entity/EntityOperationEvent.php, line 55

Class

EntityOperationEvent
Class EntityLoadEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Entity

Code

public function getOperations() {
  return $this->operations;
}