<?php //%255BApp%255CEntity%255CTranslation%255Ci18n%2524CLASSMETADATA%255D%255B237%255D

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\ClassMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\ClassMetadata')),
        clone ($p['Doctrine\\ORM\\Id\\IdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\IdentityGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'App\\Entity\\Translation\\i18n',
            ],
            'namespace' => [
                'App\\Entity\\Translation',
            ],
            'rootEntityName' => [
                'App\\Entity\\Translation\\i18n',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\Translation\\i18nRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'locale' => [
                        'fieldName' => 'locale',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'locale',
                    ],
                    'slug' => [
                        'fieldName' => 'slug',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'slug',
                    ],
                    'titleForce' => [
                        'fieldName' => 'titleForce',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'titleForce',
                    ],
                    'title' => [
                        'fieldName' => 'title',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'title',
                    ],
                    'titleAlignment' => [
                        'fieldName' => 'titleAlignment',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'titleAlignment',
                    ],
                    'subTitle' => [
                        'fieldName' => 'subTitle',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'subTitle',
                    ],
                    'introduction' => [
                        'fieldName' => 'introduction',
                        'type' => 'text',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'introduction',
                    ],
                    'introductionAlignment' => [
                        'fieldName' => 'introductionAlignment',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'introductionAlignment',
                    ],
                    'body' => [
                        'fieldName' => 'body',
                        'type' => 'text',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'body',
                    ],
                    'bodyAlignment' => [
                        'fieldName' => 'bodyAlignment',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'bodyAlignment',
                    ],
                    'targetLink' => [
                        'fieldName' => 'targetLink',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'targetLink',
                    ],
                    'targetLabel' => [
                        'fieldName' => 'targetLabel',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'targetLabel',
                    ],
                    'targetAlignment' => [
                        'fieldName' => 'targetAlignment',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'targetAlignment',
                    ],
                    'targetStyle' => [
                        'fieldName' => 'targetStyle',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'targetStyle',
                    ],
                    'newTab' => [
                        'fieldName' => 'newTab',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'newTab',
                    ],
                    'externalLink' => [
                        'fieldName' => 'externalLink',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'externalLink',
                    ],
                    'headerTable' => [
                        'fieldName' => 'headerTable',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'headerTable',
                    ],
                    'placeholder' => [
                        'fieldName' => 'placeholder',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'placeholder',
                    ],
                    'author' => [
                        'fieldName' => 'author',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'author',
                    ],
                    'authorType' => [
                        'fieldName' => 'authorType',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'authorType',
                    ],
                    'help' => [
                        'fieldName' => 'help',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'help',
                    ],
                    'error' => [
                        'fieldName' => 'error',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'error',
                    ],
                    'pictogram' => [
                        'fieldName' => 'pictogram',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 100,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'pictogram',
                    ],
                    'video' => [
                        'fieldName' => 'video',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 100,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'video',
                    ],
                    'createdAt' => [
                        'fieldName' => 'createdAt',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'createdAt',
                    ],
                    'updatedAt' => [
                        'fieldName' => 'updatedAt',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'updatedAt',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'locale' => 'locale',
                    'slug' => 'slug',
                    'titleForce' => 'titleForce',
                    'title' => 'title',
                    'titleAlignment' => 'titleAlignment',
                    'subTitle' => 'subTitle',
                    'introduction' => 'introduction',
                    'introductionAlignment' => 'introductionAlignment',
                    'body' => 'body',
                    'bodyAlignment' => 'bodyAlignment',
                    'targetLink' => 'targetLink',
                    'targetLabel' => 'targetLabel',
                    'targetAlignment' => 'targetAlignment',
                    'targetStyle' => 'targetStyle',
                    'newTab' => 'newTab',
                    'externalLink' => 'externalLink',
                    'headerTable' => 'headerTable',
                    'placeholder' => 'placeholder',
                    'author' => 'author',
                    'authorType' => 'authorType',
                    'help' => 'help',
                    'error' => 'error',
                    'pictogram' => 'pictogram',
                    'video' => 'video',
                    'createdAt' => 'createdAt',
                    'updatedAt' => 'updatedAt',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'locale' => 'locale',
                    'slug' => 'slug',
                    'titleForce' => 'titleForce',
                    'title' => 'title',
                    'titleAlignment' => 'titleAlignment',
                    'subTitle' => 'subTitle',
                    'introduction' => 'introduction',
                    'introductionAlignment' => 'introductionAlignment',
                    'body' => 'body',
                    'bodyAlignment' => 'bodyAlignment',
                    'targetLink' => 'targetLink',
                    'targetLabel' => 'targetLabel',
                    'targetAlignment' => 'targetAlignment',
                    'targetStyle' => 'targetStyle',
                    'newTab' => 'newTab',
                    'externalLink' => 'externalLink',
                    'headerTable' => 'headerTable',
                    'placeholder' => 'placeholder',
                    'author' => 'author',
                    'authorType' => 'authorType',
                    'help' => 'help',
                    'error' => 'error',
                    'pictogram' => 'pictogram',
                    'video' => 'video',
                    'createdAt' => 'createdAt',
                    'updatedAt' => 'updatedAt',
                ],
            ],
            'table' => [
                [
                    'name' => 'cms_translation_i18n',
                    'indexes' => [
                        [
                            'columns' => [
                                'title',
                            ],
                            'flags' => [
                                'fulltext',
                            ],
                        ],
                        [
                            'columns' => [
                                'introduction',
                            ],
                            'flags' => [
                                'fulltext',
                            ],
                        ],
                        [
                            'columns' => [
                                'body',
                            ],
                            'flags' => [
                                'fulltext',
                            ],
                        ],
                    ],
                ],
            ],
            'lifecycleCallbacks' => [
                [
                    'prePersist' => [
                        'prePersist',
                    ],
                    'preUpdate' => [
                        'preUpdate',
                    ],
                ],
            ],
            'associationMappings' => [
                [
                    'createdBy' => [
                        'fieldName' => 'createdBy',
                        'joinColumns' => [
                            [
                                'name' => 'createdBy_id',
                                'unique' => false,
                                'nullable' => true,
                                'onDelete' => 'SET NULL',
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'cascade' => [
                            'persist',
                        ],
                        'inversedBy' => null,
                        'targetEntity' => 'App\\Entity\\Security\\User',
                        'fetch' => 2,
                        'type' => 2,
                        'mappedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\Translation\\i18n',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'createdBy_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'createdBy_id' => 'createdBy_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'createdBy_id',
                        ],
                        'orphanRemoval' => false,
                        'declared' => 'App\\Entity\\BaseUserAction',
                    ],
                    'updatedBy' => [
                        'fieldName' => 'updatedBy',
                        'joinColumns' => [
                            [
                                'name' => 'updatedBy_id',
                                'unique' => false,
                                'nullable' => true,
                                'onDelete' => 'SET NULL',
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'cascade' => [
                            'persist',
                        ],
                        'inversedBy' => null,
                        'targetEntity' => 'App\\Entity\\Security\\User',
                        'fetch' => 2,
                        'type' => 2,
                        'mappedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\Translation\\i18n',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'updatedBy_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'updatedBy_id' => 'updatedBy_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'updatedBy_id',
                        ],
                        'orphanRemoval' => false,
                        'declared' => 'App\\Entity\\BaseUserAction',
                    ],
                    'targetPage' => [
                        'fieldName' => 'targetPage',
                        'joinColumns' => [
                            [
                                'name' => 'targetPage_id',
                                'unique' => false,
                                'nullable' => true,
                                'onDelete' => 'CASCADE',
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'cascade' => [
                            'persist',
                        ],
                        'inversedBy' => null,
                        'targetEntity' => 'App\\Entity\\Content\\Page',
                        'fetch' => 2,
                        'type' => 2,
                        'mappedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\Translation\\i18n',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'targetPage_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'targetPage_id' => 'targetPage_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'targetPage_id',
                        ],
                        'orphanRemoval' => false,
                    ],
                    'website' => [
                        'fieldName' => 'website',
                        'joinColumns' => [
                            [
                                'name' => 'website_id',
                                'unique' => false,
                                'nullable' => false,
                                'onDelete' => null,
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'cascade' => [
                            'persist',
                        ],
                        'inversedBy' => null,
                        'targetEntity' => 'App\\Entity\\Core\\Website',
                        'fetch' => 2,
                        'type' => 2,
                        'mappedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\Translation\\i18n',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'website_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'website_id' => 'website_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'website_id',
                        ],
                        'orphanRemoval' => false,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
