class PathProcessorLanguage

Processes the inbound path using path alias lookups.

Hierarchy

Expanded class hierarchy of PathProcessorLanguage

1 file declares its use of PathProcessorLanguage
1 string reference to 'PathProcessorLanguage'
1 service uses PathProcessorLanguage

File

drupal/core/modules/language/lib/Drupal/language/HttpKernel/PathProcessorLanguage.php, line 22
Contains Drupal\language\HttpKernel\PathProcessorLanguage.

Namespace

Drupal\language\HttpKernel
View source

Members

Namesort descending Modifiers Type Description Overrides
PathProcessorLanguage::$config protected property A config factory for retrieving required config settings.
PathProcessorLanguage::$languageManager protected property Language manager for retrieving the url language type.
PathProcessorLanguage::$languages protected property An array of enabled languages.
PathProcessorLanguage::$mixedModeSessions protected property Whether both secure and insecure session cookies can be used simultaneously.
PathProcessorLanguage::processInbound public function Implements Drupal\Core\PathProcessor\InboundPathProcessorInterface::processInbound(). Overrides InboundPathProcessorInterface::processInbound
PathProcessorLanguage::processOutbound public function Implements Drupal\Core\PathProcessor\InboundPathProcessorInterface::processOutbound(). Overrides OutboundPathProcessorInterface::processOutbound
PathProcessorLanguage::__construct public function Constructs a PathProcessorLanguage object.