services: # default configuration for services in *this* file _defaults: # automatically injects dependencies in your services autowire: true # automatically registers your services as commands, event subscribers, etc. autoconfigure: true # this means you cannot fetch services directly from the container via $container->get() # if you need to do this, you can override this setting on individual services public: false PhpList\Core\Core\ApplicationStructure: public: true PhpList\Core\Security\Authentication: public: true PhpList\Core\Security\HashGenerator: public: true PhpList\Core\Routing\ExtraLoader: tags: [routing.loader] PhpList\Core\Domain\Repository: abstract: true autowire: true autoconfigure: false public: true factory: Doctrine\ORM\EntityManagerInterface:getRepository # controllers are imported separately to make sure they're public # and have a tag that allows actions to type-hint services PhpList\Core\EmptyStartPageBundle\Controller\: resource: '../src/EmptyStartPageBundle/Controller' public: true tags: [controller.service_arguments]
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
PHPMD | Folder | 0755 |
|
|
PhpCodeSniffer | Folder | 0755 |
|
|
config.yml | File | 1.87 KB | 0644 |
|
config_dev.yml | File | 1.02 KB | 0644 |
|
config_prod.yml | File | 459 B | 0644 |
|
config_test.yml | File | 164 B | 0644 |
|
parameters.yml.dist | File | 1.43 KB | 0644 |
|
repositories.yml | File | 1 KB | 0644 |
|
routing.yml | File | 39 B | 0644 |
|
routing_dev.yml | File | 33 B | 0644 |
|
services.yml | File | 1.23 KB | 0644 |
|