You are here

public function EntityAccessEvent::getOperation in Hook Event Dispatcher 8

Get the operation.

Return value

string The Operation.

File

src/Event/Entity/EntityAccessEvent.php, line 59

Class

EntityAccessEvent
Class EntityAccessEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Entity

Code

public function getOperation() {
  return $this->operation;
}