You are here

constant ContentHubPublisherEvents::ENQUEUE_CANDIDATE_ENTITY in Acquia Content Hub 8.2

Event name fired for eligibility of an entity to POST to ContentHub.

This event determines the eligibility of an entity before enqueuing it to POST to Content hub. Event subscribers receive a \Drupal\acquia_contenthub_publisher\Event\ContentHubEntityEligibilityEvent instance. A simple TRUE/FALSE on eligibility check is expected for each event.

File

modules/acquia_contenthub_publisher/src/ContentHubPublisherEvents.php, line 21

Class

ContentHubPublisherEvents
Defines events for the acquia_contenthub_publisher module.

Namespace

Drupal\acquia_contenthub_publisher

Code

const ENQUEUE_CANDIDATE_ENTITY = 'enqueue_candidate_entity';