constant ContentHubPublisherEvents::NOT_CONFIRMED_ENTITIES_FOUND in Acquia Content Hub 8.2
Event name fired if "staled" entities found during the cron operation.
A "stale" entity is an entity that was not confirmed by the service within the specified period of time. Please refer to the "Period threshold for stale items" setting on "Acquia ContentHub" > "Export" administration page to specify the threshold period (or disable it). Event subscribers receive a \Drupal\acquia_contenthub_publisher\EventNotConfirmedEntitiesFoundEvent instance.
File
- modules/
acquia_contenthub_publisher/ src/ ContentHubPublisherEvents.php, line 34
Class
- ContentHubPublisherEvents
- Defines events for the acquia_contenthub_publisher module.
Namespace
Drupal\acquia_contenthub_publisherCode
const NOT_CONFIRMED_ENTITIES_FOUND = 'not_confirmed_entities_found';