Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DistributionProfileTranslationQueryTest::setUpProfile | function | core/ |
Installer step: Select installation profile. |
| DistributionProfileTranslationQueryTest::setUpSettings | function | core/ |
Installer step: Configure settings. |
| DistributionProfileTranslationQueryTest::testInstalled | function | core/ |
Confirms that the installation succeeded. |
| DistributionProfileTranslationQueryTest::visitInstaller | function | core/ |
Visits the interactive installer. |
| DistributionProfileTranslationTest | class | core/ |
Tests distribution profile support. |
| DistributionProfileTranslationTest.php | file | core/ |
|
| DistributionProfileTranslationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DistributionProfileTranslationTest::$info | property | core/ |
The distribution profile info. |
| DistributionProfileTranslationTest::$langcode | property | core/ |
The language code in which to install Drupal. |
| DistributionProfileTranslationTest::getPo | function | core/ |
Returns the string for the test .po file. |
| DistributionProfileTranslationTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| DistributionProfileTranslationTest::setUpLanguage | function | core/ |
Installer step: Select language. |
| DistributionProfileTranslationTest::setUpProfile | function | core/ |
Installer step: Select installation profile. |
| DistributionProfileTranslationTest::setUpSettings | function | core/ |
Installer step: Configure settings. |
| DistributionProfileTranslationTest::testInstalled | function | core/ |
Confirms that the installation succeeded. |
| divider.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Divider. */ .divider { height: 1px; background-color: var(--gin-border-color); } |
| divider.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Divider. */ .divider { height: 1px; background-color: var(--color-divider); } |
| divider.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Divider. */ .divider { height: 1px; background-color: var(--color-divider); } |
| divider.pcss.css | file | core/ |
/** * Divider. */ .divider { height: 1px; background-color: var(--color-divider); } |
| divider.pcss.css | file | core/ |
/** * Divider. */ .divider { height: 1px; background-color: var(--color-divider); } |
| divider.pcss.css | file | core/ |
/** * Divider. */ .divider { height: 1px; background-color: var(--gin-border-color); } |
| DocLexer | class | core/ |
Simple lexer for docblock annotations. |
| DocLexer.php | file | core/ |
This class is a near-copy of Doctrine\Common\Annotations\DocLexer, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 2.0.2. |
| DocLexer::$noCase | property | core/ |
@var array<string, self::T*> |
| DocLexer::$withCase | property | core/ |
@var array<string, self::T*> |
| DocLexer::getCatchablePatterns | function | core/ |
|
| DocLexer::getNonCatchablePatterns | function | core/ |
|
| DocLexer::getType | function | core/ |
|
| DocLexer::nextTokenIsAdjacent | function | core/ |
Whether the next token starts immediately, or if there were non-captured symbols before that |
| DocLexer::T_AT | constant | core/ |
|
| DocLexer::T_CLOSE_CURLY_BRACES | constant | core/ |
|
| DocLexer::T_CLOSE_PARENTHESIS | constant | core/ |
|
| DocLexer::T_COLON | constant | core/ |
|
| DocLexer::T_COMMA | constant | core/ |
|
| DocLexer::T_EQUALS | constant | core/ |
|
| DocLexer::T_FALSE | constant | core/ |
|
| DocLexer::T_FLOAT | constant | core/ |
|
| DocLexer::T_IDENTIFIER | constant | core/ |
|
| DocLexer::T_INTEGER | constant | core/ |
|
| DocLexer::T_MINUS | constant | core/ |
|
| DocLexer::T_NAMESPACE_SEPARATOR | constant | core/ |
|
| DocLexer::T_NONE | constant | core/ |
|
| DocLexer::T_NULL | constant | core/ |
|
| DocLexer::T_OPEN_CURLY_BRACES | constant | core/ |
|
| DocLexer::T_OPEN_PARENTHESIS | constant | core/ |
|
| DocLexer::T_STRING | constant | core/ |
|
| DocLexer::T_TRUE | constant | core/ |
|
| DocParser | class | core/ |
A parser for docblock annotations. |
| DocParser.php | file | core/ |
This class is a near-copy of Doctrine\Common\Annotations\DocParser, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7. |
| DocParser::$annotationMetadata | property | core/ |
Hash-map for caching annotation metadata. |
Pagination
- Previous page
- Page 449
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.