Skip to content

Kirby 5.0.4

$file->content()

Returns the content

$file->content(string|null $languageCode = null): Kirby\Content\Content

Parameters

Name Type Default
$languageCode stringornull null

Return type

Kirby\Content\Content

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

Exceptions

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

Parent class

Kirby\Cms\File inherited from Kirby\Cms\ModelWithContent