You are here

protected property ContentHubEntityEligibilityEvent::$eligibility in Acquia Content Hub 8.2

Whether the entity is eligible for the ContentHub queue.

Type: bool

File

modules/acquia_contenthub_publisher/src/Event/ContentHubEntityEligibilityEvent.php, line 40

Class

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

Namespace

Drupal\acquia_contenthub_publisher\Event

Code

protected $eligibility = TRUE;