$languages->values()
Returns a non-associative array with all values. If a mapping Closure is passed, all values are processed by the Closure.
$languages->values(Closure $map = null): arrayParameters
| Name | Type | Default | 
|---|---|---|
| $map | Closure | null | 
Return type
array
Parent class
  Kirby\Cms\Languages    inherited from Kirby\Toolkit\Collection