protected property RouteProcessorManager::$outboundProcessors

Holds the array of outbound processors to cycle through.

An array whose keys are priorities and whose values are arrays of path processor objects.

Type: array

File

core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php, line 23

Class

RouteProcessorManager
Route processor manager.

Namespace

Drupal\Core\RouteProcessor

Code

protected $outboundProcessors = array();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!RouteProcessor!RouteProcessorManager.php/property/RouteProcessorManager::outboundProcessors/8.1.x