public function EntityOperationEvent::getOperations in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/core_event_dispatcher/src/Event/Entity/EntityOperationEvent.php \Drupal\core_event_dispatcher\Event\Entity\EntityOperationEvent::getOperations()
Get the operations.
Return value
array The operations.
File
- modules/
core_event_dispatcher/ src/ Event/ Entity/ EntityOperationEvent.php, line 55
Class
- EntityOperationEvent
- Class EntityLoadEvent.
Namespace
Drupal\core_event_dispatcher\Event\EntityCode
public function getOperations() : array {
return $this->operations;
}