You are here

public function ContentHubEntityEligibilityEvent::getCalculateDependencies in Acquia Content Hub 8.2

Whether the entity should go through a full dependency calculation.

Return value

bool TRUE if full dependency calculation should be performed; FALSE otherwise.

File

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

Class

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

Namespace

Drupal\acquia_contenthub_publisher\Event

Code

public function getCalculateDependencies() : bool {
  return $this->calculateDependencies;
}