PHP Classes

File: vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/custom_providers.yml

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/custom_providers.yml   Download  
File: vendor/doctrine/doctrine-cache-bundle/Tests/DependencyInjection/Fixtures/config/yml/custom_providers.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 726 bytes
 

Contents

Class file image Download
services: my_custom_provider_service: class: Doctrine\Bundle\DoctrineCacheBundle\Tests\DependencyInjection\Fixtures\Cache\MyCustomType doctrine_cache: custom_providers: my_custom_type: prototype: "my_custom_provider_service" definition_class: Doctrine\Bundle\DoctrineCacheBundle\Tests\DependencyInjection\Fixtures\Definition\MyCustomTypeDefinition my_custom_type2: prototype: "my_custom_provider_service" providers: my_custom_type_provider: my_custom_type: config_foo: "foo" config_bar: "bar" my_custom_type_provider2: my_custom_type2: config_foobar: "foobar"