You are here

public constant BeforeEntityPull::EVENT_NAME in CMS Content Sync 8

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

Code

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