$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