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
ConfirmFormArrayPathTestForm::getCancelUrl function core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php Returns the route to go to if the user cancels the action.
ConfirmFormArrayPathTestForm::getFormId function core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php Returns a unique string identifying the form.
ConstraintViolationBuilder::$propertyPath property core/lib/Drupal/Core/TypedData/Validation/ConstraintViolationBuilder.php The property path.
ConstraintViolationBuilder::atPath function core/lib/Drupal/Core/TypedData/Validation/ConstraintViolationBuilder.php
ContactForm::getRedirectPath function core/modules/contact/src/Entity/ContactForm.php Returns the path for redirect.
ContactForm::setRedirectPath function core/modules/contact/src/Entity/ContactForm.php Sets the redirect path.
ContactFormEditForm::$pathValidator property core/modules/contact/src/ContactFormEditForm.php The path validator.
ContactFormInterface::getRedirectPath function core/modules/contact/src/ContactFormInterface.php Returns the path for redirect.
ContactFormInterface::setRedirectPath function core/modules/contact/src/ContactFormInterface.php Sets the redirect path.
ContentModerationAdminPathEntityConverterLanguageTest class core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php Test administration path based entity conversion when moderation enabled.
ContentModerationAdminPathEntityConverterLanguageTest.php file core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php
ContentModerationAdminPathEntityConverterLanguageTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php The theme to install as the default for testing.
ContentModerationAdminPathEntityConverterLanguageTest::$modules property core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php Modules to enable.
CredentialForm::validatePaths function core/modules/migrate_drupal_ui/src/Form/CredentialForm.php The #element_validate handler for the source path elements.
CredentialFormTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Gets the available upgrade paths.
CredentialFormTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Gets the missing upgrade paths.
CredentialFormTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Gets the source base path for the concrete test.
CssOptimizer::$rewriteFileURIBasePath property core/lib/Drupal/Core/Asset/CssOptimizer.php The base path used by rewriteFileURI().
CurrentPathStack class core/lib/Drupal/Core/Path/CurrentPathStack.php Represents the current path for the current request.
CurrentPathStack.php file core/lib/Drupal/Core/Path/CurrentPathStack.php
CurrentPathStack::$paths property core/lib/Drupal/Core/Path/CurrentPathStack.php Static cache of paths.
CurrentPathStack::$requestStack property core/lib/Drupal/Core/Path/CurrentPathStack.php The request stack.
CurrentPathStack::getPath function core/lib/Drupal/Core/Path/CurrentPathStack.php Returns the path of the current request.
CurrentPathStack::setPath function core/lib/Drupal/Core/Path/CurrentPathStack.php Sets the current path.
CurrentPathStack::__construct function core/lib/Drupal/Core/Path/CurrentPathStack.php Constructs a new CurrentPathStack instance.
CustomPageExceptionHtmlSubscriber::makeSubrequestToCustomPath function core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php Makes a subrequest to retrieve the custom error page.
DefaultViewsTest::testPathDestination function core/modules/views_ui/tests/src/Functional/DefaultViewsTest.php Tests that page displays show the correct path.
DirectoryTest::testFileCreateNewFilepath function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests the file paths of newly created files.
DisplayLink::isPathBasedDisplay function core/modules/views/src/Plugin/views/area/DisplayLink.php Check if a views display is a path-based display.
DisplayPageWebTest::assertPagePath function core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php Tests that we can successfully change a view page display path.
DisplayPageWebTest::testPagePaths function core/modules/views/tests/src/Functional/Plugin/DisplayPageWebTest.php Tests the views page path functionality.
DisplayPathTest class core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests the UI of generic display path plugin.
DisplayPathTest.php file core/modules/views_ui/tests/src/Functional/DisplayPathTest.php
DisplayPathTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/DisplayPathTest.php The theme to install as the default for testing.
DisplayPathTest::$testViews property core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Views used by this test.
DisplayPathTest::doAdvancedPathsValidationTest function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests a couple of invalid path patterns.
DisplayPathTest::doBasicPathUITest function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests basic functionality in configuring a view.
DisplayPathTest::doPathXssFilterTest function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests that View paths are properly filtered for XSS.
DisplayPathTest::setUp function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Sets up the test.
DisplayPathTest::testDefaultMenuTabRegression function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests the regression in https://www.drupal.org/node/2532490.
DisplayPathTest::testDeleteWithNoPath function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests deleting a page display that has no path.
DisplayPathTest::testMenuOptions function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Tests the menu and tab option form.
DisplayPathTest::testPathUI function core/modules/views_ui/tests/src/Functional/DisplayPathTest.php Runs the tests.
DisplayPluginBase::getPath function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Returns the base path to use for this display.
DisplayPluginBase::hasPath function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Checks to see if the display has a 'path' field.
DisplayPluginInterface::getPath function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Returns the base path to use for this display.
DisplayPluginInterface::hasPath function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Checks to see if the display has a 'path' field.
DocumentElement::getXpath function core/tests/Drupal/Tests/DocumentElement.php Returns XPath for handled element.
DoubleSlashTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php Gets the available upgrade paths.
DoubleSlashTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php Gets the missing upgrade paths.

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