You are here

protected property PathProcessorManager::$sortedInbound in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php \Drupal\Core\PathProcessor\PathProcessorManager::sortedInbound
  2. 10 core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php \Drupal\Core\PathProcessor\PathProcessorManager::sortedInbound

Holds the array of inbound processors, sorted by priority.

An array of path processor objects.

Type: array

File

core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php, line 31

Class

PathProcessorManager
Path processor manager.

Namespace

Drupal\Core\PathProcessor

Code

protected $sortedInbound = [];