protected property PathProcessorManager::$outboundProcessors in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php \Drupal\Core\PathProcessor\PathProcessorManager::outboundProcessors
- 10 core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php \Drupal\Core\PathProcessor\PathProcessorManager::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/ PathProcessor/ PathProcessorManager.php, line 41
Class
- PathProcessorManager
- Path processor manager.
Namespace
Drupal\Core\PathProcessorCode
protected $outboundProcessors = [];