Search for path

  1. Search 7.x for path
  2. Search 9.5.x for path
  3. Search 8.9.x for path
  4. Search 11.x for path
  5. Other projects
Title Object type File name Summary
PathProcessorManager::$sortedInbound property core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Holds the array of inbound processors, sorted by priority.
PathProcessorManager::$sortedOutbound property core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Holds the array of outbound processors, sorted by priority.
PathProcessorManager::addInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Adds an inbound processor object to the $inboundProcessors property.
PathProcessorManager::addOutbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Adds an outbound processor object to the $outboundProcessors property.
PathProcessorManager::getInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Returns the sorted array of inbound processors.
PathProcessorManager::getOutbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Returns the sorted array of outbound processors.
PathProcessorManager::processInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php
PathProcessorManager::processOutbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php
PathProcessorManager::sortProcessors function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Sorts the processors according to priority.
PathProcessorTest class core/modules/forum/tests/modules/forum_url_alter_test/src/PathProcessorTest.php Path processor for url_alter_test.
PathProcessorTest class core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php Path processor for url_alter_test.
PathProcessorTest class core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php Tests processing of the inbound path.
PathProcessorTest.php file core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php
PathProcessorTest.php file core/modules/forum/tests/modules/forum_url_alter_test/src/PathProcessorTest.php
PathProcessorTest.php file core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php
PathProcessorTest::$languageManager property core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php The language manager stub used to construct a PathProcessorLanguage object.
PathProcessorTest::$languages property core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php Configuration for the languageManager stub.
PathProcessorTest::processInbound function core/modules/forum/tests/modules/forum_url_alter_test/src/PathProcessorTest.php
PathProcessorTest::processInbound function core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php
PathProcessorTest::processOutbound function core/modules/forum/tests/modules/forum_url_alter_test/src/PathProcessorTest.php
PathProcessorTest::processOutbound function core/modules/system/tests/modules/url_alter_test/src/PathProcessorTest.php
PathProcessorTest::setUp function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php
PathProcessorTest::testProcessInbound function core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php Tests resolving the inbound path to the system path.
PathRootsSubscriber class core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php Provides all available first bits of all route paths.
PathRootsSubscriber.php file core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php
PathRootsSubscriber::$pathRoots property core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php Stores the path roots available in the router.
PathRootsSubscriber::$state property core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php The state key value store.
PathRootsSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php
PathRootsSubscriber::onRouteAlter function core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php Collects all path roots.
PathRootsSubscriber::onRouteFinished function core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php
PathRootsSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php Constructs a new PathRootsSubscriber instance.
PathRootsSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php @coversDefaultClass \Drupal\Core\EventSubscriber\PathRootsSubscriber
@group EventSubscriber
PathRootsSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php
PathRootsSubscriberTest::$pathRootsSubscriber property core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php The tested path root subscriber.
PathRootsSubscriberTest::$state property core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php The mocked state.
PathRootsSubscriberTest::setUp function core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php
PathRootsSubscriberTest::testSubscribing function core/tests/Drupal/Tests/Core/EventSubscriber/PathRootsSubscriberTest.php Tests altering and finished event.
PathSetTranslated class core/modules/path/src/Plugin/migrate/process/PathSetTranslated.php A process plugin to update the path of a translated node.
PathSetTranslated.php file core/modules/path/src/Plugin/migrate/process/PathSetTranslated.php
PathSetTranslated::transform function core/modules/path/src/Plugin/migrate/process/PathSetTranslated.php Performs the associated process.
PathSetTranslatedTest class core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php Tests the path_set_translated process plugin.
PathSetTranslatedTest.php file core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php
PathSetTranslatedTest::testTransform function core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php Tests the transform method.
PathSetTranslatedTest::transformDataProvider function core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php Provides data for the testTransform method.
PathTaxonomyTermTest class core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php Tests URL aliases for taxonomy terms.
PathTaxonomyTermTest.php file core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php
PathTaxonomyTermTest::$defaultTheme property core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php The theme to install as the default for testing.
PathTaxonomyTermTest::$modules property core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php Modules to install.
PathTaxonomyTermTest::setUp function core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php
PathTaxonomyTermTest::testTermAlias function core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php Tests alias functionality through the admin interfaces.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.