|
Client::$baseUrl |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php |
|
|
Request::$baseUrl |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
|
|
Client::getBaseUrl |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php |
Get the client's base URL as either an expanded or raw URI template |
|
Client::setBaseUrl |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php |
Set the base URL of the client |
|
Request::getBaseUrl |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Returns the root url from which this request is executed. |
|
drupal_detect_baseurl |
function |
drupal/core/includes/install.inc |
Detects the base URL using the PHP $_SERVER variables. |
|
Request::prepareBaseUrl |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Prepares the base URL. |
|
RequestContext::$baseUrl |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php |
|
|
RequestContext::getBaseUrl |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php |
Gets the base URL. |
|
RequestContext::setBaseUrl |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php |
Sets the base URL. |
|
RequestTest::testGetBaseUrl |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@dataProvider getBaseUrlData |
|
RequestTest::getBaseUrlData |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
|
ClientInterface::getBaseUrl |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php |
Get the client's base URL as either an expanded or raw URI template |
|
ClientInterface::setBaseUrl |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php |
Set the base URL of the client |
|
ApacheRequest::prepareBaseUrl |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ApacheRequest.php |
Prepares the base URL. |