Skip to content

Kirby 3.5.7.1

$layouts->without()

Alias for $this->not()

$layouts->without(string $keys = null): Kirby\Cms\Layouts

Parameters

Name Type Default Description
$keys string null any number of keys, passed as individual arguments

Return type

Kirby\Cms\Layouts

This method does not modify the existing $layouts object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Cms\Layouts inherited from Kirby\Toolkit\Collection