function DrupalApacheSolrServiceInterface::getUrl in Apache Solr Search 6.3
Same name and namespace in other branches
- 8 apachesolr.interface.inc \DrupalApacheSolrServiceInterface::getUrl()
- 7 apachesolr.interface.inc \DrupalApacheSolrServiceInterface::getUrl()
Get the Solr url
Return value
string
2 methods override DrupalApacheSolrServiceInterface::getUrl()
- DrupalApacheSolrService::getUrl in ./
Drupal_Apache_Solr_Service.php - Get the Solr url
- DummySolr::getUrl in tests/
Dummy_Solr.php - Get the Solr url
File
- ./
apachesolr.interface.inc, line 422
Class
- DrupalApacheSolrServiceInterface
- The interface for all 'Service' objects.
Code
function getUrl();