PHP Classes

File: src/Core/Config/services/services.yaml

Recommend this page to a friend!
  Classes of Niko   PHP HouseHold   src/Core/Config/services/services.yaml   Download  
File: src/Core/Config/services/services.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HouseHold
Manage the stock of groceries in a house
Author: By
Last change:
Date: 2 years ago
Size: 954 bytes
 

Contents

Class file image Download
# Put parameters here that don't need to change on each machine where the app is deployed # https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration services: App\Core\UI\Http\Rest\Controller\: resource: '../../UI/Http/Rest/Controller/*' tags: [ 'controller.service_arguments' ] app_user_metadata_enricher: class: App\Core\Infrastructure\Share\Event\Metadata\UserMetadata tags: - { name: 'broadway.metadata_enricher' } 'App\Core\Application\Decorator\OasServerDecorator': decorates: 'api_platform.swagger.normalizer.api_gateway' arguments: [ '@App\Core\Application\Decorator\OasServerDecorator.inner', '@request_stack' ] autoconfigure: false 'App\Core\Application\Decorator\RequiredPropertyDecorator': decorates: 'api_platform.swagger.normalizer.api_gateway' arguments: [ '@App\Core\Application\Decorator\OasServerDecorator.inner' ] autoconfigure: false