$nestCollection->remove()
Removes an element from the array by key
$nestCollection->remove(string $key): Kirby\Cms\NestCollection
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $keyrequired | string |
no default value | the name of the key |
Return type
This method modifies the existing $nestcollection object it is applied to and returns it again.
Parent class
Kirby\Cms\NestCollection
inherited from Kirby\Toolkit\Collection