Symfony\Component\Routing\Route {#1585
  -path: "/admin/config/content/formats/manage/{filter_format}/enable"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_entity_form" => "filter_format.enable"
    "_title" => "Enable text format"
  ]
  -requirements: array:1 [
    "_entity_access" => "filter_format.enable"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "utf8" => true
    "parameters" => array:1 [
      "filter_format" => array:2 [
        "type" => "entity:filter_format"
        "converter" => "drupal.proxy_original_service.paramconverter.configentity_admin"
      ]
    ]
    "_admin_route" => true
    "_access_checks" => array:1 [
      0 => "access_check.entity"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:1 [
      0 => "filter_format"
    ]
    -tokens: array:3 [
      0 => array:2 [
        0 => "text"
        1 => "/enable"
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "filter_format"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/admin/config/content/formats/manage"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/config/content/formats/manage/(?P<filter_format>[^/]++)/enable$}sDu"
    -pathVariables: array:1 [
      0 => "filter_format"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 125
    #patternOutline: "/admin/config/content/formats/manage/%/enable"
    #numParts: 7
  }
}