Translator::getLoader()
  • References/PHP/Laravel/Translation

LoaderInterface getLoader()

2025-01-10 15:47:30
Translator::macro()
  • References/PHP/Laravel/Translation

static void macro(string $name, callable $macro) Register a

2025-01-10 15:47:30
Translator::transChoice()
  • References/PHP/Laravel/Translation

string transChoice(string $id, int|array|Countable $number, array $parameters = array(), string

2025-01-10 15:47:30
ArrayLoader::addMessages()
  • References/PHP/Laravel/Translation

$this addMessages(string $locale, string $group, array $messages, string|null $namespace = null)

2025-01-10 15:47:30
FileLoader::addNamespace()
  • References/PHP/Laravel/Translation

void addNamespace(string $namespace, string $hint) Add a new namespace

2025-01-10 15:47:30
TranslationServiceProvider
  • References/PHP/Laravel/Translation

TranslationServiceProvider class TranslationServiceProvider extends

2025-01-10 15:47:30
TranslationServiceProvider::provides()
  • References/PHP/Laravel/Translation

array provides() Get the services provided by the provider.

2025-01-10 15:47:30
Translator::setFallback()
  • References/PHP/Laravel/Translation

void setFallback(string $fallback) Set the fallback locale being used.

2025-01-10 15:47:30
Translator::choice()
  • References/PHP/Laravel/Translation

string choice(string $key, int|array|Countable $number, array $replace = array(), string $locale

2025-01-10 15:47:30
Translator::locale()
  • References/PHP/Laravel/Translation

string locale() Get the default locale being used.

2025-01-10 15:47:30