Search for path
Title | Object type | File name | Summary |
---|---|---|---|
PathProcessorFront::processInbound | function | core/ |
Processes the inbound path. |
PathProcessorFront::__construct | function | core/ |
Constructs a PathProcessorFront object. |
PathProcessorFrontTest | class | core/ |
Test front page path processing. |
PathProcessorFrontTest.php | file | core/ |
|
PathProcessorFrontTest::providerProcessInbound | function | core/ |
Inbound paths and expected results. |
PathProcessorFrontTest::testProcessInbound | function | core/ |
Tests basic inbound processing functionality. |
PathProcessorFrontTest::testProcessInboundBadConfig | function | core/ |
Tests inbound failure with broken config. |
PathProcessorImageStyles | class | core/ |
Defines a path processor to rewrite image styles URLs. |
PathProcessorImageStyles.php | file | core/ |
|
PathProcessorImageStyles::$streamWrapperManager | property | core/ |
The stream wrapper manager service. |
PathProcessorImageStyles::processInbound | function | core/ |
Processes the inbound path. |
PathProcessorImageStyles::__construct | function | core/ |
Constructs a new PathProcessorImageStyles object. |
PathProcessorLanguage | class | core/ |
Processes the inbound path using path alias lookups. |
PathProcessorLanguage.php | file | core/ |
|
PathProcessorLanguage::$config | property | core/ |
A config factory for retrieving required config settings. |
PathProcessorLanguage::$configSubscriber | property | core/ |
The language configuration event subscriber. |
PathProcessorLanguage::$languageManager | property | core/ |
Language manager for retrieving the URL language type. |
PathProcessorLanguage::$multilingual | property | core/ |
Flag indicating whether the site is multilingual. |
PathProcessorLanguage::$negotiator | property | core/ |
The language negotiator. |
PathProcessorLanguage::$processors | property | core/ |
Local cache for language path processors. |
PathProcessorLanguage::initConfigSubscriber | function | core/ |
Initializes the injected event subscriber with the language path processor. |
PathProcessorLanguage::initProcessors | function | core/ |
Initializes the local cache for language path processors. |
PathProcessorLanguage::processInbound | function | core/ |
Processes the inbound path. |
PathProcessorLanguage::processOutbound | function | core/ |
Processes the outbound path. |
PathProcessorLanguage::reset | function | core/ |
Resets the collected processors instances. |
PathProcessorLanguage::__construct | function | core/ |
Constructs a PathProcessorLanguage object. |
PathProcessorManager | class | core/ |
Path processor manager. |
PathProcessorManager.php | file | core/ |
|
PathProcessorManager::$inboundProcessors | property | core/ |
Holds the array of inbound processors to cycle through. |
PathProcessorManager::$outboundProcessors | property | core/ |
Holds the array of outbound processors to cycle through. |
PathProcessorManager::$sortedInbound | property | core/ |
Holds the array of inbound processors, sorted by priority. |
PathProcessorManager::$sortedOutbound | property | core/ |
Holds the array of outbound processors, sorted by priority. |
PathProcessorManager::addInbound | function | core/ |
Adds an inbound processor object to the $inboundProcessors property. |
PathProcessorManager::addOutbound | function | core/ |
Adds an outbound processor object to the $outboundProcessors property. |
PathProcessorManager::getInbound | function | core/ |
Returns the sorted array of inbound processors. |
PathProcessorManager::getOutbound | function | core/ |
Returns the sorted array of outbound processors. |
PathProcessorManager::processInbound | function | core/ |
Processes the inbound path. |
PathProcessorManager::processOutbound | function | core/ |
Processes the outbound path. |
PathProcessorManager::sortProcessors | function | core/ |
Sorts the processors according to priority. |
PathProcessorTest | class | core/ |
Path processor for url_alter_test. |
PathProcessorTest | class | core/ |
Tests processing of the inbound path. |
PathProcessorTest.php | file | core/ |
|
PathProcessorTest.php | file | core/ |
|
PathProcessorTest::$languageManager | property | core/ |
The language manager stub used to construct a PathProcessorLanguage object. |
PathProcessorTest::$languages | property | core/ |
Configuration for the languageManager stub. |
PathProcessorTest::processInbound | function | core/ |
Processes the inbound path. |
PathProcessorTest::processOutbound | function | core/ |
Processes the outbound path. |
PathProcessorTest::setUp | function | core/ |
|
PathProcessorTest::testProcessInbound | function | core/ |
Tests resolving the inbound path to the system path. |
PathRootsSubscriber | class | core/ |
Provides all available first bits of all route paths. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.