$languageVariable->update()
Sets a new value for the language variable
$languageVariable->update(array|string|null $value = null): Kirby\Cms\LanguageVariable
Parameters
Name | Type | Default |
---|---|---|
$value | array orstring ornull |
null
|
Return type
This method does not modify the existing $languagevariable
object but returns a new object with the changes applied. Learn more →