Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DisplayVariantTest::testGetWeightDefault | function | core/ |
Tests the getWeight() method using a default value. |
| DisplayVariantTest::testLabel | function | core/ |
Tests the label() method. |
| DisplayVariantTest::testLabelDefault | function | core/ |
Tests the label() method using a default value. |
| DisplayVariantTest::testPageDisplayVariantSelectionEvent | function | core/ |
Tests selecting the variant and passing configuration. |
| DisplayVariantTest::testSubmitConfigurationForm | function | core/ |
Tests the submitConfigurationForm() method. |
| display_variant_test.info.yml | file | core/ |
core/modules/system/tests/modules/display_variant_test/display_variant_test.info.yml |
| display_variant_test.page_display_variant_subscriber | service | core/ |
Drupal\display_variant_test\EventSubscriber\TestPageDisplayVariantSubscriber |
| display_variant_test.services.yml | file | core/ |
core/modules/system/tests/modules/display_variant_test/display_variant_test.services.yml |
| DistributionProfileExistingSettingsTest | class | core/ |
Tests distribution profile support with existing settings. |
| DistributionProfileExistingSettingsTest.php | file | core/ |
|
| DistributionProfileExistingSettingsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DistributionProfileExistingSettingsTest::$info | property | core/ |
The distribution profile info. |
| DistributionProfileExistingSettingsTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| DistributionProfileExistingSettingsTest::setUpLanguage | function | core/ |
Installer step: Select language. |
| DistributionProfileExistingSettingsTest::setUpProfile | function | core/ |
Installer step: Select installation profile. |
| DistributionProfileExistingSettingsTest::setUpSettings | function | core/ |
Installer step: Configure settings. |
| DistributionProfileExistingSettingsTest::testInstalled | function | core/ |
Confirms that the installation succeeded. |
| 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); } |
Pagination
- Previous page
- Page 333
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.