$language->update()
Update language properties and save them
$language->update(array|null $props = null): Kirby\Cms\Language
Parameters
Name | Type | Default |
---|---|---|
$props | array ornull |
null
|
Return type
This method does not modify the existing $language
object but returns a new object with the changes applied. Learn more →