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