<?php //resource_metadata_collection_5b78af260332b25f3fa3b9621d0cf424

return [PHP_INT_MAX, static fn () => \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['ApiPlatform\\Metadata\\ApiResource'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\ApiResource')),
        clone ($p['ApiPlatform\\Metadata\\Operations'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\Operations')),
        clone ($p['ApiPlatform\\Metadata\\Get'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\Get')),
        clone ($p['ApiPlatform\\Metadata\\Parameters'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\Parameters')),
        clone ($p['ApiPlatform\\Metadata\\Link'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\Link')),
        clone $p['ApiPlatform\\Metadata\\Link'],
        clone ($p['ApiPlatform\\Metadata\\GraphQl\\Query'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\GraphQl\\Query')),
        clone $p['ApiPlatform\\Metadata\\Parameters'],
        clone ($p['ApiPlatform\\Metadata\\GraphQl\\QueryCollection'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('ApiPlatform\\Metadata\\GraphQl\\QueryCollection')),
        clone $p['ApiPlatform\\Metadata\\Parameters'],
    ],
    null,
    [
        'ApiPlatform\\Metadata\\ApiResource' => [
            'shortName' => [
                'Navbar',
            ],
            'class' => [
                'App\\Navbar\\Entity\\Navbar',
            ],
            'description' => [
                null,
            ],
            'urlGenerationStrategy' => [
                null,
            ],
            'deprecationReason' => [
                null,
            ],
            'normalizationContext' => [
                null,
            ],
            'denormalizationContext' => [
                null,
            ],
            'collectDenormalizationErrors' => [
                null,
            ],
            'validationContext' => [
                null,
            ],
            'filters' => [
                null,
            ],
            'elasticsearch' => [
                null,
            ],
            'order' => [
                null,
            ],
            'fetchPartial' => [
                null,
            ],
            'forceEager' => [
                null,
            ],
            'paginationEnabled' => [
                null,
            ],
            'paginationType' => [
                null,
            ],
            'paginationItemsPerPage' => [
                null,
            ],
            'paginationMaximumItemsPerPage' => [
                null,
            ],
            'paginationPartial' => [
                null,
            ],
            'paginationClientEnabled' => [
                null,
            ],
            'paginationClientItemsPerPage' => [
                null,
            ],
            'paginationClientPartial' => [
                null,
            ],
            'paginationFetchJoinCollection' => [
                null,
            ],
            'paginationUseOutputWalkers' => [
                null,
            ],
            'security' => [
                'is_granted(\'ROLE_USER\')',
            ],
            'securityMessage' => [
                null,
            ],
            'securityPostDenormalize' => [
                null,
            ],
            'securityPostDenormalizeMessage' => [
                null,
            ],
            'securityPostValidation' => [
                null,
            ],
            'securityPostValidationMessage' => [
                null,
            ],
            'stateOptions' => [
                null,
            ],
            'parameters' => [
                null,
            ],
            'extraProperties' => [
                [
                    'standard_put' => true,
                    'rfc_7807_compliant_errors' => true,
                ],
            ],
            'operations' => [
                $o[1],
            ],
            'uriTemplate' => [
                null,
            ],
            'types' => [
                null,
            ],
            'formats' => [
                null,
            ],
            'inputFormats' => [
                null,
            ],
            'outputFormats' => [
                null,
            ],
            'uriVariables' => [
                [
                    'userID' => $o[5],
                ],
            ],
            'routePrefix' => [
                null,
            ],
            'defaults' => [
                null,
            ],
            'requirements' => [
                null,
            ],
            'options' => [
                null,
            ],
            'stateless' => [
                true,
            ],
            'sunset' => [
                null,
            ],
            'acceptPatch' => [
                null,
            ],
            'status' => [
                null,
            ],
            'host' => [
                null,
            ],
            'schemes' => [
                null,
            ],
            'condition' => [
                null,
            ],
            'controller' => [
                null,
            ],
            'headers' => [
                null,
            ],
            'cacheHeaders' => [
                [
                    'vary' => [
                        'Content-Type',
                        'Authorization',
                        'Origin',
                    ],
                ],
            ],
            'hydraContext' => [
                null,
            ],
            'openapiContext' => [
                null,
            ],
            'openapi' => [
                null,
            ],
            'paginationViaCursor' => [
                null,
            ],
            'compositeIdentifier' => [
                null,
            ],
            'exceptionToStatus' => [
                null,
            ],
            'queryParameterValidationEnabled' => [
                null,
            ],
            'links' => [
                null,
            ],
            'graphQlOperations' => [
                [
                    'item_query' => $o[6],
                    'collection_query' => $o[8],
                ],
            ],
        ],
        'ApiPlatform\\Metadata\\Operations' => [
            'operations' => [
                1 => [
                    [
                        '_api_/navbars/{userID}{._format}_get',
                        $o[2],
                    ],
                ],
            ],
        ],
        'ApiPlatform\\Metadata\\Operation' => [
            'shortName' => [
                2 => 'Navbar',
                6 => 'Navbar',
                8 => 'Navbar',
            ],
            'class' => [
                2 => 'App\\Navbar\\Entity\\Navbar',
                6 => 'App\\Navbar\\Entity\\Navbar',
                8 => 'App\\Navbar\\Entity\\Navbar',
            ],
            'description' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'urlGenerationStrategy' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'deprecationReason' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'normalizationContext' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'denormalizationContext' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'collectDenormalizationErrors' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'validationContext' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'filters' => [
                2 => [],
                6 => [],
                8 => [],
            ],
            'elasticsearch' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'order' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'fetchPartial' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'forceEager' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'paginationEnabled' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'paginationType' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'paginationItemsPerPage' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'paginationMaximumItemsPerPage' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'paginationPartial' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'paginationClientEnabled' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'paginationClientItemsPerPage' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'paginationClientPartial' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'paginationFetchJoinCollection' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'paginationUseOutputWalkers' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'security' => [
                2 => 'is_granted(\'ROLE_USER\')',
                6 => 'is_granted(\'ROLE_USER\')',
                8 => 'is_granted(\'ROLE_USER\')',
            ],
            'securityMessage' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'securityPostDenormalize' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'securityPostDenormalizeMessage' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'securityPostValidation' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'securityPostValidationMessage' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'provider' => [
                2 => 'App\\Navbar\\DataProvider\\NavbarStateProvider',
                6 => 'App\\Navbar\\DataProvider\\NavbarStateProvider',
            ],
            'stateOptions' => [
                2 => null,
                6 => null,
            ],
            'parameters' => [
                2 => $o[3],
                6 => $o[7],
                8 => $o[9],
            ],
            'extraProperties' => [
                2 => [
                    'standard_put' => true,
                    'rfc_7807_compliant_errors' => true,
                ],
                6 => [
                    'standard_put' => true,
                    'rfc_7807_compliant_errors' => true,
                    'stateless' => true,
                    'cache_headers' => [
                        'vary' => [
                            'Content-Type',
                            'Authorization',
                            'Origin',
                        ],
                    ],
                ],
                8 => [
                    'standard_put' => true,
                    'rfc_7807_compliant_errors' => true,
                    'stateless' => true,
                    'cache_headers' => [
                        'vary' => [
                            'Content-Type',
                            'Authorization',
                            'Origin',
                        ],
                    ],
                ],
            ],
            'read' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'deserialize' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'validate' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'write' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'serialize' => [
                2 => null,
                6 => null,
                8 => null,
            ],
            'priority' => [
                2 => 0,
                6 => null,
                8 => null,
            ],
            'name' => [
                2 => '_api_/navbars/{userID}{._format}_get',
                6 => 'item_query',
                8 => 'collection_query',
            ],
            'paginationViaCursor' => [
                6 => null,
                8 => null,
            ],
        ],
        'ApiPlatform\\Metadata\\HttpOperation' => [
            'paginationViaCursor' => [
                2 => null,
            ],
            'method' => [
                2 => 'GET',
            ],
            'uriTemplate' => [
                2 => '/navbars/{userID}{._format}',
            ],
            'types' => [
                2 => null,
            ],
            'inputFormats' => [
                2 => [
                    'jsonld' => [
                        'application/ld+json',
                    ],
                    'json' => [
                        'application/json',
                    ],
                ],
            ],
            'outputFormats' => [
                2 => [
                    'jsonld' => [
                        'application/ld+json',
                    ],
                    'json' => [
                        'application/json',
                    ],
                ],
            ],
            'uriVariables' => [
                2 => [
                    'userID' => $o[4],
                ],
            ],
            'routePrefix' => [
                2 => null,
            ],
            'routeName' => [
                2 => null,
            ],
            'defaults' => [
                2 => null,
            ],
            'requirements' => [
                2 => null,
            ],
            'options' => [
                2 => null,
            ],
            'stateless' => [
                2 => true,
            ],
            'sunset' => [
                2 => null,
            ],
            'acceptPatch' => [
                2 => null,
            ],
            'host' => [
                2 => null,
            ],
            'schemes' => [
                2 => null,
            ],
            'condition' => [
                2 => null,
            ],
            'controller' => [
                2 => null,
            ],
            'headers' => [
                2 => null,
            ],
            'cacheHeaders' => [
                2 => [
                    'vary' => [
                        'Content-Type',
                        'Authorization',
                        'Origin',
                    ],
                ],
            ],
            'hydraContext' => [
                2 => null,
            ],
            'openapiContext' => [
                2 => null,
            ],
            'openapi' => [
                2 => null,
            ],
            'exceptionToStatus' => [
                2 => null,
            ],
            'queryParameterValidationEnabled' => [
                2 => null,
            ],
            'links' => [
                2 => null,
            ],
        ],
        'ApiPlatform\\Metadata\\Parameter' => [
            'key' => [
                4 => null,
                null,
            ],
            'schema' => [
                4 => null,
                null,
            ],
            'openApi' => [
                4 => null,
                null,
            ],
            'provider' => [
                4 => null,
                null,
            ],
            'filter' => [
                4 => null,
                null,
            ],
            'property' => [
                4 => null,
                null,
            ],
            'description' => [
                4 => null,
                null,
            ],
            'required' => [
                4 => null,
                null,
            ],
            'priority' => [
                4 => null,
                null,
            ],
            'constraints' => [
                4 => null,
                null,
            ],
            'extraProperties' => [
                4 => [],
                [],
            ],
        ],
        'ApiPlatform\\Metadata\\Link' => [
            'parameterName' => [
                4 => 'userID',
                'userID',
            ],
            'fromProperty' => [
                4 => null,
                null,
            ],
            'toProperty' => [
                4 => null,
                null,
            ],
            'fromClass' => [
                4 => 'App\\Navbar\\Entity\\Navbar',
                'App\\Navbar\\Entity\\Navbar',
            ],
            'toClass' => [
                4 => null,
                null,
            ],
            'identifiers' => [
                4 => [
                    'userID',
                ],
                [
                    'userID',
                ],
            ],
            'compositeIdentifier' => [
                4 => null,
                null,
            ],
            'expandedValue' => [
                4 => null,
                null,
            ],
            'security' => [
                4 => null,
                null,
            ],
            'securityMessage' => [
                4 => null,
                null,
            ],
            'securityObjectName' => [
                4 => null,
                null,
            ],
        ],
        'ApiPlatform\\Metadata\\GraphQl\\Operation' => [
            'resolver' => [
                6 => null,
                8 => null,
            ],
            'args' => [
                6 => null,
                8 => null,
            ],
            'extraArgs' => [
                6 => null,
                8 => null,
            ],
            'links' => [
                6 => [],
                8 => [],
            ],
        ],
        'ApiPlatform\\Metadata\\GraphQl\\Query' => [
            'nested' => [
                6 => null,
                8 => true,
            ],
        ],
        'ApiPlatform\\Metadata\\GraphQl\\QueryCollection' => [
            'stateOptions' => [
                8 => null,
            ],
        ],
    ],
    [
        $o[0],
    ],
    []
)];
