Skip to content

Kirby 5.0.4

$immutableMemoryStorage->all()

Returns generator for all existing version-language combinations

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

Return type

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

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

Parent class

Kirby\Content\ImmutableMemoryStorage inherited from Kirby\Content\Storage