Provides a dependency-injection compiler pass for injection of parameters into services using a Symfony-like notation with %name.sub.sub.value% syntax. For extensibility this module provides a @Plugin notation and interfaces for other modules to provide configuration. See: – Parameter Injection Settings – Parameter Injection Dot Env […]
Author: mfischer brainbits net
Parameter Injection Settings
Provides a Plugin for Parameter Injection Module to use parameters from Drupal’s configuration / settings. Source: https://drupal.org/project/project_module/feed/all
Parameter Injection Dot Env
Provides a Plugin for Parameter Injection Module to use parameters from .env configutation files, that can be overridden with environment variables from Webserver / Docker / whatever. This is especially useful for running Drupal 8 in a container environment, where configuration must be injected to[…]