Skip to content

Kirby 4.2.0

$modelwithcontent->content()

Returns the content

$modelwithcontent->content(?string $languageCode = null): Kirby\Content\Content

Parameters

Name Type Default
$languageCode string|null null

Return type

Kirby\Content\Content

Exceptions

Type Description
Kirby\Exception\InvalidArgumentException If the language for the given code does not exist

Parent class

Kirby\Cms\ModelWithContent