Initial commit
This commit is contained in:
commit
5036f657b3
37 changed files with 13223 additions and 0 deletions
7
web/modules/custom/example/example.services.yml
Normal file
7
web/modules/custom/example/example.services.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
Drupal\Core\Logger\LoggerChannelFactoryInterface:
|
||||
alias: logger.factory
|
||||
private: true
|
||||
|
||||
Drupal\example\Controller\ExamplePageController:
|
||||
autowire: true
|
Loading…
Add table
Add a link
Reference in a new issue