Search for age
- Search 7.x for age
- Search 9.5.x for age
- Search 8.9.x for age
- Search 11.x for age
- Search main for age
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::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::testGetAliasByPathUncachedMissNoAlias | function | core/ |
Tests the getAliasByPath cache with an un-preloaded path without alias. |
| AliasManagerTest::testGetAliasByPathUncachedMissWithAlias | function | core/ |
Tests the getAliasByPath cache with an un-preloaded 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::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. |
| 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. |
| AnnouncementsCacheTest::testDynamicPageCache | function | core/ |
Tests dynamic page cache. |
| announcements_feed.page.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .announcements ul { margin-inline-start: 0; list-style:… |
| announcements_feed.page.css | file | core/ |
.announcements ul { margin-inline-start: 0; list-style: none; } .announcement:not(.announcement:last-child) { margin-block-end: 1rem; } .announcement.announcement--featured + .announcement.announcement--standard { padding-block-start: 1rem; … |
| announcements_feed.page.pcss.css | file | core/ |
.announcements ul { margin-inline-start: 0; list-style: none; } .announcement:not(.announcement:last-child) { margin-block-end: 1rem; } .announcement.announcement--featured + .announcement.announcement--standard { padding-block-start: 1rem; … |
| 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. |
| ArchiverManager.php | file | core/ |
|
| ArchiverManager::$fileSystem | property | core/ |
The file system service. |
| ArchiverManager::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
| ArchiverManager::getExtensions | function | core/ |
Returns a string of supported archive extensions. |
| ArchiverManager::getInstance | function | core/ |
Gets or creates a plugin instance that satisfies the given options. |
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.