PathProcessorLanguage::$multilingual

Flag indicating whether the site is multilingual. Type: bool File core/modules/language/src/HttpKernel/PathProcessorLanguage.php, line 54 Class PathProcessorLanguage Processes the inbound path using path alias lookups. Namespace Drupal\language\HttpKernel Code protected $multilingual;

PathProcessorLanguage::$languageManager

Language manager for retrieving the url language type. Type: \Drupal\language\ConfigurableLanguageManagerInterface File core/modules/language/src/HttpKernel/PathProcessorLanguage.php, line 33 Class PathProcessorLanguage Processes the inbound path using path alias lookups. Namespace Drupal\language\HttpKernel Code protected $languageManager;

PathProcessorLanguage::$configSubscriber

The language configuration event subscriber. Type: \Drupal\language\EventSubscriber\ConfigSubscriber File core/modules/language/src/HttpKernel/PathProcessorLanguage.php, line 61 Class PathProcessorLanguage Processes the inbound path using path alias lookups. Namespace Drupal\language\HttpKernel Code protected $configSubscriber;

PathProcessorLanguage::$config

A config factory for retrieving required config settings. Type: \Drupal\Core\Config\ConfigFactoryInterface File core/modules/language/src/HttpKernel/PathProcessorLanguage.php, line 26 Class PathProcessorLanguage Processes the inbound path using path alias lookups. Namespace Drupal\language\HttpKernel Code protected $config;

PathProcessorLanguage

Processes the inbound path using path alias lookups. Hierarchy class \Drupal\language\HttpKernel\PathProcessorLanguage implements InboundPathProcessorInterface, OutboundPathProcessorInterface File core/modules/language/src/HttpKernel/PathProcessorLanguage.php, line 19 Namespace Drupal\language\HttpKernel Members Name Modifiers Type Description PathProcessorLanguage::$config protected property A config factory for retrieving required config settings. PathProcessorLangua

PathProcessorAlias::__construct

public PathProcessorAlias::__construct(AliasManagerInterface $alias_manager) Constructs a PathProcessorAlias object. Parameters \Drupal\Core\Path\AliasManagerInterface $alias_manager: An alias manager for looking up the system path. File core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php, line 27 Class PathProcessorAlias Processes the inbound path using path alias lookups. Namespace Drupal\Core\PathProcessor Code public function __construct(AliasManagerInterface $alias_manager)

PathProcessorAlias::processOutbound

public PathProcessorAlias::processOutbound($path, &$options = array(), Request $request = NULL, BubbleableMetadata $bubbleable_metadata = NULL) Processes the outbound path. Parameters string $path: The path to process, with a leading slash. array $options: (optional) An associative array of additional options, with the following elements: 'query': An array of query key/value-pairs (without any URL-encoding) to append to the URL. 'fragment': A fragment identifier (named anchor) to append

PathProcessorAlias::processInbound

public PathProcessorAlias::processInbound($path, Request $request) Processes the inbound path. Parameters string $path: The path to process, with a leading slash. \Symfony\Component\HttpFoundation\Request $request: The HttpRequest object representing the current request. Return value string The processed path. Overrides InboundPathProcessorInterface::processInbound File core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php, line 34 Class PathProcessorAlias Processes the inbound path

PathProcessorAlias::$aliasManager

An alias manager for looking up the system path. Type: \Drupal\Core\Path\AliasManagerInterface File core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php, line 19 Class PathProcessorAlias Processes the inbound path using path alias lookups. Namespace Drupal\Core\PathProcessor Code protected $aliasManager;

PathProcessorAlias

Processes the inbound path using path alias lookups. Hierarchy class \Drupal\Core\PathProcessor\PathProcessorAlias implements InboundPathProcessorInterface, OutboundPathProcessorInterface File core/lib/Drupal/Core/PathProcessor/PathProcessorAlias.php, line 12 Namespace Drupal\Core\PathProcessor Members Name Modifiers Type Description PathProcessorAlias::$aliasManager protected property An alias manager for looking up the system path. PathProcessorAlias::processInbound