You are here

public function Request::getDefaultLocale in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Request.php \Symfony\Component\HttpFoundation\Request::getDefaultLocale()

Get the default locale.

Return value

string

File

vendor/symfony/http-foundation/Request.php, line 1420

Class

Request
Request represents an HTTP request.

Namespace

Symfony\Component\HttpFoundation

Code

public function getDefaultLocale() {
  return $this->defaultLocale;
}