You are here

public constant BeforeEntityPush::EVENT_NAME in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/Event/BeforeEntityPush.php \Drupal\cms_content_sync\Event\BeforeEntityPush::EVENT_NAME
  2. 2.0.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\Event

Code

public const EVENT_NAME = 'cms_content_sync.entity.push.before';