public function Route::getHost

Same name in this branch

Returns the pattern for the host.

Return value

string The host pattern

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php, line 185

Class

Route
A Route describes a route and its parameters.

Namespace

Symfony\Component\Routing

Code

public function getHost() {
  return $this->host;
}