$api->data()
Returns the injected data array or certain parts of it by key
$api->data(string $key = null, $args = null)
Parameters
| Name | Type | Default |
|---|---|---|
| $key | string |
null |
| $args | mixed |
null |
Exceptions
| Type | Description |
|---|---|
Kirby\Exception\NotFoundException |
If no data for $key exists |
Parent class
Kirby\Cms\Api inherited from Kirby\Api\Api