You are here

protected property AfterEntityPush::$flow in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/Event/AfterEntityPush.php \Drupal\cms_content_sync\Event\AfterEntityPush::flow
  2. 2.1.x src/Event/AfterEntityPush.php \Drupal\cms_content_sync\Event\AfterEntityPush::flow

The flow that was used to push the entity.

Type: \Drupal\cms_content_sync\Entity\FlowInterface

File

src/Event/AfterEntityPush.php, line 37

Class

AfterEntityPush
The entity has been pushed successfully. Other modules can use this to react on successful push events.

Namespace

Drupal\cms_content_sync\Event

Code

protected $flow;