RouteProcessorManager::$outboundProcessors

Same name in other branches
  1. 8.9.x core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php \Drupal\Core\RouteProcessor\RouteProcessorManager::outboundProcessors
  2. 10 core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php \Drupal\Core\RouteProcessor\RouteProcessorManager::outboundProcessors
  3. 11.x core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php \Drupal\Core\RouteProcessor\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 = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.