You are here

public function EntityOperationAlterEvent::getOperations in Hook Event Dispatcher 8

Get the operations.

Returned by reference to be modified.

Return value

array The operations.

File

src/Event/Entity/EntityOperationAlterEvent.php, line 50

Class

EntityOperationAlterEvent
Class EntityOperationAlterEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Entity

Code

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