You are here

public constant AfterEntityPush::EVENT_NAME in CMS Content Sync 8

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

File

src/Event/AfterEntityPush.php, line 16

Class

AfterEntityPush
The entity has been pushed successfully. Other modules can use this to react on successful push events.

Namespace

Drupal\cms_content_sync\Event

Code

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