<?php

// This file has been auto-generated by the Symfony Routing Component.

return [
    'pim_enrich_locale_index' => [[], [], [], [['text', '/configuration/locale/']], [], []],
    'pim_enrich_locale_rest_index' => [[], ['_controller' => 'pim_enrich.controller.rest.locale:indexAction'], [], [['text', '/configuration/locale/rest']], [], []],
    'pim_api_locale_list' => [[], ['_controller' => 'pim_api.controller.locale:listAction', '_format' => 'json'], [], [['text', '/api/rest/v1/locales']], [], []],
    'pim_api_locale_get' => [['code'], ['_controller' => 'pim_api.controller.locale:getAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/locales']], [], []],
    'pim_enrich_channel_index' => [[], [], [], [['text', '/configuration/channel/']], [], []],
    'pim_enrich_channel_create' => [[], [], [], [['text', '/configuration/channel/create']], [], []],
    'pim_enrich_channel_edit' => [['code'], [], ['code' => '[a-zA-Z0-9_]+'], [['text', '/edit'], ['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/configuration/channel']], [], []],
    'pim_enrich_channel_rest_index' => [[], ['_controller' => 'pim_enrich.controller.rest.channel:indexAction'], [], [['text', '/configuration/channel/rest']], [], []],
    'pim_enrich_channel_rest_get' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.channel:getAction'], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[^/]++', 'identifier'], ['text', '/configuration/channel/rest']], [], []],
    'pim_enrich_channel_rest_post' => [[], ['_controller' => 'pim_enrich.controller.rest.channel:postAction'], [], [['text', '/configuration/channel/rest']], [], []],
    'pim_enrich_channel_rest_put' => [['code'], ['_controller' => 'pim_enrich.controller.rest.channel:putAction'], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/configuration/channel/rest']], [], []],
    'pim_enrich_channel_rest_remove' => [['code'], ['_controller' => 'pim_enrich.controller.rest.channel:removeAction'], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/configuration/channel/rest']], [], []],
    'pim_api_channel_list' => [[], ['_controller' => 'pim_api.controller.channel:listAction', '_format' => 'json'], [], [['text', '/api/rest/v1/channels']], [], []],
    'pim_api_channel_get' => [['code'], ['_controller' => 'pim_api.controller.channel:getAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/channels']], [], []],
    'pim_api_channel_create' => [[], ['_controller' => 'pim_api.controller.channel:createAction', '_format' => 'json'], [], [['text', '/api/rest/v1/channels']], [], []],
    'pim_api_channel_partial_update' => [['code'], ['_controller' => 'pim_api.controller.channel:partialUpdateAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/channels']], [], []],
    'pim_api_channel_partial_update_list' => [[], ['_controller' => 'pim_api.controller.channel:partialUpdateListAction', '_format' => 'json'], [], [['text', '/api/rest/v1/channels']], [], []],
    'pim_api_currency_list' => [[], ['_controller' => 'pim_api.controller.currency:listAction', '_format' => 'json'], [], [['text', '/api/rest/v1/currencies']], [], []],
    'pim_api_currency_get' => [['code'], ['_controller' => 'pim_api.controller.currency:getAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/currencies']], [], []],
    'pim_enrich_currency_rest_index' => [[], ['_controller' => 'pim_enrich.controller.rest.currency:indexAction'], [], [['text', '/configuration/currency/rest']], [], []],
    'pim_enrich_currency_index' => [[], [], [], [['text', '/configuration/currency/']], [], []],
    'pim_enrich_currency_toggle' => [['id'], ['_controller' => 'pim_enrich.controller.currency:toggleAction'], ['id' => '\\d+'], [['text', '/toggle'], ['variable', '/', '\\d+', 'id'], ['text', '/configuration/currency']], [], []],
    'pim_api_attribute_list' => [[], ['_controller' => 'pim_api.controller.attribute:listAction', '_format' => 'json'], [], [['text', '/api/rest/v1/attributes']], [], []],
    'pim_api_attribute_create' => [[], ['_controller' => 'pim_api.controller.attribute:createAction', '_format' => 'json'], [], [['text', '/api/rest/v1/attributes']], [], []],
    'pim_api_attribute_partial_update' => [['code'], ['_controller' => 'pim_api.controller.attribute:partialUpdateAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/attributes']], [], []],
    'pim_api_attribute_get' => [['code'], ['_controller' => 'pim_api.controller.attribute:getAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/attributes']], [], []],
    'pim_api_attribute_partial_update_list' => [[], ['_controller' => 'pim_api.controller.attribute:partialUpdateListAction', '_format' => 'json'], [], [['text', '/api/rest/v1/attributes']], [], []],
    'pim_api_attribute_option_list' => [['attributeCode'], ['_controller' => 'pim_api.controller.attribute_option:listAction', '_format' => 'json'], [], [['text', '/options'], ['variable', '/', '[^/]++', 'attributeCode'], ['text', '/api/rest/v1/attributes']], [], []],
    'pim_api_attribute_option_create' => [['attributeCode'], ['_controller' => 'pim_api.controller.attribute_option:createAction', '_format' => 'json'], [], [['text', '/options'], ['variable', '/', '[^/]++', 'attributeCode'], ['text', '/api/rest/v1/attributes']], [], []],
    'pim_api_attribute_option_partial_update' => [['attributeCode', 'code'], ['_controller' => 'pim_api.controller.attribute_option:partialUpdateAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/options'], ['variable', '/', '[^/]++', 'attributeCode'], ['text', '/api/rest/v1/attributes']], [], []],
    'pim_api_attribute_option_partial_update_list' => [['attributeCode'], ['_controller' => 'pim_api.controller.attribute_option:partialUpdateListAction', '_format' => 'json'], [], [['text', '/options'], ['variable', '/', '[^/]++', 'attributeCode'], ['text', '/api/rest/v1/attributes']], [], []],
    'pim_api_attribute_option_get' => [['attributeCode', 'code'], ['_controller' => 'pim_api.controller.attribute_option:getAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/options'], ['variable', '/', '[^/]++', 'attributeCode'], ['text', '/api/rest/v1/attributes']], [], []],
    'pim_api_attribute_group_list' => [[], ['_controller' => 'pim_api.controller.attribute_group:listAction', '_format' => 'json'], [], [['text', '/api/rest/v1/attribute-groups']], [], []],
    'pim_api_attribute_group_create' => [[], ['_controller' => 'pim_api.controller.attribute_group:createAction', '_format' => 'json'], [], [['text', '/api/rest/v1/attribute-groups']], [], []],
    'pim_api_attribute_group_get' => [['code'], ['_controller' => 'pim_api.controller.attribute_group:getAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/attribute-groups']], [], []],
    'pim_api_attribute_group_partial_update' => [['code'], ['_controller' => 'pim_api.controller.attribute_group:partialUpdateAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/attribute-groups']], [], []],
    'pim_api_attribute_group_partial_update_list' => [[], ['_controller' => 'pim_api.controller.attribute_group:partialUpdateListAction', '_format' => 'json'], [], [['text', '/api/rest/v1/attribute-groups']], [], []],
    'pim_api_family_list' => [[], ['_controller' => 'pim_api.controller.family:listAction', '_format' => 'json'], [], [['text', '/api/rest/v1/families']], [], []],
    'pim_api_family_get' => [['code'], ['_controller' => 'pim_api.controller.family:getAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/families']], [], []],
    'pim_api_family_create' => [[], ['_controller' => 'pim_api.controller.family:createAction', '_format' => 'json'], [], [['text', '/api/rest/v1/families']], [], []],
    'pim_api_family_partial_update' => [['code'], ['_controller' => 'pim_api.controller.family:partialUpdateAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/families']], [], []],
    'pim_api_family_partial_update_list' => [[], ['_controller' => 'pim_api.controller.family:partialUpdateListAction', '_format' => 'json'], [], [['text', '/api/rest/v1/families']], [], []],
    'pim_api_family_variant_list' => [['familyCode'], ['_controller' => 'pim_api.controller.family_variant:listAction', '_format' => 'json'], [], [['text', '/variants'], ['variable', '/', '[^/]++', 'familyCode'], ['text', '/api/rest/v1/families']], [], []],
    'pim_api_family_variant_get' => [['familyCode', 'code'], ['_controller' => 'pim_api.controller.family_variant:getAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/variants'], ['variable', '/', '[^/]++', 'familyCode'], ['text', '/api/rest/v1/families']], [], []],
    'pim_api_family_variant_create' => [['familyCode'], ['_controller' => 'pim_api.controller.family_variant:createAction', '_format' => 'json'], [], [['text', '/variants'], ['variable', '/', '[^/]++', 'familyCode'], ['text', '/api/rest/v1/families']], [], []],
    'pim_api_family_variant_partial_update' => [['familyCode', 'code'], ['_controller' => 'pim_api.controller.family_variant:partialUpdateAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/variants'], ['variable', '/', '[^/]++', 'familyCode'], ['text', '/api/rest/v1/families']], [], []],
    'pim_api_family_variant_partial_update_list' => [['familyCode'], ['_controller' => 'pim_api.controller.family_variant:partialUpdateListAction', '_format' => 'json'], [], [['text', '/variants'], ['variable', '/', '[^/]++', 'familyCode'], ['text', '/api/rest/v1/families']], [], []],
    'pim_api_association_type_list' => [[], ['_controller' => 'pim_api.controller.association_type:listAction', '_format' => 'json'], [], [['text', '/api/rest/v1/association-types']], [], []],
    'pim_api_association_type_get' => [['code'], ['_controller' => 'pim_api.controller.association_type:getAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/association-types']], [], []],
    'pim_api_association_type_create' => [[], ['_controller' => 'pim_api.controller.association_type:createAction', '_format' => 'json'], [], [['text', '/api/rest/v1/association-types']], [], []],
    'pim_api_association_type_partial_update' => [['code'], ['_controller' => 'pim_api.controller.association_type:partialUpdateAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/association-types']], [], []],
    'pim_api_association_type_partial_update_list' => [[], ['_controller' => 'pim_api.controller.association_type:partialUpdateListAction', '_format' => 'json'], [], [['text', '/api/rest/v1/association-types']], [], []],
    'pim_enrich_attribute_rest_index' => [[], ['_controller' => 'pim_enrich.controller.rest.attribute:indexAction'], [], [['text', '/rest/attribute/']], [], []],
    'pim_enrich_attribute_rest_create' => [[], ['_controller' => 'pim_enrich.controller.rest.attribute:createAction'], [], [['text', '/rest/attribute/']], [], []],
    'pim_enrich_attribute_rest_get' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.attribute:getAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/rest/attribute']], [], []],
    'pim_enrich_attribute_rest_post' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.attribute:postAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/rest/attribute']], [], []],
    'pim_enrich_attribute_rest_remove' => [['code'], ['_controller' => 'pim_enrich.controller.rest.attribute:removeAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[^/]++', 'code'], ['text', '/rest/attribute']], [], []],
    'pim_enrich_attribute_axes_index' => [[], ['_controller' => 'pim_enrich.controller.rest.attribute:listAxesAction'], [], [['text', '/rest/attribute/axes']], [], []],
    'pim_enrich_attributegroup_rest_index' => [[], ['_controller' => 'pim_enrich.controller.rest.attribute_group:indexAction'], [], [['text', '/rest/attribute-group/']], [], []],
    'pim_enrich_attributegroup_rest_search' => [[], ['_controller' => 'pim_enrich.controller.rest.attribute_group:searchAction'], [], [['text', '/rest/attribute-group/']], [], []],
    'pim_enrich_attributegroup_rest_create' => [[], ['_controller' => 'pim_enrich.controller.rest.attribute_group:createAction'], [], [['text', '/rest/attribute-group/']], [], []],
    'pim_enrich_attributegroup_rest_sort' => [[], ['_controller' => 'pim_enrich.controller.rest.attribute_group:sortAction'], [], [['text', '/rest/attribute-group/']], [], []],
    'pim_enrich_attributegroup_rest_get' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.attribute_group:getAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/rest/attribute-group']], [], []],
    'pim_enrich_attributegroup_rest_post' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.attribute_group:postAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/rest/attribute-group']], [], []],
    'pim_enrich_attributegroup_rest_remove' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.attribute_group:removeAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/rest/attribute-group']], [], []],
    'pim_enrich_family_rest_create' => [[], ['_controller' => 'pim_enrich.controller.rest.family:createAction'], [], [['text', '/configuration/rest/family/']], [], []],
    'pim_enrich_family_rest_index' => [[], ['_controller' => 'pim_enrich.controller.rest.family:indexAction'], [], [['text', '/configuration/rest/family/']], [], []],
    'pim_enrich_family_index_get_variants' => [[], ['_controller' => 'pim_enrich.controller.rest.family:getWithVariantsAction'], [], [['text', '/configuration/rest/family/with-variants']], [], []],
    'pim_enrich_family_rest_get' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.family:getAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/configuration/rest/family']], [], []],
    'pim_enrich_family_rest_put' => [['code'], ['_controller' => 'pim_enrich.controller.rest.family:putAction'], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/configuration/rest/family']], [], []],
    'pim_enrich_family_rest_remove' => [['code'], ['_controller' => 'pim_enrich.controller.rest.family:removeAction'], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/configuration/rest/family']], [], []],
    'pim_enrich_family_variant_rest_get' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.family_variant:getAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/configuration/rest/family/family-variant']], [], []],
    'pim_enrich_family_rest_get_available_axes' => [['code'], ['_controller' => 'pim_enrich.controller.rest.family:getAvailableAxesAction'], ['code' => '[a-zA-Z0-9_]+'], [['text', '/available-axes'], ['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/configuration/rest/family']], [], []],
    'pim_enrich_family_variant_rest_index' => [[], ['_controller' => 'pim_enrich.controller.rest.family_variant:indexAction'], [], [['text', '/configuration/rest/family-variant/']], [], []],
    'pim_enrich_family_variant_rest_create' => [[], ['_controller' => 'pim_enrich.controller.rest.family_variant:createAction'], [], [['text', '/configuration/rest/family-variant/']], [], []],
    'pim_enrich_family_variant_rest_put' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.family_variant:putAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/configuration/rest/family-variant']], [], []],
    'pim_enrich_family_variant_rest_remove' => [['familyVariantCode'], ['_controller' => 'pim_enrich.controller.rest.family_variant:removeAction'], ['familyVariantCode' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'familyVariantCode'], ['text', '/configuration/rest/family-variant']], [], []],
    'pim_enrich_attributeoption_index' => [['attributeId'], ['_controller' => 'pim_enrich.controller.attribute_option:indexAction', '_format' => 'json'], ['attributeId' => '\\d+'], [['variable', '/', '\\d+', 'attributeId'], ['text', '/configuration/attribute-option']], [], []],
    'pim_enrich_attributeoption_create' => [['attributeId'], ['_controller' => 'pim_enrich.controller.attribute_option:createAction', '_format' => 'json'], ['attributeId' => '\\d+'], [['variable', '/', '\\d+', 'attributeId'], ['text', '/configuration/attribute-option']], [], []],
    'pim_enrich_attributeoption_update' => [['attributeId', 'attributeOptionId'], ['_controller' => 'pim_enrich.controller.attribute_option:updateAction', '_format' => 'json'], ['attributeId' => '\\d+', 'attributeOptionId' => '\\d+'], [['variable', '/', '\\d+', 'attributeOptionId'], ['variable', '/', '\\d+', 'attributeId'], ['text', '/configuration/attribute-option']], [], []],
    'pim_enrich_attributeoption_delete' => [['attributeId', 'attributeOptionId'], ['_controller' => 'pim_enrich.controller.attribute_option:deleteAction', '_format' => 'json'], ['attributeId' => '\\d+', 'attributeOptionId' => '\\d+'], [['variable', '/', '\\d+', 'attributeOptionId'], ['variable', '/', '\\d+', 'attributeId'], ['text', '/configuration/attribute-option']], [], []],
    'pim_enrich_attributeoption_update_sorting' => [['attributeId'], ['_controller' => 'pim_enrich.controller.attribute_option:updateSortingAction', '_format' => 'json'], ['attributeId' => '\\d+'], [['text', '/update-sorting'], ['variable', '/', '\\d+', 'attributeId'], ['text', '/configuration/attribute-option']], [], []],
    'pim_enrich_attributeoption_get' => [['identifier'], ['_controller' => 'pim_enrich.controller.attribute_option:getAction', '_format' => 'json'], ['identifier' => '[a-zA-Z0-9_]+'], [['text', '/option'], ['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/configuration/attribute-option/attribute']], [], []],
    'pim_enrich_attribute_type_index' => [[], ['_controller' => 'pim_enrich.controller.rest.attribute_type:indexAction'], [], [['text', '/rest/attribute-type/']], [], []],
    'pim_enrich_associationtype_rest_create' => [[], ['_controller' => 'pim_enrich.controller.rest.association_type:createAction'], [], [['text', '/configuration/rest/association-type/']], [], []],
    'pim_enrich_associationtype_rest_index' => [[], ['_controller' => 'pim_enrich.controller.rest.association_type:indexAction'], [], [['text', '/configuration/rest/association-type/']], [], []],
    'pim_enrich_associationtype_rest_get' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.association_type:getAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/configuration/rest/association-type']], [], []],
    'pim_enrich_associationtype_rest_post' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.association_type:postAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/configuration/rest/association-type']], [], []],
    'pim_enrich_associationtype_rest_remove' => [['code'], ['_controller' => 'pim_enrich.controller.rest.association_type:removeAction'], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/configuration/rest/association-type']], [], []],
    'pim_reference_data_configuration_rest_get' => [[], ['_controller' => 'pim_reference_data.controller.configuration_rest:indexAction'], [], [['text', '/rest/reference-data-configuration/']], [], []],
    'pim_enrich_grouptype_rest_create' => [[], ['_controller' => 'pim_enrich.controller.rest.group_type:createAction'], [], [['text', '/configuration/rest/group-type/']], [], []],
    'pim_enrich_grouptype_rest_index' => [[], ['_controller' => 'pim_enrich.controller.rest.group_type:indexAction'], [], [['text', '/configuration/rest/group-type/']], [], []],
    'pim_enrich_grouptype_rest_get' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.group_type:getAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/configuration/rest/group-type']], [], []],
    'pim_enrich_grouptype_rest_post' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.group_type:postAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/configuration/rest/group-type']], [], []],
    'pim_enrich_grouptype_rest_remove' => [['code'], ['_controller' => 'pim_enrich.controller.rest.group_type:removeAction'], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/configuration/rest/group-type']], [], []],
    'pim_enrich_attribute_index' => [[], [], [], [['text', '/configuration/attribute/']], [], []],
    'pim_enrich_attribute_create' => [[], [], [], [['text', '/configuration/attribute/create']], [], []],
    'pim_enrich_attribute_edit' => [['code'], [], ['code' => '[a-zA-Z0-9_]+'], [['text', '/edit'], ['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/configuration/attribute']], [], []],
    'pim_enrich_attributegroup_index' => [[], [], [], [['text', '/configuration/attribute-group/']], [], []],
    'pim_enrich_attributegroup_create' => [[], [], [], [['text', '/configuration/attribute-group/create']], [], []],
    'pim_enrich_attributegroup_edit' => [['identifier'], [], ['identifier' => '[a-zA-Z0-9_]+'], [['text', '/edit'], ['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/configuration/attribute-group']], [], []],
    'pim_enrich_family_index' => [[], [], [], [['text', '/configuration/family/']], [], []],
    'pim_enrich_family_edit' => [['code'], [], ['code' => '[a-zA-Z0-9_]+'], [['text', '/edit'], ['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/configuration/family']], [], []],
    'pim_enrich_associationtype_index' => [[], [], [], [['text', '/configuration/association-type/']], [], []],
    'pim_enrich_associationtype_edit' => [['code'], [], ['code' => '[a-zA-Z0-9_]+'], [['text', '/edit'], ['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/configuration/association-type']], [], []],
    'pim_enrich_grouptype_index' => [[], [], [], [['text', '/configuration/group-type']], [], []],
    'pim_enrich_grouptype_edit' => [['code'], [], ['code' => '[a-zA-Z0-9_]+'], [['text', '/edit'], ['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/configuration/group-type']], [], []],
    'pim_comment_comment_delete' => [['id'], ['_controller' => 'pim_comment.controller.comment:deleteAction'], ['id' => '\\d+'], [['text', '/remove'], ['variable', '/', '\\d+', 'id'], ['text', '/comment']], [], []],
    'pim_localization_format_index' => [[], ['_controller' => 'pim_localization.controller.format:indexAction'], [], [['text', '/localization/format']], [], []],
    'pim_localization_format_date' => [[], ['_controller' => 'pim_localization.controller.format:dateAction'], [], [['text', '/localization/format/date']], [], []],
    'pim_api_product_model_list' => [[], ['_controller' => 'pim_api.controller.product_model:listAction', '_format' => 'json'], [], [['text', '/api/rest/v1/product-models']], [], []],
    'pim_api_product_model_get' => [['code'], ['_controller' => 'pim_api.controller.product_model:getAction', '_format' => 'json'], ['code' => '(.+$)(?<!/draft|/proposal)'], [['variable', '/', '(?:.+$)(?<!/draft|/proposal)', 'code'], ['text', '/api/rest/v1/product-models']], [], []],
    'pim_api_product_model_create' => [[], ['_controller' => 'pim_api.controller.product_model:createAction', '_format' => 'json'], [], [['text', '/api/rest/v1/product-models']], [], []],
    'pim_api_product_model_partial_update' => [['code'], ['_controller' => 'pim_api.controller.product_model:partialUpdateAction', '_format' => 'json'], ['code' => '.+'], [['variable', '/', '.+', 'code'], ['text', '/api/rest/v1/product-models']], [], []],
    'pim_api_product_model_partial_update_list' => [[], ['_controller' => 'pim_api.controller.product_model:partialUpdateListAction', '_format' => 'json'], [], [['text', '/api/rest/v1/product-models']], [], []],
    'pim_api_category_list' => [[], ['_controller' => 'pim_api.controller.category:listAction', '_format' => 'json'], [], [['text', '/api/rest/v1/categories']], [], []],
    'pim_api_category_get' => [['code'], ['_controller' => 'pim_api.controller.category:getAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/categories']], [], []],
    'pim_api_category_create' => [[], ['_controller' => 'pim_api.controller.category:createAction', '_format' => 'json'], [], [['text', '/api/rest/v1/categories']], [], []],
    'pim_api_category_partial_update' => [['code'], ['_controller' => 'pim_api.controller.category:partialUpdateAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/categories']], [], []],
    'pim_api_category_partial_update_list' => [[], ['_controller' => 'pim_api.controller.category:partialUpdateListAction', '_format' => 'json'], [], [['text', '/api/rest/v1/categories']], [], []],
    'pim_api_product_list' => [[], ['_controller' => 'pim_api.controller.product:listAction', '_format' => 'json'], [], [['text', '/api/rest/v1/products']], [], []],
    'pim_api_product_get' => [['code'], ['_controller' => 'pim_api.controller.product:getAction', '_format' => 'json'], ['code' => '(.+$)(?<!/draft|/proposal)'], [['variable', '/', '(?:.+$)(?<!/draft|/proposal)', 'code'], ['text', '/api/rest/v1/products']], [], []],
    'pim_api_product_create' => [[], ['_controller' => 'pim_api.controller.product:createAction', '_format' => 'json'], [], [['text', '/api/rest/v1/products']], [], []],
    'pim_api_product_partial_update' => [['code'], ['_controller' => 'pim_api.controller.product:partialUpdateAction', '_format' => 'json'], ['code' => '(.+$)(?<!/draft|/proposal)'], [['variable', '/', '(?:.+$)(?<!/draft|/proposal)', 'code'], ['text', '/api/rest/v1/products']], [], []],
    'pim_api_product_partial_update_list' => [[], ['_controller' => 'pim_api.controller.product:partialUpdateListAction', '_format' => 'json'], [], [['text', '/api/rest/v1/products']], [], []],
    'pim_api_product_delete' => [['code'], ['_controller' => 'pim_api.controller.product:deleteAction', '_format' => 'json'], ['code' => '(.+$)(?<!/draft|/proposal)'], [['variable', '/', '(?:.+$)(?<!/draft|/proposal)', 'code'], ['text', '/api/rest/v1/products']], [], []],
    'pim_enrich_category_rest_list_selected_children' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.category:listSelectedChildrenAction'], [], [['text', '/selected-children'], ['variable', '/', '[^/]++', 'identifier'], ['text', '/enrich/category/rest']], [], []],
    'pim_enrich_category_rest_list' => [[], ['_controller' => 'pim_enrich.controller.rest.category:listAction'], [], [['text', '/enrich/category/rest']], [], []],
    'pim_enrich_category_rest_get' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.category:getAction'], [], [['variable', '/', '[^/]++', 'identifier'], ['text', '/enrich/category/rest']], [], []],
    'pim_enrich_product_category_rest_list' => [['id'], ['_controller' => 'pim_enrich.controller.rest.product_category:listAction'], ['id' => '[0-9a-f]+'], [['text', '/categories'], ['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product/rest']], [], []],
    'pim_enrich_product_rest_index' => [[], ['_controller' => 'pim_enrich.controller.rest.product:indexAction'], [], [['text', '/enrich/product/rest/']], [], []],
    'pim_enrich_product_rest_get' => [['id'], ['_controller' => 'pim_enrich.controller.rest.product:getAction'], ['id' => '[0-9a-f]+'], [['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product/rest']], [], []],
    'pim_enrich_product_rest_create' => [[], ['_controller' => 'pim_enrich.controller.rest.product:createAction'], [], [['text', '/enrich/product/rest']], [], []],
    'pim_enrich_product_rest_post' => [['id'], ['_controller' => 'pim_enrich.controller.rest.product:postAction'], ['id' => '[0-9a-f]+'], [['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product/rest']], [], []],
    'pim_enrich_product_rest_remove' => [['id'], ['_controller' => 'pim_enrich.controller.rest.product:removeAction', '_format' => 'json'], ['id' => '[0-9a-f]+'], [['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product/rest']], [], []],
    'pim_enrich_product_remove_attribute_rest' => [['id', 'attributeId'], ['_controller' => 'pim_enrich.controller.rest.product:removeAttributeAction'], ['id' => '[0-9a-f]+', 'attributeId' => '\\d+'], [['variable', '/', '\\d+', 'attributeId'], ['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product/rest']], [], []],
    'pim_enrich_product_comments_rest_get' => [['id'], ['_controller' => 'pim_enrich.controller.rest.product_comment:getAction'], ['id' => '[0-9a-f]+'], [['text', '/comments'], ['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product']], [], []],
    'pim_enrich_product_comments_rest_post' => [['id'], ['_controller' => 'pim_enrich.controller.rest.product_comment:postAction'], ['id' => '[0-9a-f]+'], [['text', '/comments'], ['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product']], [], []],
    'pim_enrich_product_comment_reply_rest_post' => [['id', 'commentId'], ['_controller' => 'pim_enrich.controller.rest.product_comment:postReplyAction'], ['id' => '[0-9a-f]+', 'commentId' => '[0-9a-f]+'], [['variable', '/', '[0-9a-f]+', 'commentId'], ['text', '/comments'], ['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product']], [], []],
    'pim_enrich_product_history_rest_get' => [['entityId'], ['_controller' => 'pim_enrich.controller.rest.versioning:getAction', 'entityType' => 'product'], ['entityId' => '[0-9a-f]+'], [['text', '/history'], ['variable', '/', '[0-9a-f]+', 'entityId'], ['text', '/enrich/product/rest/product']], [], []],
    'pim_pdf_generator_download_product_pdf' => [['id'], ['_controller' => 'pim_pdf_generator.controller.product:downloadPdfAction'], ['id' => '[0-9a-f]+'], [['text', '/download-pdf'], ['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product']], [], []],
    'pim_enrich_product_model_category_rest_list' => [['id'], ['_controller' => 'pim_enrich.controller.rest.product_model_category:listAction'], ['id' => '[0-9a-f]+'], [['text', '/categories'], ['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product-model/rest']], [], []],
    'pim_enrich_product_model_rest_get' => [['id'], ['_controller' => 'pim_enrich.controller.rest.product_model:getAction'], ['id' => '[0-9a-f]+'], [['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product-model/rest']], [], []],
    'pim_enrich_product_model_rest_get_by_code' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.product_model:getByCodeAction'], ['identifier' => '.+'], [['variable', '/', '.+', 'identifier'], ['text', '/enrich/product-model/rest-code']], [], []],
    'pim_enrich_product_model_rest_index' => [[], ['_controller' => 'pim_enrich.controller.rest.product_model:indexAction'], [], [['text', '/enrich/product-model/rest/']], [], []],
    'pim_enrich_product_model_rest_post' => [['id'], ['_controller' => 'pim_enrich.controller.rest.product_model:postAction'], ['id' => '[0-9a-f]+'], [['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product-model/rest']], [], []],
    'pim_enrich_product_model_rest_children_list' => [[], ['_controller' => 'pim_enrich.controller.rest.product_model:childrenAction'], [], [['text', '/enrich/product-model/rest/children']], [], []],
    'pim_enrich_product_model_family_variant_leaf' => [[], ['_controller' => 'pim_enrich.controller.rest.product_model:searchLastLevelProductModelByCode'], [], [['text', '/enrich/product-model/rest/family-variant-leaf']], [], []],
    'pim_enrich_product_model_for_family_variant_rest_list' => [[], ['_controller' => 'pim_enrich.controller.rest.product_model:listFamilyVariantProductModels'], [], [['text', '/enrich/product-model/rest/product-model/family-variant']], [], []],
    'pim_enrich_product_model_rest_remove' => [['id'], ['_controller' => 'pim_enrich.controller.rest.product_model:removeAction', '_format' => 'json'], ['id' => '\\d+'], [['variable', '/', '\\d+', 'id'], ['text', '/enrich/product-model/rest']], [], []],
    'pim_enrich_product_model_history_rest_get' => [['entityId'], ['_controller' => 'pim_enrich.controller.rest.versioning:getAction', 'entityType' => 'product_model'], ['entityId' => '[0-9a-f]+'], [['text', '/history'], ['variable', '/', '[0-9a-f]+', 'entityId'], ['text', '/enrich/product-model/rest/product-model']], [], []],
    'pim_enrich_group_rest_search' => [[], ['_controller' => 'pim_enrich.controller.rest.group:searchAction'], [], [['text', '/enrich/group/rest/search']], [], []],
    'pim_enrich_group_rest_get' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.group:getAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/enrich/group/rest']], [], []],
    'pim_enrich_group_rest_list_products' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.group:listProductsAction'], ['identifier' => '[a-zA-Z0-9_]+'], [['text', '/products'], ['variable', '/', '[a-zA-Z0-9_]+', 'identifier'], ['text', '/enrich/group/rest']], [], []],
    'pim_enrich_group_rest_post' => [['code'], ['_controller' => 'pim_enrich.controller.rest.group:postAction'], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/enrich/group/rest']], [], []],
    'pim_enrich_group_rest_remove' => [['code'], ['_controller' => 'pim_enrich.controller.rest.group:removeAction'], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/enrich/group/rest']], [], []],
    'pim_enrich_group_rest_create' => [[], ['_controller' => 'pim_enrich.controller.rest.group:createAction'], [], [['text', '/enrich/group/rest']], [], []],
    'pim_enrich_sequential_edit_rest_get_ids' => [[], ['_controller' => 'pim_enrich.controller.rest.sequential_edit:getIdsAction'], [], [['text', '/rest/sequential_edit/']], [], []],
    'pim_enrich_value_rest_validate' => [[], ['_controller' => 'pim_enrich.controller.rest.value:validateAction'], [], [['text', '/rest/value/validate']], [], []],
    'pim_enrich_mass_edit_rest_get_filter' => [[], ['_controller' => 'pim_enrich.controller.rest.mass_edit:getFilterAction'], [], [['text', '/rest/mass_edit/get-filter']], [], []],
    'pim_enrich_mass_edit_rest_launch' => [[], ['_controller' => 'pim_enrich.controller.rest.mass_edit:launchAction'], [], [['text', '/rest/mass_edit/']], [], []],
    'pim_enrich_media_rest_post' => [[], ['_controller' => 'pim_enrich.controller.rest.media:postAction'], [], [['text', '/media/']], [], []],
    'pim_enrich_product_grid_category_tree_listtree' => [['_format'], ['_controller' => 'akeneo.pim.enrichment.controller.product_grid_category_tree:listTreeAction'], ['_format' => 'json'], [['variable', '.', 'json', '_format'], ['text', '/enrich/product-category-tree/product-grid/list-tree']], [], []],
    'pim_enrich_product_grid_category_tree_children' => [['_format'], ['_controller' => 'akeneo.pim.enrichment.controller.product_grid_category_tree:listChildrenAction'], ['_format' => 'json'], [['variable', '.', 'json', '_format'], ['text', '/enrich/product-category-tree/product-grid/children']], [], []],
    'pim_enrich_categorytree_listtree' => [['_format'], ['_controller' => 'pim_enrich.controller.category_tree.product:listTreeAction'], ['_format' => 'json'], [['variable', '.', 'json', '_format'], ['text', '/enrich/product-category-tree/list-tree']], [], []],
    'pim_enrich_categorytree_movenode' => [[], ['_controller' => 'pim_enrich.controller.category_tree.product:moveNodeAction'], [], [['text', '/enrich/product-category-tree/move-node']], [], []],
    'pim_enrich_categorytree_children' => [['_format'], ['_controller' => 'pim_enrich.controller.category_tree.product:childrenAction'], ['_format' => 'json'], [['variable', '.', 'json', '_format'], ['text', '/enrich/product-category-tree/children']], [], []],
    'pim_enrich_categorytree_index' => [[], ['_controller' => 'pim_enrich.controller.category_tree.product:indexAction'], [], [['text', '/enrich/product-category-tree/']], [], []],
    'pim_enrich_categorytree_create' => [['parent'], ['_controller' => 'pim_enrich.controller.category_tree.product:createAction', 'parent' => null], [], [['variable', '/', '[^/]++', 'parent'], ['text', '/enrich/product-category-tree/create']], [], []],
    'pim_enrich_categorytree_create_tree' => [[], ['_controller' => 'pim_enrich.controller.category_tree.product:createAction'], [], [['text', '/enrich/product-category-tree/create']], [], []],
    'pim_enrich_categorytree_edit' => [['id'], ['_controller' => 'pim_enrich.controller.category_tree.product:editAction'], ['id' => '\\d+'], [['text', '/edit'], ['variable', '/', '\\d+', 'id'], ['text', '/enrich/product-category-tree']], [], []],
    'pim_enrich_categorytree_remove' => [['id'], ['_controller' => 'pim_enrich.controller.category_tree.product:removeAction'], ['id' => '\\d+'], [['text', '/remove'], ['variable', '/', '\\d+', 'id'], ['text', '/enrich/product-category-tree']], [], []],
    'pim_enrich_media_show' => [['filename', 'filter'], ['_controller' => 'pim_enrich.controller.file:showAction', 'filter' => null], [], [['variable', '/', '[^/]++', 'filter'], ['variable', '/', '[^/]++', 'filename'], ['text', '/media/show']], [], []],
    'pim_enrich_media_download' => [['filename'], ['_controller' => 'pim_enrich.controller.file:downloadAction', 'filter' => null], [], [['variable', '/', '[^/]++', 'filename'], ['text', '/media/download']], [], []],
    'pim_enrich_default_thumbnail' => [['mimeType'], ['_controller' => 'pim_enrich.controller.file:defaultThumbnailAction', 'filter' => 'thumbnail'], ['mimeType' => '[a-z-]+/[a-z0-9.-]+'], [['variable', '/', '[a-z-]+/[a-z0-9.-]+', 'mimeType'], ['text', '/media/default-thumbnail']], [], []],
    'pim_enrich_media_cache_resolve' => [['filter', 'path'], ['_controller' => 'pim_enrich.controller.file:cacheAction'], ['filter' => '[A-z0-9_-]*', 'path' => '.+'], [['variable', '/', '.+', 'path'], ['variable', '/', '[A-z0-9_-]*', 'filter'], ['text', '/media/cache/resolve']], [], []],
    'pim_enrich_media_cache' => [['filter', 'path'], ['_controller' => 'pim_enrich.controller.file:cacheAction'], ['filter' => '[A-z0-9_-]*', 'path' => '.+'], [['variable', '/', '.+', 'path'], ['variable', '/', '[A-z0-9_-]*', 'filter'], ['text', '/media/cache']], [], []],
    'pim_enrich_product_model_edit' => [['id'], [], [], [['variable', '/', '[^/]++', 'id'], ['text', '/enrich/product-model']], [], []],
    'pim_enrich_product_model_rest_create' => [[], ['_controller' => 'pim_enrich.controller.rest.product_model:createAction'], [], [['text', '/enrich/product-model/rest/create']], [], []],
    'pim_enrich_product_model_listcategories' => [['id', 'categoryId'], ['_controller' => 'pim_enrich.controller.product_model:listCategoriesAction', '_format' => 'json'], ['id' => '[0-9a-f]+', 'categoryId' => '\\d+'], [['variable', '/', '\\d+', 'categoryId'], ['text', '/parent'], ['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product-model/list-categories/product-model']], [], []],
    'pim_enrich_product_index' => [[], [], [], [['text', '/enrich/product/']], [], []],
    'pim_enrich_product_edit' => [['id'], [], ['id' => '[0-9a-f]+'], [['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product']], [], []],
    'pim_enrich_product_toggle_status' => [['id'], ['_controller' => 'pim_enrich.controller.product:toggleStatusAction'], ['id' => '[0-9a-f]+'], [['text', '/toggle-status'], ['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product']], [], []],
    'pim_enrich_product_listcategories' => [['id', 'categoryId'], ['_controller' => 'pim_enrich.controller.product:listCategoriesAction', '_format' => 'json'], ['id' => '[0-9a-f]+', 'categoryId' => '\\d+'], [['variable', '/', '\\d+', 'categoryId'], ['text', '/parent'], ['variable', '/', '[0-9a-f]+', 'id'], ['text', '/enrich/product/list-categories/product']], [], []],
    'pim_enrich_group_index' => [[], [], [], [['text', '/enrich/group/']], [], []],
    'pim_enrich_group_edit' => [['code'], [], ['code' => '[a-zA-Z0-9_]+'], [['text', '/edit'], ['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/enrich/group']], [], []],
    'pim_enrich_mass_edit_action' => [[], [], [], [['text', '/enrich/mass-edit-action/mass_action']], [], []],
    'akeneo_connectivity_connection_rest_list' => [[], ['_controller' => 'akeneo_connectivity.connection.internal_api.controller.connection:list'], [], [['text', '/rest/connections']], [], []],
    'akeneo_connectivity_connection_rest_create' => [[], ['_controller' => 'akeneo_connectivity.connection.internal_api.controller.connection:create'], [], [['text', '/rest/connections']], [], []],
    'akeneo_connectivity_connection_rest_get' => [['code'], ['_controller' => 'akeneo_connectivity.connection.internal_api.controller.connection:get'], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/rest/connections']], [], []],
    'akeneo_connectivity_connection_rest_update' => [['code'], ['_controller' => 'akeneo_connectivity.connection.internal_api.controller.connection:update'], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/rest/connections']], [], []],
    'akeneo_connectivity_connection_rest_delete' => [['code'], ['_controller' => 'akeneo_connectivity.connection.internal_api.controller.connection:delete'], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/rest/connections']], [], []],
    'akeneo_connectivity_connection_rest_regenerate_secret' => [['code'], ['_controller' => 'akeneo_connectivity.connection.internal_api.controller.connection:regenerateSecret'], ['code' => '[a-zA-Z0-9_]+'], [['text', '/regenerate-secret'], ['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/rest/connections']], [], []],
    'akeneo_connectivity_connection_rest_regenerate_password' => [['code'], ['_controller' => 'akeneo_connectivity.connection.internal_api.controller.connection:regeneratePassword'], ['code' => '[a-zA-Z0-9_]+'], [['text', '/regenerate-password'], ['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/rest/connections']], [], []],
    'akeneo_connectivity_connection_rest_audit_source_connections_event' => [[], ['_controller' => 'akeneo_connectivity.connection.internal_api.controller.audit:sourceConnectionsEvent'], ['event_type' => '[a-zA-Z_]+'], [['text', '/rest/connections/audit/source-connections-event']], [], []],
    'akeneo_connectivity_connection_audit_index' => [[], [], [], [['text', '/connection/dashboard']], [], []],
    'akeneo_connectivity_connection_audit_any' => [['any'], [], ['any' => '.*'], [['variable', '/', '.*', 'any'], ['text', '/connection/dashboard']], [], []],
    'akeneo_connectivity_connection_settings_index' => [[], [], [], [['text', '/connections']], [], []],
    'akeneo_connectivity_connection_settings_any' => [['any'], [], ['any' => '.*'], [['variable', '/', '.*', 'any'], ['text', '/connections']], [], []],
    'pim_analytics_data_collect' => [[], ['_controller' => 'pim_analytics.controller.data:collectAction', '_format' => 'json'], [], [['text', '/analytics/collect_data']], [], []],
    'pim_analytics_system_info_index' => [[], ['_controller' => 'pim_analytics.controller.system_info:indexAction', '_format' => 'html'], [], [['text', '/system_info']], [], []],
    'pim_analytics_system_info_download' => [[], ['_controller' => 'pim_analytics.controller.system_info:indexAction', '_format' => 'txt'], [], [['text', '/system_info/download']], [], []],
    'pim_datagrid_load' => [['alias'], ['_controller' => 'pim_datagrid.controller.datagrid:loadAction'], [], [['text', '/load'], ['variable', '/', '[^/]++', 'alias'], ['text', '/datagrid']], [], []],
    'pim_datagrid_productgrid_attributes_filters' => [[], ['_controller' => 'pim_datagrid.controller.productgrid:getAttributesFiltersAction'], [], [['text', '/datagrid/product-grid/attributes-filters']], [], []],
    'pim_datagrid_productgrid_available_columns' => [[], ['_controller' => 'pim_datagrid.controller.productgrid:getAvailableColumnsAction'], [], [['text', '/datagrid/product-grid/available-columns']], [], []],
    'pim_datagrid_productgrid_available_columns_groups' => [[], ['_controller' => 'pim_datagrid.controller.productgrid:getAvailableColumnsGroupsAction'], [], [['text', '/datagrid/product-grid/available-columns-groups']], [], []],
    'pim_datagrid_export_index' => [[], ['_controller' => 'pim_datagrid.controller.export:indexAction'], [], [['text', '/datagrid/export/index']], [], []],
    'pim_datagrid_export_product_index' => [[], ['_controller' => 'pim_datagrid.controller.product_export:indexAction'], [], [['text', '/datagrid/export/product/index']], [], []],
    'pim_datagrid_view_rest_types' => [[], ['_controller' => 'pim_datagrid.controller.rest.datagrid_view:typesAction'], [], [['text', '/datagrid_view/rest/types']], [], []],
    'pim_datagrid_view_rest_index' => [['alias'], ['_controller' => 'pim_datagrid.controller.rest.datagrid_view:indexAction'], [], [['text', '/views'], ['variable', '/', '[^/]++', 'alias'], ['text', '/datagrid_view/rest']], [], []],
    'pim_datagrid_view_rest_default_columns' => [['alias'], ['_controller' => 'pim_datagrid.controller.rest.datagrid_view:defaultViewColumnsAction'], [], [['text', '/default-columns'], ['variable', '/', '[^/]++', 'alias'], ['text', '/datagrid_view/rest']], [], []],
    'pim_datagrid_view_list_available_columns' => [['alias'], ['_controller' => 'pim_datagrid.controller.rest.datagrid_view:listColumnsAction'], [], [['text', '/available-columns'], ['variable', '/', '[^/]++', 'alias'], ['text', '/datagrid_view/rest']], [], []],
    'pim_datagrid_view_rest_default_user_view' => [['alias'], ['_controller' => 'pim_datagrid.controller.rest.datagrid_view:getUserDefaultDatagridViewAction'], [], [['text', '/default'], ['variable', '/', '[^/]++', 'alias'], ['text', '/datagrid_view/rest']], [], []],
    'pim_datagrid_view_rest_save' => [['alias'], ['_controller' => 'pim_datagrid.controller.rest.datagrid_view:saveAction'], [], [['variable', '/', '[^/]++', 'alias'], ['text', '/datagrid_view/rest']], [], []],
    'pim_datagrid_view_rest_remove' => [['identifier'], ['_controller' => 'pim_datagrid.controller.rest.datagrid_view:removeAction'], [], [['variable', '/', '[^/]++', 'identifier'], ['text', '/datagrid_view/rest']], [], []],
    'pim_datagrid_view_rest_get' => [['identifier'], ['_controller' => 'pim_datagrid.controller.rest.datagrid_view:getAction'], [], [['variable', '/', '[^/]++', 'identifier'], ['text', '/datagrid_view/rest']], [], []],
    'pim_datagrid_mass_action' => [['gridName', 'actionName'], ['_controller' => 'pim_datagrid.controller.mass_action:massActionAction'], [], [['variable', '/', '[^/]++', 'actionName'], ['text', '/massAction'], ['variable', '/', '[^/]++', 'gridName'], ['text', '/datagrid']], [], []],
    'pim_enrich_product_grid_filters' => [[], ['_controller' => 'akeneo.pim.enrichment.controller.product_grid_filter:listAction'], [], [['text', '/enrich/product-grid-filter/']], [], []],
    'pim_dashboard_widget_data' => [['alias'], ['_controller' => 'pim_dashboard.controller.widget:dataAction'], [], [['variable', '/', '[^/]++', 'alias'], ['text', '/widget']], [], []],
    'pim_dashboard_index' => [[], ['_controller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction', 'template' => 'PimDashboardBundle:Dashboard:index.html.twig'], [], [['text', '/dashboard']], [], []],
    'pim_ui_ajaxentity_list' => [[], ['_controller' => 'pim_ui.controller.ajax_option:listAction'], [], [['text', '/list.json']], [], []],
    'pim_localization_locale_index' => [[], ['_controller' => 'pim_localization.controller.locale:indexAction'], [], [['text', '/system/locale/ui']], [], []],
    'pim_enrich_measures_rest_index' => [[], ['_controller' => 'akeneo_measure.controller.rest.measures:indexAction'], [], [['text', '/configuration/measures/rest']], [], []],
    'akeneo_communication_channel_announcement_list_rest' => [[], ['_controller' => 'akeneo_communication_channel.internal_api.announcement.list'], [], [['text', '/rest/announcements']], [], []],
    'akeneo_communication_channel_viewed_announcements_add_rest' => [[], ['_controller' => 'akeneo_communication_channel.internal_api.announcement.add_viewed_announcements'], [], [['text', '/rest/viewed_announcements/add']], [], []],
    'akeneo_communication_channel_has_new_announcements_rest' => [[], ['_controller' => 'akeneo_communication_channel.internal_api.announcement.has_new_announcements'], [], [['text', '/rest/new_announcements']], [], []],
    'pim_user_index' => [[], [], [], [['text', '/user/']], [], []],
    'pim_user_edit' => [['identifier'], [], ['identifier' => '\\d+'], [['text', '/edit'], ['variable', '/', '\\d+', 'identifier'], ['text', '/user']], [], []],
    'pim_user_logout_redirect' => [[], ['_controller' => 'pim_user.controller.security:logoutRedirect'], [], [['text', '/user/logout/redirect']], [], []],
    'pim_user_user_rest_get_current' => [[], ['_controller' => 'pim_user.controller.user_rest:getCurrentAction'], [], [['text', '/rest/user/']], [], []],
    'pim_user_user_rest_get' => [['identifier'], ['_controller' => 'pim_user.controller.user_rest:getAction'], ['identifier' => '\\d+'], [['variable', '/', '\\d+', 'identifier'], ['text', '/rest/user']], [], []],
    'pim_user_user_rest_post' => [['identifier'], ['_controller' => 'pim_user.controller.user_rest:postAction'], ['identifier' => '\\d+'], [['variable', '/', '\\d+', 'identifier'], ['text', '/rest/user']], [], []],
    'pim_user_user_rest_profile' => [['identifier'], ['_controller' => 'pim_user.controller.user_rest:updateProfileAction'], ['identifier' => '\\d+'], [['text', '/profile'], ['variable', '/', '\\d+', 'identifier'], ['text', '/rest/user']], [], []],
    'pim_user_user_rest_create' => [[], ['_controller' => 'pim_user.controller.user_rest:createAction'], [], [['text', '/rest/user/']], [], []],
    'pim_user_user_rest_delete' => [['identifier'], ['_controller' => 'pim_user.controller.user_rest:deleteAction'], ['identifier' => '\\d+'], [['variable', '/', '\\d+', 'identifier'], ['text', '/rest/user']], [], []],
    'pim_user_user_group_rest_index' => [[], ['_controller' => 'pim_user.controller.user_group_rest:indexAction'], ['method' => 'GET'], [['text', '/rest/user_group/']], [], []],
    'pim_user_user_role_rest_index' => [[], ['_controller' => 'pim_user.controller.user_role_rest:indexAction'], ['method' => 'GET'], [['text', '/rest/user_role/']], [], []],
    'pim_user_security_rest_get' => [[], ['_controller' => 'pim_user.controller.security_rest:getAction'], ['method' => 'GET'], [['text', '/rest/security/']], [], []],
    'pim_user_group_create' => [[], ['_controller' => 'pim_user.controller.user_group:create'], [], [['text', '/user/group/create']], [], []],
    'pim_user_group_update' => [['id'], ['_controller' => 'pim_user.controller.user_group:update', 'id' => 0], ['id' => '\\d+'], [['variable', '/', '\\d+', 'id'], ['text', '/user/group/update']], [], []],
    'pim_user_group_index' => [[], [], [], [['text', '/user/group/']], [], []],
    'pim_user_group_delete' => [['id'], ['_controller' => 'pim_user.controller.user_group:delete'], ['id' => '\\d+'], [['variable', '/', '\\d+', 'id'], ['text', '/user/group/delete']], [], []],
    'pim_user_reset_request' => [[], ['_controller' => 'pim_user.controller.reset:request'], [], [['text', '/user/reset-request']], [], []],
    'pim_user_reset_send_email' => [[], ['_controller' => 'pim_user.controller.reset:sendEmail'], [], [['text', '/user/send-email']], [], []],
    'pim_user_reset_check_email' => [[], ['_controller' => 'pim_user.controller.reset:checkEmail'], [], [['text', '/user/check-email']], [], []],
    'pim_user_reset_reset' => [['token'], ['_controller' => 'pim_user.controller.reset:reset'], ['token' => '\\w+'], [['variable', '/', '\\w+', 'token'], ['text', '/user/reset']], [], []],
    'pim_user_role_create' => [[], ['_controller' => 'pim_user.controller.role:create'], [], [['text', '/user/role/create']], [], []],
    'pim_user_role_update' => [['id'], ['_controller' => 'pim_user.controller.role:update', 'id' => 0], ['id' => '\\d+'], [['variable', '/', '\\d+', 'id'], ['text', '/user/role/update']], [], []],
    'pim_user_role_index' => [[], [], [], [['text', '/user/role/']], [], []],
    'pim_user_role_delete' => [['id'], ['_controller' => 'pim_user.controller.role:delete'], ['id' => '\\d+'], [['variable', '/', '\\d+', 'id'], ['text', '/user/role/delete']], [], []],
    'pim_user_security_login' => [[], ['_controller' => 'pim_user.controller.security:login'], [], [['text', '/user/login']], [], []],
    'pim_user_security_check' => [[], ['_controller' => 'pim_user.controller.security:check'], [], [['text', '/user/login-check']], [], []],
    'pim_user_security_logout' => [[], ['_controller' => 'pim_user.controller.security:logout'], [], [['text', '/user/logout']], [], []],
    'pim_enrich_api_connection_index' => [[], [], [], [['text', '/client/']], [], []],
    'pim_enrich_api_connection_rest_create' => [[], ['_controller' => 'pim_enrich.controller.rest.api_client:createAction'], [], [['text', '/client/rest']], [], []],
    'pim_enrich_api_connection_rest_revoke' => [['publicId'], ['_controller' => 'pim_enrich.controller.rest.api_client:revokeAction'], [], [['variable', '/', '[^/]++', 'publicId'], ['text', '/client/rest']], [], []],
    'pim_importexport_export_profile_index' => [[], [], [], [['text', '/spread/export/']], [], []],
    'pim_importexport_export_profile_show' => [['code'], [], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/spread/export']], [], []],
    'pim_importexport_export_profile_edit' => [['code'], [], ['code' => '[a-zA-Z0-9_]+'], [['text', '/edit'], ['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/spread/export']], [], []],
    'pim_importexport_import_profile_index' => [[], [], [], [['text', '/collect/import/']], [], []],
    'pim_importexport_import_profile_show' => [['code'], [], ['code' => '[a-zA-Z0-9_]+'], [['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/collect/import']], [], []],
    'pim_importexport_import_profile_edit' => [['code'], [], ['code' => '[a-zA-Z0-9_]+'], [['text', '/edit'], ['variable', '/', '[a-zA-Z0-9_]+', 'code'], ['text', '/collect/import']], [], []],
    'pim_importexport_import_execution_index' => [[], [], [], [['text', '/collect/import_execution/']], [], []],
    'pim_importexport_import_execution_download_log' => [['id'], ['_controller' => 'pim_import_export.controller.import_execution:downloadLogFileAction'], ['id' => '\\d+'], [['text', '/download'], ['variable', '/', '\\d+', 'id'], ['text', '/collect/import_execution']], [], []],
    'pim_importexport_import_execution_show' => [['id'], [], ['id' => '\\d+'], [['variable', '/', '\\d+', 'id'], ['text', '/collect/import_execution']], [], []],
    'pim_importexport_import_execution_download_file' => [['id', 'archiver', 'key'], ['_controller' => 'pim_import_export.controller.import_execution:downloadFilesAction'], ['id' => '\\d+'], [['variable', '/', '[^/]++', 'key'], ['variable', '/', '[^/]++', 'archiver'], ['text', '/download'], ['variable', '/', '\\d+', 'id'], ['text', '/collect/import_execution']], [], []],
    'pim_importexport_export_execution_index' => [[], [], [], [['text', '/spread/export_execution/']], [], []],
    'pim_importexport_export_execution_download_log' => [['id'], ['_controller' => 'pim_import_export.controller.export_execution:downloadLogFileAction'], ['id' => '\\d+'], [['text', '/download'], ['variable', '/', '\\d+', 'id'], ['text', '/spread/export_execution']], [], []],
    'pim_importexport_export_execution_show' => [['id'], ['_controller' => 'pim_import_export.controller.export_execution:showAction'], ['id' => '\\d+'], [['variable', '/', '\\d+', 'id'], ['text', '/spread/export_execution']], [], []],
    'pim_importexport_export_execution_download_file' => [['id', 'archiver', 'key'], ['_controller' => 'pim_import_export.controller.export_execution:downloadFilesAction'], ['id' => '\\d+'], [['variable', '/', '[^/]++', 'key'], ['variable', '/', '[^/]++', 'archiver'], ['text', '/download'], ['variable', '/', '\\d+', 'id'], ['text', '/spread/export_execution']], [], []],
    'pim_enrich_job_instance_rest_import_get' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.job_instance:getImportAction'], [], [['variable', '/', '[^/]++', 'identifier'], ['text', '/job-instance/rest/import']], [], []],
    'pim_enrich_job_instance_rest_import_create' => [[], ['_controller' => 'pim_enrich.controller.rest.job_instance:createImportAction'], [], [['text', '/job-instance/rest/import']], [], []],
    'pim_enrich_job_instance_rest_export_create' => [[], ['_controller' => 'pim_enrich.controller.rest.job_instance:createExportAction'], [], [['text', '/job-instance/rest/export']], [], []],
    'pim_enrich_job_instance_rest_import_put' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.job_instance:putImportAction'], [], [['variable', '/', '[^/]++', 'identifier'], ['text', '/job-instance/rest/import']], [], []],
    'pim_enrich_job_instance_rest_import_delete' => [['code'], ['_controller' => 'pim_enrich.controller.rest.job_instance:deleteImportAction'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/job-instance/rest/import']], [], []],
    'pim_enrich_job_instance_rest_import_launch' => [['code'], ['_controller' => 'pim_enrich.controller.rest.job_instance:launchImportAction'], [], [['text', '/launch'], ['variable', '/', '[^/]++', 'code'], ['text', '/job-instance/rest/import']], [], []],
    'pim_enrich_job_instance_rest_export_get' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.job_instance:getExportAction'], [], [['variable', '/', '[^/]++', 'identifier'], ['text', '/job-instance/rest/export']], [], []],
    'pim_enrich_job_instance_rest_export_put' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.job_instance:putExportAction'], [], [['variable', '/', '[^/]++', 'identifier'], ['text', '/job-instance/rest/export']], [], []],
    'pim_enrich_job_instance_rest_export_delete' => [['code'], ['_controller' => 'pim_enrich.controller.rest.job_instance:deleteExportAction'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/job-instance/rest/export']], [], []],
    'pim_enrich_job_instance_rest_export_launch' => [['code'], ['_controller' => 'pim_enrich.controller.rest.job_instance:launchExportAction'], [], [['text', '/launch'], ['variable', '/', '[^/]++', 'code'], ['text', '/job-instance/rest/export']], [], []],
    'pim_enrich_job_instance_rest_jobs_get' => [[], ['_controller' => 'pim_enrich.controller.rest.job_instance:getJobNamesAction'], [], [['text', '/job-instance/rest/jobs']], [], []],
    'pim_enrich_job_execution_rest_get' => [['identifier'], ['_controller' => 'pim_enrich.controller.rest.job_execution:getAction'], [], [['variable', '/', '[^/]++', 'identifier'], ['text', '/job-execution/rest']], [], []],
    'pim_enrich_job_tracker_index' => [[], [], [], [['text', '/job/']], [], []],
    'pim_enrich_job_tracker_show' => [['id'], [], ['id' => '\\d+'], [['variable', '/', '\\d+', 'id'], ['text', '/job/show']], [], []],
    'pim_enrich_job_tracker_download_file' => [['id', 'archiver', 'key'], ['_controller' => 'pim_enrich.controller.job_tracker:downloadFilesAction'], ['id' => '\\d+'], [['variable', '/', '[^/]++', 'key'], ['variable', '/', '[^/]++', 'archiver'], ['text', '/download'], ['variable', '/', '\\d+', 'id'], ['text', '/job']], [], []],
    'pim_notification_notification_list' => [[], ['_controller' => 'pim_notification.controller.notification:listAction'], [], [['text', '/notification/list']], [], []],
    'pim_notification_notification_count_unread' => [[], ['_controller' => 'pim_notification.controller.notification:countUnreadAction'], [], [['text', '/notification/count_unread']], [], []],
    'pim_notification_notification_mark_viewed' => [['id'], ['_controller' => 'pim_notification.controller.notification:markAsViewedAction', 'id' => null], ['id' => '\\d+'], [['variable', '/', '\\d+', 'id'], ['text', '/notification/mark_viewed']], [], []],
    'pim_notification_notification_remove' => [['id'], ['_controller' => 'pim_notification.controller.notification:removeAction'], ['id' => '\\d+'], [['variable', '/', '\\d+', 'id'], ['text', '/notification/remove']], [], []],
    'pim_api_media_file_list' => [[], ['_controller' => 'pim_api.controller.media_file:listAction', '_format' => 'json'], [], [['text', '/api/rest/v1/media-files']], [], []],
    'pim_api_media_file_download' => [['code'], ['_controller' => 'pim_api.controller.media_file:downloadAction', '_format' => 'json'], ['code' => '([a-zA-Z0-9_./]+)'], [['text', '/download'], ['variable', '/', '(?:[a-zA-Z0-9_./]+)', 'code'], ['text', '/api/rest/v1/media-files']], [], []],
    'pim_api_media_file_get' => [['code'], ['_controller' => 'pim_api.controller.media_file:getAction', '_format' => 'json'], ['code' => '([a-zA-Z0-9_./]+)'], [['variable', '/', '(?:[a-zA-Z0-9_./]+)', 'code'], ['text', '/api/rest/v1/media-files']], [], []],
    'pim_api_media_file_create' => [[], ['_controller' => 'pim_api.controller.media_file:createAction', '_format' => 'json'], [], [['text', '/api/rest/v1/media-files']], [], []],
    'fos_oauth_server_token' => [[], ['_controller' => 'pim_api.controller.token:tokenAction'], [], [['text', '/api/oauth/v1/token']], [], []],
    'pim_api_root_endpoint' => [[], ['_controller' => 'pim_api.controller.root_endpoint:getAction', '_format' => 'json'], [], [['text', '/api/rest/v1']], [], []],
    'pim_api_measure_family_list' => [[], ['_controller' => 'pim_api.controller.measure_family:listAction', '_format' => 'json'], [], [['text', '/api/rest/v1/measure-families']], [], []],
    'pim_api_measure_family_get' => [['code'], ['_controller' => 'pim_api.controller.measure_family:getAction', '_format' => 'json'], [], [['variable', '/', '[^/]++', 'code'], ['text', '/api/rest/v1/measure-families']], [], []],
    'pim_enrich_catalog_volume_index' => [[], [], [], [['text', '/catalog-volumes']], [], []],
    'pim_volume_monitoring_get_volumes' => [[], ['_controller' => 'pim_volume_monitoring.controller.volume_monitoring:getVolumesAction', '_format' => 'json'], [], [['text', '/catalog-volume-monitoring/volumes']], [], []],
    'oro_default' => [[], ['template' => 'PimUIBundle::index.html.twig', '_controller' => 'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController::templateAction'], [], [['text', '/']], [], []],
    'oro_config_configuration_system' => [[], [], [], [['text', '/system/']], [], []],
    'oro_config_configuration_system_get' => [[], ['_controller' => 'oro_config.controller.configuration:getAction'], [], [['text', '/system/rest']], [], []],
    'oro_config_configuration_system_post' => [[], ['_controller' => 'oro_config.controller.configuration:postAction'], [], [['text', '/system/rest']], [], []],
    'oro_datagrid_index' => [['gridName'], ['_controller' => 'oro_datagrid.controller.grid:get'], [], [['variable', '/', '[^/]++', 'gridName'], ['text', '/datagrid']], [], []],
    'oro_translation_jstranslation' => [['_locale'], ['_controller' => 'oro_translation.controller:indexAction'], [], [['text', '.js'], ['variable', '/', '[^/\\.]++', '_locale'], ['text', '/js/translation']], [], []],
    'fos_js_routing_js' => [['_format'], ['_controller' => 'fos_js_routing.controller:indexAction', '_format' => 'js'], ['_format' => 'js|json'], [['variable', '.', 'js|json', '_format'], ['text', '/js/routing']], [], []],
    'liip_imagine_filter_runtime' => [['filter', 'hash', 'path'], ['_controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction'], ['filter' => '[A-z0-9_-]*', 'path' => '.+'], [['variable', '/', '.+', 'path'], ['variable', '/', '[^/]++', 'hash'], ['text', '/rc'], ['variable', '/', '[A-z0-9_-]*', 'filter'], ['text', '/media/cache/resolve']], [], []],
    'liip_imagine_filter' => [['filter', 'path'], ['_controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction'], ['filter' => '[A-z0-9_-]*', 'path' => '.+'], [['variable', '/', '.+', 'path'], ['variable', '/', '[A-z0-9_-]*', 'filter'], ['text', '/media/cache/resolve']], [], []],
];
