feat: initial commit
This commit is contained in:
commit
26d450c1a4
31 changed files with 10925 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
|
Reference in a new issue