You are here

protected property HandlerStackConfigurator::$middlewareIds in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Http/HandlerStackConfigurator.php \Drupal\Core\Http\HandlerStackConfigurator::middlewareIds

A list of used middleware service IDs.

Type: string[]

File

core/lib/Drupal/Core/Http/HandlerStackConfigurator.php, line 41
Contains \Drupal\Core\Http\HandlerStackConfigurator.

Class

HandlerStackConfigurator
Defines a class for configuring middlewares on the http handler stack.

Namespace

Drupal\Core\Http

Code

protected $middlewareIds = [];