Skip to content

Kirby 4.2.0

$modelwithcontent->contentFiles()

Returns an array with all content files; NOTE: only supports the published content file (use $model->storage()->contentFiles() for other versions)

Deprecated in 4.0.0
$modelwithcontent->contentFiles(): array

Return type

array

Parent class

Kirby\Cms\ModelWithContent