Dot All Lisbon – the official Craft CMS conference – is happening September 23 - 25.
Service
Craft’s core API is composed of singleton classes, mounted to the main application instance. Yii refers to these as components, a special type of object that accepts deep configuration and supports dependency injection.
Your first exposure to services will likely be in Twig, using features exposed via the craft.app
global variable.
Found in
- Craft CMS