You are here

public function PostImportEvent::getOperationId in GatherContent 8.3

Same name and namespace in other branches
  1. 8.4 src/Event/PostImportEvent.php \Drupal\gathercontent\Event\PostImportEvent::getOperationId()

Get operation ID property.

Return value

string UUID of \Drupal\gathercontent\Entity\Operation entity

File

src/Event/PostImportEvent.php, line 78

Class

PostImportEvent
Wraps a post import event for event listeners.

Namespace

Drupal\gathercontent\Event

Code

public function getOperationId() {
  return $this->operationId;
}