public constant BeforeEntityPull::EVENT_NAME in CMS Content Sync 2.0.x
Same name and namespace in other branches
- 8 src/Event/BeforeEntityPull.php \Drupal\cms_content_sync\Event\BeforeEntityPull::EVENT_NAME
- 2.1.x src/Event/BeforeEntityPull.php \Drupal\cms_content_sync\Event\BeforeEntityPull::EVENT_NAME
File
- src/
Event/ BeforeEntityPull.php, line 16
Class
- BeforeEntityPull
- An entity is being pulled. Modules can use this to append additional field values or process other information for different use cases.
Namespace
Drupal\cms_content_sync\EventCode
public const EVENT_NAME = 'cms_content_sync.entity.pull.before';