Search for process
- Search 7.x for process
- Search 8.9.x for process
- Search 10.3.x for process
- Search 11.x for process
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
PasswordConfirm::processPasswordConfirm | function | core/ |
Expand a password_confirm field into two text boxes. |
PathProcessor | class | core/ |
Path processor for url_alter_test. |
PathProcessor.php | file | core/ |
|
PathProcessor::processInbound | function | core/ |
Processes the inbound path. |
PathProcessorDecode | class | core/ |
Processes the inbound path by urldecoding it. |
PathProcessorDecode.php | file | core/ |
|
PathProcessorDecode::processInbound | function | core/ |
Processes the inbound path. |
PathProcessorFront | class | core/ |
Processes the inbound path by resolving it to the front page if empty. |
PathProcessorFront.php | file | core/ |
|
PathProcessorFront::$config | property | core/ |
A config factory for retrieving required config settings. |
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. |
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/ |
Tests processing of the inbound path. |
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::setUp | function | core/ |
|
PathProcessorTest::testProcessInbound | function | core/ |
Tests resolving the inbound path to the system path. |
PathValidator::$pathProcessor | property | core/ |
The path processor. |
PathValidatorTest::$pathProcessor | property | core/ |
The path processor. |
path_processor_decode | service | core/ |
Drupal\Core\PathProcessor\PathProcessorDecode |
path_processor_front | service | core/ |
Drupal\Core\PathProcessor\PathProcessorFront |
path_processor_manager | service | core/ |
Drupal\Core\PathProcessor\PathProcessorManager |
PlaceholderStrategyInterface::processPlaceholders | function | core/ |
Processes placeholders to render them with different strategies. |
plugin.manager.aggregator.processor | service | core/ |
Drupal\aggregator\Plugin\AggregatorPluginManager |
PluginManagerPass::process | function | core/ |
|
ProcessorInterface | interface | core/ |
Defines an interface for aggregator processor implementations. |
ProcessorInterface.php | file | core/ |
|
ProcessorInterface::delete | function | core/ |
Deletes stored feed data. |
ProcessorInterface::postProcess | function | core/ |
Refreshes feed information. |
ProcessorInterface::process | function | core/ |
Processes feed data. |
ProjectInfo::processInfoList | function | core/ |
Populates an array of project data. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.