Oliver Davies
67a9f556c4
Add a custom module based on my Drupal module template: https://github.com/opdavies/drupal-module-template
8 lines
177 B
YAML
8 lines
177 B
YAML
services:
|
|
Drupal\Core\Logger\LoggerChannelFactoryInterface:
|
|
alias: logger.factory
|
|
private: true
|
|
|
|
Drupal\example\Controller\ExamplePageController:
|
|
autowire: true
|