function DrupalApacheSolrService::getId in Apache Solr Search 7
Same name and namespace in other branches
- 8 Drupal_Apache_Solr_Service.php \DrupalApacheSolrService::getId()
- 6.3 Drupal_Apache_Solr_Service.php \DrupalApacheSolrService::getId()
Overrides DrupalApacheSolrServiceInterface::getId
1 call to DrupalApacheSolrService::getId()
- DrupalApacheSolrService::checkResponse in ./
Drupal_Apache_Solr_Service.php - Check the reponse code and thow an exception if it's not 200.
File
- ./
Drupal_Apache_Solr_Service.php, line 422
Class
- DrupalApacheSolrService
- Starting point for the Solr API. Represents a Solr server resource and has methods for pinging, adding, deleting, committing, optimizing and searching.
Code
function getId() {
return $this->env_id;
}