W3cubDocs

/Laravel 8

CompilesTranslations

trait CompilesTranslations (View source)

Methods

string compileLang(string|null $expression)

Compile the lang statements into valid PHP.

string compileEndlang()

Compile the end-lang statements into valid PHP.

string compileChoice(string $expression)

Compile the choice statements into valid PHP.

Details

protected string compileLang(string|null $expression)

Compile the lang statements into valid PHP.

Parameters

string|null $expression

Return Value

string

protected string compileEndlang()

Compile the end-lang statements into valid PHP.

Return Value

string

protected string compileChoice(string $expression)

Compile the choice statements into valid PHP.

Parameters

string $expression

Return Value

string

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/View/Compilers/Concerns/CompilesTranslations.html