Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DistributionProfileTest | class | core/ |
Tests distribution profile support. |
| DistributionProfileTest.php | file | core/ |
|
| DistributionProfileTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DistributionProfileTest::$info | property | core/ |
The distribution profile info. |
| DistributionProfileTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| DistributionProfileTest::setUpLanguage | function | core/ |
Installer step: Select language. |
| DistributionProfileTest::setUpProfile | function | core/ |
Installer step: Select installation profile. |
| DistributionProfileTest::testInstalled | function | core/ |
Confirms that the installation succeeded. |
| DistributionProfileTranslationQueryTest | class | core/ |
Tests distribution profile support with a 'langcode' query string. |
| DistributionProfileTranslationQueryTest.php | file | core/ |
|
| DistributionProfileTranslationQueryTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DistributionProfileTranslationQueryTest::$info | property | core/ |
The distribution profile info. |
| DistributionProfileTranslationQueryTest::$langcode | property | core/ |
The language code in which to install Drupal. |
| DistributionProfileTranslationQueryTest::getPo | function | core/ |
Returns the string for the test .po file. |
| DistributionProfileTranslationQueryTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| DistributionProfileTranslationQueryTest::setUpLanguage | function | core/ |
Installer step: Select language. |
| 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/2815083 * @preserve */ /** * Divider. */ .divider { height: 1px; background-color: rgba(142, 146, 156, 0.5); } |
| divider.pcss.css | file | core/ |
/** * Divider. */ @import "../base/variables.pcss.css"; .divider { height: 1px; background-color: var(--color-divider); } |
| 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 |… |
Pagination
- Previous page
- Page 403
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.