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. Other projects
Title Object type File name Summary
DistributionProfileTranslationQueryTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Installer step: Select installation profile.
DistributionProfileTranslationQueryTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Installer step: Configure settings.
DistributionProfileTranslationQueryTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Confirms that the installation succeeded.
DistributionProfileTranslationQueryTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Visits the interactive installer.
DistributionProfileTranslationTest class core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php Tests distribution profile support.
DistributionProfileTranslationTest.php file core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php
DistributionProfileTranslationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php The theme to install as the default for testing.
DistributionProfileTranslationTest::$info property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php The distribution profile info.
DistributionProfileTranslationTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php The language code in which to install Drupal.
DistributionProfileTranslationTest::getPo function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php Returns the string for the test .po file.
DistributionProfileTranslationTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php Prepares the current environment for running the test.
DistributionProfileTranslationTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php Installer step: Select language.
DistributionProfileTranslationTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php Installer step: Select installation profile.
DistributionProfileTranslationTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php Installer step: Configure settings.
DistributionProfileTranslationTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php Confirms that the installation succeeded.
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(--gin-border-color);
}
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/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.pcss.css file core/themes/claro/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/default_admin/css/components/divider.pcss.css /**
* Divider.
*/

.divider {
height: 1px;
background-color: var(--gin-border-color);
}
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.

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