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