public constant BeforeEntityPush::EVENT_NAME in CMS Content Sync 2.0.x
Same name and namespace in other branches
- 8 src/Event/BeforeEntityPush.php \Drupal\cms_content_sync\Event\BeforeEntityPush::EVENT_NAME
- 2.1.x src/Event/BeforeEntityPush.php \Drupal\cms_content_sync\Event\BeforeEntityPush::EVENT_NAME
File
- src/
Event/ BeforeEntityPush.php, line 16
Class
- BeforeEntityPush
- An entity is about to be pushed. Other modules can use this to interact with the push, primarily to add, change or remove field values.
Namespace
Drupal\cms_content_sync\EventCode
public const EVENT_NAME = 'cms_content_sync.entity.push.before';