Search for age
- Search 7.x for age
- Search 9.5.x for age
- Search 8.9.x for age
- Search 10.3.x for age
- Search 11.x for age
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AliasPathMatcher::isAliasFrontPage | function | core/ |
Checks if the current page is the front page by comparing aliases. |
| AliasPathMatcher::isFrontPage | function | core/ |
Checks if the current page is the front page. |
| 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. |
| AllowedScaffoldPackagesValidator | class | core/ |
Validates the list of packages that are allowed to scaffold files. |
| AllowedScaffoldPackagesValidator.php | file | core/ |
|
| AllowedScaffoldPackagesValidator::getSubscribedEvents | function | core/ |
|
| AllowedScaffoldPackagesValidator::validate | function | core/ |
Validates that only the implicitly allowed packages can use scaffolding. |
| AllowedScaffoldPackagesValidator::__construct | function | core/ |
|
| AllowedScaffoldPackagesValidatorTest | class | core/ |
Tests Allowed Scaffold Packages Validator. |
| AllowedScaffoldPackagesValidatorTest.php | file | core/ |
|
| AllowedScaffoldPackagesValidatorTest::testPreApply | function | core/ |
Tests that the allowed-packages setting is validated during pre-apply. |
| AllowedScaffoldPackagesValidatorTest::testPreCreate | function | core/ |
Tests that the allowed-packages setting is validated during pre-create. |
| AllowedValuesConstraintValidatorTest::$typedDataManager | property | core/ |
The typed data manager to use. |
| AllowListConfigStorage | class | core/ |
A read-only storage wrapper that only allows access to certain config names. |
| AllowListConfigStorage.php | file | core/ |
|
| AllowListConfigStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| AllowListConfigStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| AllowListConfigStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| AllowListConfigStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| AllowListConfigStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| AllowListConfigStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| AllowListConfigStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| AllowListConfigStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| AllowListConfigStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| AllowListConfigStorage::read | function | core/ |
Reads configuration data from the storage. |
| AllowListConfigStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| AllowListConfigStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| AllowListConfigStorage::write | function | core/ |
Writes configuration data to the storage. |
| AllowListConfigStorage::__construct | function | 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. |
| 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; … |
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.