Search for path
| Title | Object type | File name | Summary | 
|---|---|---|---|
| $base_path | global | core/ | The base path of the Drupal installation. | 
| ActiveLinkResponseFilter::$currentPath | property | core/ | The current path. | 
| ActiveLinkResponseFilter::$pathMatcher | property | core/ | The path matcher. | 
| ActiveTheme::$path | property | core/ | The path to the theme. | 
| ActiveTheme::getPath | function | core/ | Returns the path to the theme directory. | 
| AdminPathConfigEntityConverter | class | core/ | Provides a proxy class for \Drupal\Core\ParamConverter\AdminPathConfigEntityConverter. | 
| AdminPathConfigEntityConverter | class | core/ | Makes sure the unmodified ConfigEntity is loaded on admin pages. | 
| AdminPathConfigEntityConverter.php | file | core/ | |
| AdminPathConfigEntityConverter.php | file | core/ | |
| AdminPathConfigEntityConverter::$adminContext | property | core/ | The route admin context to determine whether a route is an admin one. | 
| AdminPathConfigEntityConverter::$configFactory | property | core/ | The config factory. | 
| AdminPathConfigEntityConverter::$container | property | core/ | The service container. | 
| AdminPathConfigEntityConverter::$drupalProxyOriginalServiceId | property | core/ | The id of the original proxied service. | 
| AdminPathConfigEntityConverter::$service | property | core/ | The real proxied service, after it was lazy loaded. | 
| AdminPathConfigEntityConverter::applies | function | core/ | |
| AdminPathConfigEntityConverter::applies | function | core/ | |
| AdminPathConfigEntityConverter::convert | function | core/ | |
| AdminPathConfigEntityConverter::convert | function | core/ | |
| AdminPathConfigEntityConverter::lazyLoadItself | function | core/ | Lazy loads the real service from the container. | 
| AdminPathConfigEntityConverter::__construct | function | core/ | Constructs a ProxyClass Drupal proxy object. | 
| AdminPathConfigEntityConverter::__construct | function | core/ | Constructs a new EntityConverter. | 
| AdminPathEntityConverterLanguageTest | class | core/ | Test administration path based conversion of entities. | 
| AdminPathEntityConverterLanguageTest.php | file | core/ | |
| AdminPathEntityConverterLanguageTest::$defaultTheme | property | core/ | The theme to install as the default for testing. | 
| AdminPathEntityConverterLanguageTest::$modules | property | core/ | Modules to install. | 
| AdminPathEntityConverterLanguageTest::setUp | function | core/ | |
| AdminPathEntityConverterLanguageTest::testConfigUsingCurrentLanguage | function | core/ | Tests the translated and untranslated config entities are loaded properly. | 
| AliasManager::$noPath | property | core/ | Holds an array of aliases for which no path was found. | 
| AliasManager::$requestedPaths | property | core/ | Holds an array of paths that have been requested but not loaded yet. | 
| AliasManager::getAliasByPath | function | core/ | Given a path, return the alias. | 
| AliasManager::getPathByAlias | function | core/ | Given the alias, return the path it represents. | 
| AliasManager::pathAliasPrefixListRebuild | function | core/ | Rebuild the path alias prefix list. | 
| AliasManager::pathAliasWhitelistRebuild | function | core/ | Rebuild the path alias prefix list. | 
| AliasManagerInterface::getAliasByPath | function | core/ | Given a path, return the alias. | 
| AliasManagerInterface::getPathByAlias | function | core/ | Given the alias, return the path it represents. | 
| AliasManagerTest::$path | property | core/ | The cache key passed to the alias manager. | 
| AliasManagerTest::testGetAliasByPathCachedMissLanguage | function | core/ | Tests the getAliasByPath cache when a different language is requested. | 
| AliasManagerTest::testGetAliasByPathException | function | core/ | Tests the getAliasByPath method exception. | 
| AliasManagerTest::testGetAliasByPathMatch | function | core/ | Tests the getAliasByPath method for a path that has a matching alias. | 
| AliasManagerTest::testGetAliasByPathNoMatch | function | core/ | Tests the getAliasByPath method for a path that has no matching alias. | 
| AliasManagerTest::testGetAliasByPathPrefixList | function | core/ | Tests the getAliasByPath method for a path that is not in the prefix list. | 
| AliasManagerTest::testGetPathByAliasLangcode | function | core/ | Tests the getPathByAlias method when a langcode is passed explicitly. | 
| AliasManagerTest::testGetPathByAliasMatch | function | core/ | Tests the getPathByAlias method for an alias that have a matching path. | 
| AliasManagerTest::testGetPathByAliasNoMatch | function | core/ | Tests the getPathByAlias method for an alias that have no matching path. | 
| AliasPathProcessor | class | core/ | Processes the inbound and outbound path using path alias lookups. | 
| AliasPathProcessor.php | file | core/ | |
| AliasPathProcessor::$aliasManager | property | core/ | An alias manager for looking up the system path. | 
| AliasPathProcessor::processInbound | function | core/ | Processes the inbound path. | 
| AliasPathProcessor::processOutbound | function | core/ | Processes the outbound path. | 
| AliasPathProcessor::__construct | function | core/ | Constructs a AliasPathProcessor object. | 
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
