public function EntityAccessEvent::getOperation in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 modules/core_event_dispatcher/src/Event/Entity/EntityAccessEvent.php \Drupal\core_event_dispatcher\Event\Entity\EntityAccessEvent::getOperation()
Get the operation.
Return value
string The Operation.
File
- modules/
core_event_dispatcher/ src/ Event/ Entity/ EntityAccessEvent.php, line 59
Class
- EntityAccessEvent
- Class EntityAccessEvent.
Namespace
Drupal\core_event_dispatcher\Event\EntityCode
public function getOperation() : string {
return $this->operation;
}