Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
DistributionProfileTranslationTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
DistributionProfileTranslationTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
DistributionProfileTranslationTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
DistributionProfileTranslationTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
DistributionProfileTranslationTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php Confirms that the installation succeeded.
divider.css file core/themes/claro/css/components/divider.css /*
* 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/themes/admin/css/components/divider.css /*
* 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/themes/default_admin/css/components/divider.css /*
* 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/themes/default_admin/css/components/divider.pcss.css /**
* Divider.
*/

.divider {
height: 1px;
background-color: var(--color-divider);
}
divider.pcss.css file core/themes/admin/css/components/divider.pcss.css /**
* Divider.
*/

.divider {
height: 1px;
background-color: var(--color-divider);
}
divider.pcss.css file core/themes/claro/css/components/divider.pcss.css /**
* Divider.
*/

.divider {
height: 1px;
background-color: var(--color-divider);
}
DocLexer class core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php Simple lexer for docblock annotations.
DocLexer.php file core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php 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/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php @var array<string, self::T*>
DocLexer::$withCase property core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php @var array<string, self::T*>
DocLexer::getCatchablePatterns function core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::getNonCatchablePatterns function core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::getType function core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::nextTokenIsAdjacent function core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php Whether the next token starts immediately, or if there were
non-captured symbols before that
DocLexer::T_AT constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_CLOSE_CURLY_BRACES constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_CLOSE_PARENTHESIS constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_COLON constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_COMMA constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_EQUALS constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_FALSE constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_FLOAT constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_IDENTIFIER constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_INTEGER constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_MINUS constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_NAMESPACE_SEPARATOR constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_NONE constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_NULL constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_OPEN_CURLY_BRACES constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_OPEN_PARENTHESIS constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_STRING constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocLexer::T_TRUE constant core/lib/Drupal/Component/Annotation/Doctrine/DocLexer.php
DocParser class core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php A parser for docblock annotations.
DocParser.php file core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php 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/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Hash-map for caching annotation metadata.
DocParser::$classExists property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php This hashmap is used internally to cache results of class_exists()
look-ups.
DocParser::$classIdentifiers property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php An array of all valid tokens for a class name.
DocParser::$context property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php
DocParser::$ignoredAnnotationNames property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php A list with annotations that are not causing exceptions when not resolved to an annotation class.
DocParser::$ignoreNotImportedAnnotations property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Whether annotations that have not been imported should be ignored.
DocParser::$imports property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Hashmap containing all use-statements that are to be used when parsing
the given doc block.
DocParser::$isNestedAnnotation property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Flag to control if the current annotation is nested or not.
DocParser::$lexer property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php The lexer.
DocParser::$metadataParser property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Doc parser used to collect annotation target.
DocParser::$namespaces property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php An array of default namespaces if operating in simple mode.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.