You are here

public function ContentHubEntitiesTracking::isInitiated in Acquia Content Hub 8

Check if the entity initiated or not.

Return value

bool TRUE if the entity initiated, FALSE otherwise.

File

src/ContentHubEntitiesTracking.php, line 254

Class

ContentHubEntitiesTracking
Tracks in a table the list of all entities imported from Content Hub.

Namespace

Drupal\acquia_contenthub

Code

public function isInitiated() {
  return $this
    ->getExportStatus() === self::INITIATED;
}