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