|
|
|
@ -32,26 +32,26 @@ doctrine: |
|
|
|
gedmo_translatable: |
|
|
|
gedmo_translatable: |
|
|
|
type: annotation |
|
|
|
type: annotation |
|
|
|
prefix: ChamiloCore\Entity\Translation |
|
|
|
prefix: ChamiloCore\Entity\Translation |
|
|
|
dir: "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity" |
|
|
|
dir: "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Translatable/Entity" |
|
|
|
# dir: "%kernel.root_dir%/src/CoreBundle/Entity" |
|
|
|
# dir: "%kernel.root_dir%/src/CoreBundle/Entity" |
|
|
|
alias: GedmoTranslatable # (optional) it will default to the name set for the mapping |
|
|
|
alias: GedmoTranslatable # (optional) it will default to the name set for the mapping |
|
|
|
is_bundle: false |
|
|
|
is_bundle: false |
|
|
|
gedmo_translator: |
|
|
|
gedmo_translator: |
|
|
|
type: annotation |
|
|
|
type: annotation |
|
|
|
prefix: Gedmo\Translator\Entity |
|
|
|
prefix: Gedmo\Translator\Entity |
|
|
|
dir: "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/lib/Gedmo/Translator/Entity" |
|
|
|
dir: "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Translator/Entity" |
|
|
|
alias: GedmoTranslator # (optional) it will default to the name set for the mapping |
|
|
|
alias: GedmoTranslator # (optional) it will default to the name set for the mapping |
|
|
|
is_bundle: false |
|
|
|
is_bundle: false |
|
|
|
gedmo_loggable: |
|
|
|
gedmo_loggable: |
|
|
|
type: annotation |
|
|
|
type: annotation |
|
|
|
prefix: Gedmo\Loggable\Entity |
|
|
|
prefix: Gedmo\Loggable\Entity |
|
|
|
dir: "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/lib/Gedmo/Loggable/Entity" |
|
|
|
dir: "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Loggable/Entity" |
|
|
|
alias: GedmoLoggable # (optional) it will default to the name set for the mappingmapping |
|
|
|
alias: GedmoLoggable # (optional) it will default to the name set for the mappingmapping |
|
|
|
is_bundle: false |
|
|
|
is_bundle: false |
|
|
|
gedmo_tree: |
|
|
|
gedmo_tree: |
|
|
|
type: annotation |
|
|
|
type: annotation |
|
|
|
prefix: Gedmo\Tree\Entity |
|
|
|
prefix: Gedmo\Tree\Entity |
|
|
|
dir: "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/lib/Gedmo/Tree/Entity" |
|
|
|
dir: "%kernel.project_dir%/vendor/gedmo/doctrine-extensions/src/Tree/Entity" |
|
|
|
alias: GedmoTree # (optional) it will default to the name set for the mapping |
|
|
|
alias: GedmoTree # (optional) it will default to the name set for the mapping |
|
|
|
is_bundle: false |
|
|
|
is_bundle: false |
|
|
|
dql: |
|
|
|
dql: |
|
|
|
|