Skip to content

Kirby 5.0.4

$memoryStorage->all()

Returns generator for all existing version-language combinations

$memoryStorage->all(): Generator<\Kirby\Content\VersionId, \Kirby\Cms\Language>

Return type

Generator<\Kirby\Content\VersionId, \Kirby\Cms\Language>

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

Parent class

Kirby\Content\MemoryStorage inherited from Kirby\Content\Storage