Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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> |
| nav-button-mobile.css | file | core/ |
Nav Button Mobile. |
| nav-button-mobile.pcss.css | file | core/ |
Nav Button Mobile. |
| nav-primary-button.css | file | core/ |
Button that expands second level nav when clicked. |
| nav-primary-button.pcss.css | file | core/ |
Button that expands second level nav when clicked. |
| navigation-content-top.html.twig | file | core/ |
Default theme implementation to display the navigation content_top section. |
| 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. |
| 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/ |
|
| NavigationMenuLinkTreeManipulatorsTest::mockTree | function | core/ |
Creates a mock tree. |
| NavigationMenuLinkTreeManipulatorsTest::testAddSecondLevelOverviewLinks | function | core/ |
Tests the addSecondLevelOverviewLinks() tree manipulator. |
| NavigationMenuMarkupTest::testToolbarButtonAttributes | function | core/ |
Tests the generated HTML markup. |
| NavigationRenderer::buildTopBar | function | core/ |
Build the top bar for content entity pages. |
| NavigationRenderer::doBuildTopBar | function | core/ |
Lazy builder to generate the top bar render array. |
| NavigationRenderer::getContentTop | function | core/ |
Gets the content for content_top section. |
| NavigationRenderer::LOGO_PROVIDER_CUSTOM | constant | core/ |
Use the custom provided logo in the navigation. |
| NavigationRenderer::removeToolbar | function | core/ |
Remove the toolbar provided by Toolbar module. |
| NavigationSectionStorage | class | core/ |
Provides navigation section storage. |
| NavigationSectionStorage.php | file | core/ |
|
| NavigationSectionStorage::$configFactory | property | core/ |
The config factory. |
| NavigationSectionStorage::$sections | property | core/ |
An array of sections. |
| NavigationSectionStorage::access | function | core/ |
Overrides \Drupal\Core\Access\AccessibleInterface::access(). |
| NavigationSectionStorage::buildLocalTasks | function | core/ |
Provides the local tasks dynamically for Layout Builder plugins. |
| NavigationSectionStorage::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
| NavigationSectionStorage::deriveContextsFromRoute | function | core/ |
Derives the available plugin contexts from route values. |
| NavigationSectionStorage::getConfigName | function | core/ |
Returns the name to be used to store in the config system. |
| NavigationSectionStorage::getContextMapping | function | core/ |
Gets a mapping of the expected assignment names to their context names. |
Pagination
- Previous page
- Page 174
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.