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