$collection->has() Checks if the given object or id is in the collection kirby/src/Cms/Collection.php#L171 $collection->has(string|object $id): bool Parameters Name Type Default $id * string|object – Return type bool Parent class Kirby\Cms\Collection