You are here

protected property PathProcessorLanguage::$processors in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/language/src/HttpKernel/PathProcessorLanguage.php \Drupal\language\HttpKernel\PathProcessorLanguage::processors

Local cache for language path processors.

Type: array

File

core/modules/language/src/HttpKernel/PathProcessorLanguage.php, line 47

Class

PathProcessorLanguage
Processes the inbound path using path alias lookups.

Namespace

Drupal\language\HttpKernel

Code

protected $processors;