Chris@18: isSyncing() and skip executing if it returns TRUE, and the Chris@18: * second should not perform this check. Chris@18: * Chris@18: * @return bool Chris@18: * TRUE if the configuration entity is being created, updated, or deleted Chris@18: * through a synchronization process. Chris@18: */ Chris@18: public function isSyncing(); Chris@18: Chris@18: }