You are here

public function EntityFieldAccessEvent::getOperation in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/core_event_dispatcher/src/Event/Entity/EntityFieldAccessEvent.php \Drupal\core_event_dispatcher\Event\Entity\EntityFieldAccessEvent::getOperation()

Get the operation.

Return value

string The operation.

File

modules/core_event_dispatcher/src/Event/Entity/EntityFieldAccessEvent.php, line 88

Class

EntityFieldAccessEvent
Class EntityInsertEvent.

Namespace

Drupal\core_event_dispatcher\Event\Entity

Code

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