You are here

constant AcquiaContentHubEvents::ENTITY_IMPORT_NEW in Acquia Content Hub 8.2

Name of the event fired after a CDF entity has been first saved.

This event allows modules to respond to the saving of new entities after they've been imported. The event listener method receives a \Drupal\acquia_contenthub_publisher\Event\EntityImportEvent instance which allows modules to perform post-save events that might normally happen (for instance) in a form submission.

See also

\Drupal\acquia_contenthub\Event\EntityImportEvent

File

src/AcquiaContentHubEvents.php, line 159

Class

AcquiaContentHubEvents
Defines events for the acquia_contenthub module.

Namespace

Drupal\acquia_contenthub

Code

const ENTITY_IMPORT_NEW = 'entity_import_new';