Search for age
- Search 7.x for age
- Search 9.5.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 |
|---|---|---|---|
| AliasStorage::lookupPathAlias | function | core/ |
Returns an alias of Drupal system URL. |
| AliasStorage::lookupPathSource | function | core/ |
Returns Drupal system URL of an alias. |
| AliasStorage::pathHasMatchingAlias | function | core/ |
Check if any alias exists starting with $initial_substring. |
| AliasStorage::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of source paths. |
| AliasStorage::save | function | core/ |
Saves a path alias to the database. |
| AliasStorage::TABLE | constant | core/ |
The table for the url_alias storage. |
| AliasStorage::__construct | function | core/ |
Constructs a Path CRUD object. |
| AliasStorageInterface | interface | core/ |
Provides a class for CRUD operations on path aliases. |
| AliasStorageInterface.php | file | core/ |
|
| AliasStorageInterface::aliasExists | function | core/ |
Checks if alias already exists. |
| AliasStorageInterface::delete | function | core/ |
Deletes a URL alias. |
| AliasStorageInterface::getAliasesForAdminListing | function | core/ |
Loads aliases for admin listing. |
| AliasStorageInterface::languageAliasExists | function | core/ |
Checks if there are any aliases with language defined. |
| AliasStorageInterface::load | function | core/ |
Fetches a specific URL alias from the database. |
| AliasStorageInterface::lookupPathAlias | function | core/ |
Returns an alias of Drupal system URL. |
| AliasStorageInterface::lookupPathSource | function | core/ |
Returns Drupal system URL of an alias. |
| AliasStorageInterface::pathHasMatchingAlias | function | core/ |
Check if any alias exists starting with $initial_substring. |
| AliasStorageInterface::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of source paths. |
| AliasStorageInterface::save | function | core/ |
Saves a path alias to the database. |
| 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. |
| ArchiverManager.php | file | core/ |
|
| ArchiverManager::$fileSystem | property | core/ |
The file system service. |
| ArchiverManager::createInstance | function | core/ |
Creates a pre-configured instance of a plugin. |
| ArchiverManager::getExtensions | function | core/ |
Returns a string of supported archive extensions. |
| ArchiverManager::getInstance | function | core/ |
Gets a preconfigured instance of a plugin. |
| ArchiverManager::__construct | function | core/ |
Constructs a ArchiverManager object. |
| AreaDisplayLinkTest::assertNoWarningMessages | function | core/ |
Assert no warning messages are shown when all display are equal. |
| AreaDisplayLinkTest::assertWarningMessages | function | core/ |
Assert the warning messages are shown after changing the page_1 display. |
| AreaMessagesTest | class | core/ |
Tests the messages area handler. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.