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 main for all
  6. Other projects
Title Object type File name Summary
DistributionProfileTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php The theme to install as the default for testing.
DistributionProfileTest::$info property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php The distribution profile info.
DistributionProfileTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php Prepares the current environment for running the test.
DistributionProfileTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php Installer step: Select language.
DistributionProfileTest::setUpProfile function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php Installer step: Select installation profile.
DistributionProfileTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php Confirms that the installation succeeded.
DistributionProfileTranslationQueryTest class core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Tests distribution profile support with a 'langcode' query string.
DistributionProfileTranslationQueryTest.php file core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php
DistributionProfileTranslationQueryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php The theme to install as the default for testing.
DistributionProfileTranslationQueryTest::$info property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php The distribution profile info.
DistributionProfileTranslationQueryTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php The language code in which to install Drupal.
DistributionProfileTranslationQueryTest::getPo function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Returns the string for the test .po file.
DistributionProfileTranslationQueryTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Prepares the current environment for running the test.
DistributionProfileTranslationQueryTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php Installer step: Select language.
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(--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/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(--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

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