service http_middleware.cors in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \http_middleware.cors
Class
Asm89\Stack\CorsTags
- http_middleware
1 string reference to http_middleware.cors
- CorsCompilerPass::process in core/
lib/ Drupal/ Core/ DependencyInjection/ Compiler/ CorsCompilerPass.php - You can modify the container here before it is dumped to PHP code.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Asm89\Stack\Cors
- arguments:
- - '%cors.config%'
- tags:
- - { name: http_middleware, priority: 250 }