Provides a compiler pass which disables the CORS middleware in case disabled.
Hierarchy
- class \Drupal\Core\DependencyInjection\Compiler\CorsCompilerPass implements CompilerPassInterface
See also
core.services.yml
File
- core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php, line 13
Namespace
Drupal\Core\DependencyInjection\Compiler
Members
Name | Modifiers | Type | Description |
---|---|---|---|
CorsCompilerPass::process | public | function | You can modify the container here before it is dumped to PHP code. Overrides CompilerPassInterface::process |
Please login to continue.