You are here

function DrupalApacheSolrServiceInterface::setUrl in Apache Solr Search 8

Same name and namespace in other branches
  1. 6.3 apachesolr.interface.inc \DrupalApacheSolrServiceInterface::setUrl()
  2. 7 apachesolr.interface.inc \DrupalApacheSolrServiceInterface::setUrl()

Set the Solr url.

Parameters

$url:

Return value

$this

2 methods override DrupalApacheSolrServiceInterface::setUrl()
DrupalApacheSolrService::setUrl in ./Drupal_Apache_Solr_Service.php
Set the Solr url.
DummySolr::setUrl in tests/Dummy_Solr.php
Set the Solr url.

File

./apachesolr.interface.inc, line 431

Class

DrupalApacheSolrServiceInterface
The interface for all 'Service' objects.

Code

function setUrl($url);