You are here

function DrupalApacheSolrService::getId in Apache Solr Search 6.3

Same name and namespace in other branches
  1. 8 Drupal_Apache_Solr_Service.php \DrupalApacheSolrService::getId()
  2. 7 Drupal_Apache_Solr_Service.php \DrupalApacheSolrService::getId()

Overrides DrupalApacheSolrServiceInterface::getId

File

./Drupal_Apache_Solr_Service.php, line 414

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;
}