Search for age
- Search 7.x for age
- Search 8.9.x for age
- Search 10.3.x for age
- Search 11.x for age
- Search main for age
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AliasManagerInterface::getAliasByPath | function | core/ |
Given a path, return the alias. |
| AliasManagerInterface::getPathByAlias | function | core/ |
Given the alias, return the path it represents. |
| AliasManagerTest | class | core/ |
@coversDefaultClass \Drupal\path_alias\AliasManager[[api-linebreak]] @group path_alias |
| AliasManagerTest.php | file | core/ |
|
| AliasManagerTest::$aliasManager | property | core/ |
The alias manager. |
| AliasManagerTest::$aliasRepository | property | core/ |
Alias repository. |
| AliasManagerTest::$aliasWhitelist | property | core/ |
Alias whitelist. |
| AliasManagerTest::$cache | property | core/ |
Cache backend. |
| AliasManagerTest::$cacheKey | property | core/ |
The internal cache key used by the alias manager. |
| AliasManagerTest::$languageManager | property | core/ |
Language manager. |
| AliasManagerTest::$path | property | core/ |
The cache key passed to the alias manager. |
| AliasManagerTest::setUp | function | core/ |
|
| AliasManagerTest::setUpCurrentLanguage | function | core/ |
Sets up the current language. |
| AliasManagerTest::testCacheClear | function | core/ |
@covers ::cacheClear[[api-linebreak]] |
| AliasManagerTest::testGetAliasByPathCachedMatch | function | core/ |
Tests the getAliasByPath method for a path that is preloaded. |
| AliasManagerTest::testGetAliasByPathCachedMissLanguage | function | core/ |
Tests the getAliasByPath cache when a different language is requested. |
| AliasManagerTest::testGetAliasByPathCachedMissNoAlias | function | core/ |
Tests the getAliasByPath cache with a preloaded path without alias. |
| 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::testGetAliasByPathUncachedMissNoAlias | function | core/ |
Tests the getAliasByPath cache with an unpreloaded path without alias. |
| AliasManagerTest::testGetAliasByPathUncachedMissWithAlias | function | core/ |
Tests the getAliasByPath cache with an unpreloaded path with alias. |
| AliasManagerTest::testGetAliasByPathWhitelist | function | core/ |
Tests the getAliasByPath method for a path that is not in the whitelist. |
| 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::$aliasManager | property | core/ |
An alias manager for looking up the system path. |
| AliasPathProcessorTest::$aliasManager | property | core/ |
The mocked alias manager. |
| AliasRepository::addLanguageFallback | function | core/ |
Adds path alias language fallback conditions to a select query object. |
| AllowedPackages | class | composer/ |
Determine recursively which packages have been allowed to scaffold files. |
| AllowedPackages.php | file | composer/ |
|
| AllowedPackages::$composer | property | composer/ |
The Composer service. |
| AllowedPackages::$io | property | composer/ |
Composer's I/O service. |
| AllowedPackages::$manageOptions | property | composer/ |
Manager of the options in the top-level composer.json's 'extra' section. |
| AllowedPackages::$newPackages | property | composer/ |
The list of new packages added by this Composer command. |
| AllowedPackages::evaluateNewPackages | function | composer/ |
Evaluates newly-added packages and see if they are already allowed. |
| AllowedPackages::event | function | composer/ |
Handles package events during a 'composer require' operation. |
| AllowedPackages::getAllowedPackages | function | composer/ |
Gets a list of all packages that are allowed to copy scaffold files. |
| AllowedPackages::getOperationType | function | composer/ |
Determine the type of the provided operation. |
| AllowedPackages::getPackage | function | composer/ |
Retrieves a package from the current composer process. |
| AllowedPackages::getTopLevelAllowedPackages | function | composer/ |
Gets all packages that are allowed in the top-level composer.json. |
| AllowedPackages::recursiveGetAllowedPackages | function | composer/ |
Builds a name-to-package mapping from a list of package names. |
| AllowedPackages::__construct | function | composer/ |
AllowedPackages constructor. |
| AllowedValuesConstraint::$maxMessage | property | core/ |
|
| AllowedValuesConstraint::$minMessage | property | core/ |
|
| Analyzer::formatMessage | function | core/ |
Formats an analysis message. |
| Analyzer::formatMessages | function | core/ |
Formats the analyze result into a message string. |
| Analyzer::getMessages | function | core/ |
Analyzes a review and return the results. |
| ApcuBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| AppendOp::$managed | property | composer/ |
An indicator of whether the file we are appending to is managed or not. |
| ArchiverManager | class | core/ |
Provides an Archiver plugin manager. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.