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