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
RouteCachingNonPathLanguageNegotiationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php The theme to install as the default for testing.
RouteCachingNonPathLanguageNegotiationTest::$modules property core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php Modules to install.
RouteCachingNonPathLanguageNegotiationTest::setUp function core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
RouteCachingNonPathLanguageNegotiationTest::testAliases function core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php Tests aliases when the negotiated language is not in the path.
RouteCompiler::getPathWithoutDefaults function core/lib/Drupal/Core/Routing/RouteCompiler.php Returns the path of the route, without placeholders with a default value.
RoutePreloaderTest::testOnAlterRoutesWithAdminPathNoAdminRoute function core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php Tests onAlterRoutes with "admin" appearing in the path.
RouteProvider::$currentPath property core/lib/Drupal/Core/Routing/RouteProvider.php The current path.
RouteProvider::$pathProcessor property core/lib/Drupal/Core/Routing/RouteProvider.php A path processor manager for resolving the system path.
RouteProvider::getRoutesByPath function core/lib/Drupal/Core/Routing/RouteProvider.php Get all routes which match a certain pattern.
RouteProviderTest::$currentPath property core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php The current path.
RouteProviderTest::$pathProcessor property core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php The inbound path processor.
RouteProviderTest::providerDuplicateRoutePaths function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Data provider for testMixedCasePaths()
RouteProviderTest::providerMixedCaseRoutePaths function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Data provider for testMixedCasePaths()
RouteProviderTest::testDuplicateRoutePaths function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we find all routes with the same path.
RouteProviderTest::testEmptyPathCandidatesOutlines function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Don't fail when given an empty path.
RouteProviderTest::testExactPathMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes with the exact incoming path.
RouteProviderTest::testMixedCasePaths function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we find routes using a case-insensitive path match.
RouteProviderTest::testOutlinePathMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaults function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision3 function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find multiple routes that match the request equally.
RouteProviderTest::testOutlinePathMatchTrailingSlash function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that a trailing slash on the request does not result in a 404.
RouteProviderTest::testOutlinePathMatchZero function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Tests a route with a 0 as value.
RouteProviderTest::testOutlinePathNoMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that an exception is thrown when no matching path is found.
router.path_roots_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\PathRootsSubscriber
RouterTest::testDuplicateRoutePaths function core/modules/system/tests/src/Functional/Routing/RouterTest.php Confirms that multiple routes with the same path do not cause an error.
Routes::$jsonApiBasePath property core/modules/jsonapi/src/Routing/Routes.php The JSON:API base path.
RouteSubscriber::$basePath property core/modules/block_content/src/Routing/RouteSubscriber.php The current base path.
RouteSubscriber::$basePathBc property core/modules/block_content/src/Routing/RouteSubscriber.php The BC base path.
RoutingFixtures::duplicatePathsRouteCollection function core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Returns a complex set of routes for testing.
ScaffoldFilePath class composer/Plugin/Scaffold/ScaffoldFilePath.php Manage the path to a file to scaffold.
ScaffoldFilePath.php file composer/Plugin/Scaffold/ScaffoldFilePath.php
ScaffoldFilePath::$fullPath property composer/Plugin/Scaffold/ScaffoldFilePath.php The full path to the file.
ScaffoldFilePath::$packageName property composer/Plugin/Scaffold/ScaffoldFilePath.php The name of the package containing the file.
ScaffoldFilePath::$relativePath property composer/Plugin/Scaffold/ScaffoldFilePath.php The relative path to the file.
ScaffoldFilePath::$type property composer/Plugin/Scaffold/ScaffoldFilePath.php The type of scaffold file this is,'autoload', 'dest' or 'src'.
ScaffoldFilePath::addInterpolationData function composer/Plugin/Scaffold/ScaffoldFilePath.php Adds data about the relative and full path to the provided interpolator.
ScaffoldFilePath::destinationPath function composer/Plugin/Scaffold/ScaffoldFilePath.php Converts the relative destination path into an absolute path.
ScaffoldFilePath::fullPath function composer/Plugin/Scaffold/ScaffoldFilePath.php Gets the full path to the source file.
ScaffoldFilePath::getInterpolator function composer/Plugin/Scaffold/ScaffoldFilePath.php Interpolate a string using the data from this scaffold file info.
ScaffoldFilePath::packageName function composer/Plugin/Scaffold/ScaffoldFilePath.php Gets the name of the package this source file was pulled from.
ScaffoldFilePath::relativePath function composer/Plugin/Scaffold/ScaffoldFilePath.php Gets the relative path to the source file (best to use in messages).
ScaffoldFilePath::sourcePath function composer/Plugin/Scaffold/ScaffoldFilePath.php Converts the relative source path into an absolute path.
ScaffoldFilePath::__construct function composer/Plugin/Scaffold/ScaffoldFilePath.php ScaffoldFilePath constructor.
ScanDirectoryTest::$path property core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
SchemaCheckTrait::$ignoredPropertyPaths property core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php The ignored property paths.
SchemaCheckTrait::isViolationForIgnoredPropertyPath function core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Determines whether this violation is for an ignored Config property path.
SearchPage::$path property core/modules/search/src/Entity/SearchPage.php The path this search page will appear upon.
SearchPage::getPath function core/modules/search/src/Entity/SearchPage.php Returns the path for the search.

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