You are here

protected property PathProcessorManager::$inboundProcessors in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php \Drupal\Core\PathProcessor\PathProcessorManager::inboundProcessors

Holds the array of inbound 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 28
Contains \Drupal\Core\PathProcessor\PathProcessorManager.

Class

PathProcessorManager
Path processor manager.

Namespace

Drupal\Core\PathProcessor

Code

protected $inboundProcessors = array();