Symfony\Component\Routing\Route {#1585
  -path: "/admin/structure/views/view/{view}/disable"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_controller" => "\Drupal\views_ui\Controller\ViewsUIController::ajaxOperation"
    "op" => "disable"
  ]
  -requirements: array:2 [
    "_entity_access" => "view.disable"
    "_csrf_token" => "TRUE"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "utf8" => true
    "parameters" => array:1 [
      "view" => array:2 [
        "type" => "entity:view"
        "converter" => "drupal.proxy_original_service.paramconverter.configentity_admin"
      ]
    ]
    "_admin_route" => true
    "_access_checks" => array:2 [
      0 => "access_check.entity"
      1 => "access_check.csrf"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:1 [
      0 => "view"
    ]
    -tokens: array:3 [
      0 => array:2 [
        0 => "text"
        1 => "/disable"
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "view"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/admin/structure/views/view"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/structure/views/view/(?P<view>[^/]++)/disable$}sDu"
    -pathVariables: array:1 [
      0 => "view"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 61
    #patternOutline: "/admin/structure/views/view/%/disable"
    #numParts: 6
  }
}