You are here

function DrupalApacheSolrServiceInterface::getUrl in Apache Solr Search 8

Same name and namespace in other branches
  1. 6.3 apachesolr.interface.inc \DrupalApacheSolrServiceInterface::getUrl()
  2. 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();