Skip to content

Kirby 4.2.0

$blocksfield->isLast()

Checks if the item is the last in the collection

$blocksfield->isLast(\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\BlocksField inherited from Kirby\Form\FieldClass