$this->repository = new FedoraRepository($this->api, $this->cache);
$this->repository = new FedoraRepository($this->api, $this->cache);
}
}
}
}
static function exists() {
static function exists() {
return class_exists('RepositoryConnection');
return class_exists('RepositoryConnection');
}
}
@ -89,5 +90,29 @@ class IslandoraTuque {
$message = t('Islandora requires the !tuque_url. Please install in /sites/all/libraries/tuque before continuing. See the !islandora_url.', array( '!tuque_url' => $tuque_link, '!islandora_url' => $islandora_doc_link));
$message = t('Islandora requires the !tuque_url. Please install in /sites/all/libraries/tuque before continuing. See the !islandora_url.', array( '!tuque_url' => $tuque_link, '!islandora_url' => $islandora_doc_link));