$language->prevAll()
Returns the beginning of the collection before the current item
$language->prevAll(Kirby\Cms\Languages|null $collection = null): Kirby\Cms\Languages
Parameters
| Name | Type | Default |
|---|---|---|
| $collection | Kirby\Cms\Languagesornull |
null
|
Return type
This method modifies the existing $language object it is applied to and returns it again.