Skip to content

Kirby 3.9.8

$layoutfield->hasPrev()

Checks if there's a previous item in the collection

$layoutfield->hasPrev(\Kirby\Cms\Collection|null $collection = null): bool

Parameters

Name Type Default
$collection Kirby\Cms\Collection|null null

Return type

bool

Parent class

Kirby\Form\Field\LayoutField inherited from Kirby\Form\FieldClass