You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
784 B
19 lines
784 B
spy_timeline:
|
|
drivers:
|
|
orm:
|
|
object_manager: doctrine.orm.entity_manager
|
|
classes:
|
|
query_builder: ~ # Spy\TimelineBundle\Driver\ORM\QueryBuilder\QueryBuilder
|
|
timeline: Chamilo\TimelineBundle\Entity\Timeline
|
|
action: Chamilo\TimelineBundle\Entity\Action
|
|
component: Chamilo\TimelineBundle\Entity\Component
|
|
action_component: Chamilo\TimelineBundle\Entity\ActionComponent
|
|
|
|
filters:
|
|
data_hydrator:
|
|
priority: 20
|
|
service: spy_timeline.filter.data_hydrator
|
|
filter_unresolved: false
|
|
locators:
|
|
- spy_timeline.filter.data_hydrator.locator.doctrine_orm
|
|
|
|
|