Skip to content

Kirby 5.0.4

$languageVariable->value()

Returns the value if the variable has been translated.

$languageVariable->value(): array|string|null

Return types

arrayorstringornull

This method modifies the existing $languagevariable object it is applied to and returns it again.

Parent class

Kirby\Cms\LanguageVariable