You are here

service http_middleware.cors in Drupal 10

Same name and namespace in other branches
  1. 8 core/core.services.yml \http_middleware.cors
  2. 9 core/core.services.yml \http_middleware.cors

Class

Asm89\Stack\Cors

Tags

  • http_middleware
1 string reference to http_middleware.cors
CorsCompilerPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Asm89\Stack\Cors
  2. arguments:
  3. - '%cors.config%'
  4. tags:
  5. - { name: http_middleware, priority: 250 }