Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DistributionProfileTranslationTest::prepareEnvironment | function | core/ |
|
| DistributionProfileTranslationTest::setUpLanguage | function | core/ |
|
| DistributionProfileTranslationTest::setUpProfile | function | core/ |
|
| DistributionProfileTranslationTest::setUpSettings | function | core/ |
|
| 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(--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.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(--color-divider); } |
| 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. |
| DocParser::$classExists | property | core/ |
This hashmap is used internally to cache results of class_exists() look-ups. |
| DocParser::$classIdentifiers | property | core/ |
An array of all valid tokens for a class name. |
| DocParser::$context | property | core/ |
|
| DocParser::$ignoredAnnotationNames | property | core/ |
A list with annotations that are not causing exceptions when not resolved to an annotation class. |
| DocParser::$ignoreNotImportedAnnotations | property | core/ |
Whether annotations that have not been imported should be ignored. |
| DocParser::$imports | property | core/ |
Hashmap containing all use-statements that are to be used when parsing the given doc block. |
| DocParser::$isNestedAnnotation | property | core/ |
Flag to control if the current annotation is nested or not. |
| DocParser::$lexer | property | core/ |
The lexer. |
| DocParser::$metadataParser | property | core/ |
Doc parser used to collect annotation target. |
| DocParser::$namespaces | property | core/ |
An array of default namespaces if operating in simple mode. |
Pagination
- Previous page
- Page 441
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.