Start typing to see suggestions. Use arrow keys to navigate, Enter to select.

eulas

Kirby collection

Returns a Kirby\Cms\Pages collection with all pages using the eula blueprint.

Usage

This collection is registered as fountain.eulas and can be accessed via:

$kirby->collection('fountain.eulas');
// or in templates:
collection('fountain.eulas');

Source: /collections/eulas.php

Jump to