Move all files to drupal/
This commit is contained in:
parent
f545502947
commit
ec8f7f1481
35 changed files with 0 additions and 0 deletions
7
drupal/web/modules/custom/example/example.services.yml
Normal file
7
drupal/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