$api->data()
Returns the injected data array or certain parts of it by key
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