Search for path
Title | Object type | File name | Summary |
---|---|---|---|
RouteProviderTest::$pathProcessor | property | core/ |
The inbound path processor. |
RouteProviderTest::providerDuplicateRoutePaths | function | core/ |
Data provider for testMixedCasePaths() |
RouteProviderTest::providerMixedCaseRoutePaths | function | core/ |
Data provider for testMixedCasePaths() |
RouteProviderTest::testDuplicateRoutePaths | function | core/ |
Confirms that we find all routes with the same path. |
RouteProviderTest::testEmptyPathCandidatesOutlines | function | core/ |
Don't fail when given an empty path. |
RouteProviderTest::testExactPathMatch | function | core/ |
Confirms that we can find routes with the exact incoming path. |
RouteProviderTest::testMixedCasePaths | function | core/ |
Confirms that we find routes using a case-insensitive path match. |
RouteProviderTest::testOutlinePathMatch | function | core/ |
Confirms that we can find routes whose pattern would match the request. |
RouteProviderTest::testOutlinePathMatchDefaults | function | core/ |
Confirms that we can find routes whose pattern would match the request. |
RouteProviderTest::testOutlinePathMatchDefaultsCollision | function | core/ |
Confirms that we can find routes whose pattern would match the request. |
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 | function | core/ |
Confirms that we can find routes whose pattern would match the request. |
RouteProviderTest::testOutlinePathMatchDefaultsCollision3 | function | core/ |
Confirms that we can find multiple routes that match the request equally. |
RouteProviderTest::testOutlinePathMatchTrailingSlash | function | core/ |
Confirms that a trailing slash on the request does not result in a 404. |
RouteProviderTest::testOutlinePathMatchZero | function | core/ |
Tests a route with a 0 as value. |
RouteProviderTest::testOutlinePathNoMatch | function | core/ |
Confirms that an exception is thrown when no matching path is found. |
router.path_roots_subscriber | service | core/ |
Drupal\Core\EventSubscriber\PathRootsSubscriber |
RouterTest::testDuplicateRoutePaths | function | core/ |
Confirms that multiple routes with the same path do not cause an error. |
Routes::$jsonApiBasePath | property | core/ |
The JSON:API base path. |
RouteSubscriber::$basePath | property | core/ |
The current base path. |
RouteSubscriber::$basePathBc | property | core/ |
The BC base path. |
RoutingFixtures::duplicatePathsRouteCollection | function | core/ |
Returns a complex set of routes for testing. |
SandboxManagerBase::getPathsToExclude | function | core/ |
Collects paths that Composer Stager should exclude. |
SandboxManagerBaseTest::testCollectPathsToExclude | function | core/ |
Tests that paths to exclude are collected before create and apply. |
SandboxManagerBaseTest::testFailureCollectPathsToExclude | function | core/ |
Tests that if a stage fails to get paths to exclude, throws a stage exception. |
SandboxManagerBaseTest::testFailureCollectPathsToExcludeOnApply | function | core/ |
Tests that if apply fails to get paths to exclude, throws a stage exception. |
ScaffoldFilePath | class | composer/ |
Manage the path to a file to scaffold. |
ScaffoldFilePath.php | file | composer/ |
|
ScaffoldFilePath::$fullPath | property | composer/ |
The full path to the file. |
ScaffoldFilePath::$packageName | property | composer/ |
The name of the package containing the file. |
ScaffoldFilePath::$relativePath | property | composer/ |
The relative path to the file. |
ScaffoldFilePath::$type | property | composer/ |
The type of scaffold file this is,'autoload', 'dest' or 'src'. |
ScaffoldFilePath::addInterpolationData | function | composer/ |
Adds data about the relative and full path to the provided interpolator. |
ScaffoldFilePath::destinationPath | function | composer/ |
Converts the relative destination path into an absolute path. |
ScaffoldFilePath::fullPath | function | composer/ |
Gets the full path to the source file. |
ScaffoldFilePath::getInterpolator | function | composer/ |
Interpolate a string using the data from this scaffold file info. |
ScaffoldFilePath::packageName | function | composer/ |
Gets the name of the package this source file was pulled from. |
ScaffoldFilePath::relativePath | function | composer/ |
Gets the relative path to the source file (best to use in messages). |
ScaffoldFilePath::sourcePath | function | composer/ |
Converts the relative source path into an absolute path. |
ScaffoldFilePath::__construct | function | composer/ |
ScaffoldFilePath constructor. |
ScanDirectoryTest::$path | property | core/ |
|
SchemaCheckTrait::$ignoredPropertyPaths | property | core/ |
The ignored property paths. |
SchemaCheckTrait::isViolationForIgnoredPropertyPath | function | core/ |
Determines whether this violation is for an ignored Config property path. |
SearchBlockPageIdUpdatePathTest | class | core/ |
Tests update path for the search block's `page_id` setting from '' to NULL. |
SearchBlockPageIdUpdatePathTest.php | file | core/ |
|
SearchBlockPageIdUpdatePathTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
SearchBlockPageIdUpdatePathTest::testRunUpdates | function | core/ |
Tests update path for the search block's `page_id` setting from '' to NULL. |
SearchPage::$path | property | core/ |
The path this search page will appear upon. |
SearchPage::getPath | function | core/ |
Returns the path for the search. |
SearchPageInterface::getPath | function | core/ |
Returns the path for the search. |
ServerCommand::getSitePath | function | core/ |
Gets the site path. |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.