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\EntityCode
public function getOperations() {
return $this->operations;
}