Skip to content

Kirby 4.2.0

$segments->remove()

Removes an element from the array by key

$segments->remove(mixed $key): Kirby\Query\Segments

Parameters

Name Type Default Description
$key * mixed the name of the key

Return type

Kirby\Query\Segments

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

Parent class

Kirby\Query\Segments inherited from Kirby\Toolkit\Collection