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
- drupal/core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php, line 45
- Contains Drupal\Core\PathProcessor\PathProcessorManager.
Class
- PathProcessorManager
- Path processor manager.
Namespace
Drupal\Core\PathProcessor
Code
protected $outboundProcessors = array();