You are here

constant AcquiaContentHubEvents::UNSERIALIZE_CONTENT_ENTITY_FIELD in Acquia Content Hub 8.2

Name of the event fired when a CDF based PHP array is being unserialized.

This event allows modules to collaborate on CDF unserialization. The event listener method receives a \Drupal\acquia_contenthub_publisher\Event\UnserializeCdfEntityFieldEvent instance which allows modules to provide unserialization logic for specific attribute types.

See also

\Drupal\acquia_contenthub\Event\UnserializeCdfEntityFieldEvent

\Drupal\acquia_contenthub\EntityCdfSerializer::unserializeEntities()

File

src/AcquiaContentHubEvents.php, line 123

Class

AcquiaContentHubEvents
Defines events for the acquia_contenthub module.

Namespace

Drupal\acquia_contenthub

Code

const UNSERIALIZE_CONTENT_ENTITY_FIELD = 'unserialize_content_entity_field';