mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
13 lines
270 B
YAML
13 lines
270 B
YAML
Chill\MainBundle\Entity\Language:
|
|
type: entity
|
|
table: null
|
|
cache:
|
|
usage: READ_ONLY
|
|
region: language_cache_region
|
|
id:
|
|
id:
|
|
type: string
|
|
fields:
|
|
name:
|
|
type: json_array
|
|
lifecycleCallbacks: { } |