Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DistributionProfileTranslationTest::$profile | property | core/ |
|
| DistributionProfileTranslationTest::getPo | function | core/ |
Returns the string for the test .po file. |
| DistributionProfileTranslationTest::prepareEnvironment | function | core/ |
|
| DistributionProfileTranslationTest::setUpLanguage | 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(--admin-color-border); } |
| 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(--admin-color-border); } |
| divider.pcss.css | file | core/ |
/** * Divider. */ .divider { height: 1px; background-color: var(--color-divider); } |
| 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::nextTokenIsAdjacent | function | core/ |
Whether the next token starts immediately, or if there were non-captured symbols before that |
| DocLexer::T_CLOSE_CURLY_BRACES | constant | core/ |
|
| DocLexer::T_CLOSE_PARENTHESIS | constant | core/ |
|
| DocLexer::T_EQUALS | constant | core/ |
|
| DocLexer::T_FALSE | constant | core/ |
|
| DocLexer::T_MINUS | constant | core/ |
|
| DocLexer::T_NAMESPACE_SEPARATOR | constant | core/ |
|
| DocLexer::T_OPEN_CURLY_BRACES | constant | core/ |
|
| DocLexer::T_OPEN_PARENTHESIS | constant | core/ |
|
| DocLexer::T_STRING | 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. |
| DocParser::$target | property | core/ |
Current target context. |
| DocParser::$typeMap | property | core/ |
Hash-map for handle types declaration. |
| DocParser::addNamespace | function | core/ |
Sets the default namespaces. |
| DocParser::Annotation | function | core/ |
Annotation ::= "@" AnnotationName MethodCall AnnotationName ::= QualifiedName | SimpleName QualifiedName ::= NameSpacePart "\" {NameSpacePart "\"}* SimpleName NameSpacePart ::= identifier | null | false |… |
| DocParser::Annotations | function | core/ |
Annotations ::= Annotation {[ "*" ]* [Annotation]}* |
| DocParser::ArrayEntry | function | core/ |
ArrayEntry ::= Value | KeyValuePair KeyValuePair ::= Key ("=" | ":") PlainValue | Constant Key ::= string | integer | Constant |
| DocParser::ArrayX | function | core/ |
Array ::= "{" ArrayEntry {"," ArrayEntry}* [","] "}" |
| DocParser::classExists | function | core/ |
Attempts to check if a class exists or not. This never goes through the PHP autoloading mechanism but uses the {@link AnnotationRegistry} to load classes. |
| DocParser::collectAnnotationMetadata | function | core/ |
Collects parsing metadata for a given annotation class |
| DocParser::collectAttributeTypeMetadata | function | core/ |
Collects parsing metadata for a given attribute. |
| DocParser::Constant | function | core/ |
Constant ::= integer | string | float | boolean |
Pagination
- Previous page
- Page 375
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.