You are here

protected property PostImportEvent::$operationId in GatherContent 8.3

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

ID of operation.

You can fetch \Drupal\gathercontent\Entity\Operation using this ID or you can fetch all OperationItems related to Operation.

Type: int

File

src/Event/PostImportEvent.php, line 34

Class

PostImportEvent
Wraps a post import event for event listeners.

Namespace

Drupal\gathercontent\Event

Code

protected $operationId;