Search for path

  1. Search 7.x for path
  2. Search 8.9.x for path
  3. Search 10.3.x for path
  4. Search 11.x for path
  5. Other projects
Title Object type File name Summary
PathPluginBase::overrideAppliesPathAndMethod function core/modules/views/src/Plugin/views/display/PathPluginBase.php Determines whether an override for the path and method should happen.
PathPluginBase::remove function core/modules/views/src/Plugin/views/display/PathPluginBase.php Reacts on deleting a display.
PathPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/display/PathPluginBase.php Handle any special handling on the validate form.
PathPluginBase::validate function core/modules/views/src/Plugin/views/display/PathPluginBase.php Validate that the plugin is correct and can be saved.
PathPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/display/PathPluginBase.php Validate the options form.
PathPluginBase::validatePath function core/modules/views/src/Plugin/views/display/PathPluginBase.php Validates the path of the display.
PathPluginBase::__construct function core/modules/views/src/Plugin/views/display/PathPluginBase.php Constructs a PathPluginBase object.
PathPluginBaseTest class core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php @coversDefaultClass \Drupal\views\Plugin\views\display\PathPluginBase
@group views
PathPluginBaseTest.php file core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Contains \Drupal\Tests\views\Unit\Plugin\display\PathPluginBaseTest.
PathPluginBaseTest::$accessPluginManager property core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php The mocked views access plugin manager.
PathPluginBaseTest::$pathPlugin property core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php The tested path plugin base.
PathPluginBaseTest::$routeProvider property core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php The route provider that should be used.
PathPluginBaseTest::$state property core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php The mocked key value storage.
PathPluginBaseTest::setUp function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php
PathPluginBaseTest::setupContainer function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Setup access plugin manager and config factory in the Drupal class.
PathPluginBaseTest::setupViewExecutableAccessPlugin function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Returns some mocked view entity, view executable, and access plugin.
PathPluginBaseTest::testAlterPostRestRoute function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the altering of a REST route.
PathPluginBaseTest::testAlterRoute function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the alter route method.
PathPluginBaseTest::testAlterRoutesWithOptionalParameters function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests altering routes with optional parameters in the overridden route.
PathPluginBaseTest::testAlterRoutesWithParameters function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests altering routes with parameters in the overridden route.
PathPluginBaseTest::testAlterRoutesWithParametersAndUpcasting function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests altering routes with parameters and upcasting information.
PathPluginBaseTest::testAlterRouteWithAlterCallback function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the alter route method with preexisting title callback.
PathPluginBaseTest::testCollectRoutes function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method.
PathPluginBaseTest::testCollectRoutesWithArguments function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with arguments.
PathPluginBaseTest::testCollectRoutesWithArgumentsNotSpecifiedInPath function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with arguments not specified in the path.
PathPluginBaseTest::testCollectRoutesWithDisplayReturnResponse function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with a display returning a response.
PathPluginBaseTest::testCollectRoutesWithNamedParameters function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collectRoutes method with a path containing named parameters.
PathPluginBaseTest::testCollectRoutesWithSpecialRouteName function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the collect routes method with an alternative route name in the UI.
PathPluginBaseTest::testGetRestRoute function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the altering of a REST route.
PathPluginBaseTest::testGetRouteName function core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php Tests the getRouteName method.
PathPluginTest class core/modules/node/tests/src/Functional/Views/PathPluginTest.php Tests the node row plugin.
PathPluginTest.php file core/modules/node/tests/src/Functional/Views/PathPluginTest.php
PathPluginTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/PathPluginTest.php The theme to install as the default for testing.
PathPluginTest::$modules property core/modules/node/tests/src/Functional/Views/PathPluginTest.php Modules to enable.
PathPluginTest::$nodes property core/modules/node/tests/src/Functional/Views/PathPluginTest.php Contains all nodes used by this test.
PathPluginTest::$testViews property core/modules/node/tests/src/Functional/Views/PathPluginTest.php Views used by this test.
PathPluginTest::setUp function core/modules/node/tests/src/Functional/Views/PathPluginTest.php Sets up the test.
PathPluginTest::testPathPlugin function core/modules/node/tests/src/Functional/Views/PathPluginTest.php Tests the node path plugin functionality when converted to entity link.
PathProcessor class core/modules/system/tests/modules/url_alter_test/src/PathProcessor.php Path processor for url_alter_test.
PathProcessor.php file core/modules/system/tests/modules/url_alter_test/src/PathProcessor.php
PathProcessor::processInbound function core/modules/system/tests/modules/url_alter_test/src/PathProcessor.php Processes the inbound path.
PathProcessorDecode class core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php Processes the inbound path by urldecoding it.
PathProcessorDecode.php file core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php
PathProcessorDecode::processInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorDecode.php Processes the inbound path.
PathProcessorFiles class core/modules/system/src/PathProcessor/PathProcessorFiles.php Defines a path processor to rewrite file URLs.
PathProcessorFiles.php file core/modules/system/src/PathProcessor/PathProcessorFiles.php
PathProcessorFiles::processInbound function core/modules/system/src/PathProcessor/PathProcessorFiles.php Processes the inbound path.
PathProcessorFront class core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php Processes the inbound path by resolving it to the front page if empty.
PathProcessorFront.php file core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php
PathProcessorFront::$config property core/lib/Drupal/Core/PathProcessor/PathProcessorFront.php A config factory for retrieving required config settings.

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