Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Created January 12, 2017 16:45
Show Gist options
  • Save eS-IT/50aa0742b7e8537c67ef39938803aab0 to your computer and use it in GitHub Desktop.
Save eS-IT/50aa0742b7e8537c67ef39938803aab0 to your computer and use it in GitHub Desktop.
Contao 4: Dependency Injection - basics-services.yml
# src/Acme/TestBundle/Resources/config/services.yml
# Parameter
parameters:
acme_example.greeter.text: "Hello"
# Services
services:
acme_test.greeter:
class: Acme\TestBundle\classes\AcmeGreeter
arguments:
- [%acme_example.greeter.text%]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment