Skip to content

Kirby 5.0.1

$user->readContent()

Read the content from the content file

Deprecated in 5.0.0
Use ->version()->read() instead
$user->readContent(string|null $languageCode = null): array

Parameters

Name Type Default
$languageCode stringornull null

Return type

array

Parent class

Kirby\Cms\User inherited from Kirby\Cms\ModelWithContent