Skip to content

Kirby 5.0.4

$schema->skip()

Returns a list of all elements that should be skipped and not be parsed at all

$schema->skip(): array

Return type

array

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

Parent class

Kirby\Parsley\Schema