You are here

constant ReplicationDataEvents::ALTER_CONTENT_DATA in Replication 8

Same name and namespace in other branches
  1. 8.2 src/Event/ReplicationDataEvents.php \Drupal\replication\Event\ReplicationDataEvents::ALTER_CONTENT_DATA

Allows altering of normalized content data.

This event allows modules to perform an action whenever a content entity is normalized by the ContentEntityNormalizer. The event listener method receives a \Drupal\replication\Event\ContentDataAlterEvent instance.

File

src/Event/ReplicationDataEvents.php, line 17

Class

ReplicationDataEvents
Replication events.

Namespace

Drupal\replication\Event

Code

const ALTER_CONTENT_DATA = 'replication.alter.content';