app.mailer service
Displaying 1 - 1 of 1Simple Configuration API
The configuration API comes in two flavors - the (simple) Config API and the Configuration Entity API.
The key difference is that the Config API is the singleton use case.
A singleton is where there can be only a single instance of this configuration.
A good example would be the site's name.
The Configuration Entity API should store multiple configuration sets - for example, node types, views, vocabularies, and fields.