TranslatorInterface
interface TranslatorInterface (View source)
Defines an interface used in validation.
This replaces the interface used by the Symfony validator in order to indicate that the Drupal code is actually independent from the Symfony translation component.
Methods
string
trans(string $id, array $parameters = [], string|null $domain = NULL, string|null $locale = NULL)
Translates the given message.
Details
string
trans(string $id, array $parameters = [], string|null $domain = NULL, string|null $locale = NULL)
Translates the given message.