You are here

public constant AfterEntityPull::EVENT_NAME in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/Event/AfterEntityPull.php \Drupal\cms_content_sync\Event\AfterEntityPull::EVENT_NAME
  2. 2.0.x src/Event/AfterEntityPull.php \Drupal\cms_content_sync\Event\AfterEntityPull::EVENT_NAME

File

src/Event/AfterEntityPull.php, line 15

Class

AfterEntityPull
The entity has been pulled successfully. Other modules can use this to react on successful pull events.

Namespace

Drupal\cms_content_sync\Event

Code

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