Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TranslatorTrait.php

function TranslatorTrait::setLocale

Return value

void

File

vendor/symfony/translation-contracts/TranslatorTrait.php, line 28

Class

TranslatorTrait
A trait to help implement TranslatorInterface and LocaleAwareInterface.

Namespace

Symfony\Contracts\Translation

Code

public function setLocale(string $locale) {
    $this->locale = $locale;
}
RSS feed
Powered by Drupal