public function ContentHubEntitiesTracking::isExported in Acquia Content Hub 8
Check if the entity exported or not.
Return value
bool TRUE if the entity exported, FALSE otherwise.
File
- src/
ContentHubEntitiesTracking.php, line 274
Class
- ContentHubEntitiesTracking
- Tracks in a table the list of all entities imported from Content Hub.
Namespace
Drupal\acquia_contenthubCode
public function isExported() {
return $this
->getExportStatus() === self::EXPORTED;
}