protected property AfterEntityPush::$pool in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Event/AfterEntityPush.php \Drupal\cms_content_sync\Event\AfterEntityPush::pool
- 2.0.x src/Event/AfterEntityPush.php \Drupal\cms_content_sync\Event\AfterEntityPush::pool
The pool the entity got pushed to.
Type: \Drupal\cms_content_sync\Entity\PoolInterface
File
- src/
Event/ AfterEntityPush.php, line 30
Class
- AfterEntityPush
- The entity has been pushed successfully. Other modules can use this to react on successful push events.
Namespace
Drupal\cms_content_sync\EventCode
protected $pool;