# Ingredients

The Ingredients class is the foundation for `$kirby->urls()` and `$kirby->roots()` objects. Those are configured in `kirby/config/urls.php` and `kirby/config/roots.php`

****

- Full class name: `Kirby\Cms\Ingredients`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Cms/Ingredients.php#L19>

****

### Ingredients

- [$ingredients->__call()](https://getkirby.com/docs/reference/objects/cms/ingredients/__call.md)
- [new Ingredients()](https://getkirby.com/docs/reference/objects/cms/ingredients/__construct.md)
- [$ingredients->__debugInfo()](https://getkirby.com/docs/reference/objects/cms/ingredients/__debug-info.md)
- [$ingredients->__get()](https://getkirby.com/docs/reference/objects/cms/ingredients/__get.md)
- [Ingredients::bake()](https://getkirby.com/docs/reference/objects/cms/ingredients/bake.md)
- [$ingredients->toArray()](https://getkirby.com/docs/reference/objects/cms/ingredients/to-array.md)