Search for to
Title | Object type | File name | Summary |
---|---|---|---|
MockPathLocator | class | core/ |
Mock path locator: allows specifying paths instead of discovering paths. |
MockPathLocator.php | file | core/ |
|
MockPathLocator::$state | property | core/ |
The state service. |
MockPathLocator::getProjectRoot | function | core/ |
|
MockPathLocator::getStagingRoot | function | core/ |
|
MockPathLocator::getVendorDirectory | function | core/ |
|
MockPathLocator::getWebRoot | function | core/ |
|
MockPathLocator::setPaths | function | core/ |
Sets the paths to return. |
MockPathLocator::__construct | function | core/ |
Constructs a PathLocator object. |
ModuleTestOopPreprocessThemeHooks | class | core/ |
Hook implementations for module_test_oop_preprocess. |
ModuleTestOopPreprocessThemeHooks.php | file | core/ |
|
ModuleTestOopPreprocessThemeHooks::preprocessTest | function | core/ |
#[Hook('preprocess_test')] |
ModuleTestOopPreprocessThemeHooks::rootPreprocess | function | core/ |
#[Hook('preprocess')] |
module_autoload_test.services.yml | file | core/ |
core/modules/system/tests/modules/module_autoload_test/module_autoload_test.services.yml |
MultipleWidgetFormTest::$fieldStorageMultiple | property | core/ |
An array of values defining a field multiple. |
MultisiteValidator | class | core/ |
Checks that the current site is not part of a multisite. |
MultisiteValidator.php | file | core/ |
|
MultisiteValidator::isMultisite | function | core/ |
Detects if the current site is part of a multisite. |
MultisiteValidator::validate | function | core/ |
Validates that the current site is not part of a multisite. |
MultisiteValidator::__construct | function | core/ |
|
MultisiteValidatorTest | class | core/ |
@covers \Drupal\package_manager\Validator\MultisiteValidator[[api-linebreak]] @group package_manager @internal |
MultisiteValidatorTest.php | file | core/ |
|
MultisiteValidatorTest::providerMultisite | function | core/ |
Data provider for testMultisite(). |
MultisiteValidatorTest::testMultisite | function | core/ |
Tests that Package Manager flags an error if run in a multisite. |
MultisiteValidatorTest::testMultisiteDuringPreApply | function | core/ |
Tests that an error is flagged if run in a multisite during pre-apply. |
my-button.component.yml | file | core/ |
core/modules/system/tests/modules/sdc_test/components/my-button/my-button.component.yml |
my-button.component.yml | file | core/ |
core/modules/system/tests/modules/sdc_test_replacements/components/my-button/my-button.component.yml |
my-button.css | file | core/ |
button.component--my-button { margin: 0; box-shadow: 1px 1px 2px #000c; } button.component--my-button svg { width: 30px; height: 30px; padding-left: 5px; vertical-align: bottom; fill: white; } button.component--my-button:focus… |
my-button.css | file | core/ |
button.component--my-button { margin: 0; box-shadow: 1px 1px 2px #000c; } button.component--my-button svg { width: 30px; height: 30px; padding-left: 5px; vertical-align: bottom; fill: white; } button.component--my-button:focus… |
my-button.twig | file | core/ |
<button {{ attributes.addClass('button') }}> {{ text }} {{ iconType|default('power') }} </button> |
my-button.twig | file | core/ |
<button {{ attributes.addClass('button') }}> {{ text }} <span class="sdc-id">{{ attributes['data-component-id'] }}</span> </button> |
navigation-content-top.html.twig | file | core/ |
Default theme implementation to display the navigation content_top section. |
NavigationBlockUiTest::assertOffCanvasFormAfterWait | function | core/ |
Waits for the specified form and returns it when available and visible. |
NavigationContentTopTest | class | core/ |
Tests for navigation content_top section. |
NavigationContentTopTest.php | file | core/ |
|
NavigationContentTopTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
NavigationContentTopTest::$modules | property | core/ |
Modules to install. |
NavigationContentTopTest::setUp | function | core/ |
|
NavigationContentTopTest::testNavigationContentTop | function | core/ |
Tests behavior of content_top section hooks. |
NavigationHooks::pageTop | function | core/ |
Implements hook_page_top(). |
NavigationMenuBlockTest::convertBuiltMenuToIdTree | function | core/ |
Helper method to allow for easy menu link tree structure assertions. |
NavigationMenuLinkTreeManipulators | class | core/ |
Provides a menu link tree manipulator for the navigation menu block. |
NavigationMenuLinkTreeManipulators.php | file | core/ |
|
NavigationMenuLinkTreeManipulators::addOverviewLink | function | core/ |
Adds "overview" menu tree element as child of a menu tree element. |
NavigationMenuLinkTreeManipulators::addSecondLevelOverviewLinks | function | core/ |
Adds an "overview" child link to second level menu links with children. |
NavigationMenuLinkTreeManipulators::isEnabledAndAccessible | function | core/ |
Checks whether the menu link tree element is accessible and enabled. |
NavigationMenuLinkTreeManipulators::shouldAddOverviewLink | function | core/ |
Whether a menu tree element should have an overview link added to it. |
NavigationMenuLinkTreeManipulators::__construct | function | core/ |
|
NavigationMenuLinkTreeManipulatorsTest | class | core/ |
Tests the navigation menu link tree manipulator. |
NavigationMenuLinkTreeManipulatorsTest.php | file | core/ |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.