Skip to content

Kirby 5.0.4

$segments->remove()

Removes an element from the array by key

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

Parameters

Name Type Default Description
$keyrequired string no default value 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