Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
my-button.component.yml file core/modules/system/tests/modules/sdc_test_replacements/components/my-button/my-button.component.yml core/modules/system/tests/modules/sdc_test_replacements/components/my-button/my-button.component.yml
my-button.component.yml file core/modules/system/tests/modules/sdc_test/components/my-button/my-button.component.yml core/modules/system/tests/modules/sdc_test/components/my-button/my-button.component.yml
my-button.css file core/modules/system/tests/modules/sdc_test/components/my-button/my-button.css 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/modules/system/tests/modules/sdc_test_replacements/components/my-button/my-button.css 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/modules/system/tests/modules/sdc_test/components/my-button/my-button.twig <button {{ attributes.addClass('button') }}>
{{ text }}
{{ iconType|default('power') }}
</button>
my-button.twig file core/modules/system/tests/modules/sdc_test_replacements/components/my-button/my-button.twig <button {{ attributes.addClass('button') }}>
{{ text }}
<span class="sdc-id">{{ attributes['data-component-id'] }}</span>
</button>
nav-button-mobile.css file core/themes/olivero/css/components/navigation/nav-button-mobile.css Nav Button Mobile.
nav-button-mobile.pcss.css file core/themes/olivero/css/components/navigation/nav-button-mobile.pcss.css Nav Button Mobile.
nav-primary-button.css file core/themes/olivero/css/components/navigation/nav-primary-button.css Button that expands second level nav when clicked.
nav-primary-button.pcss.css file core/themes/olivero/css/components/navigation/nav-primary-button.pcss.css Button that expands second level nav when clicked.
NavigationBlockUiTest::assertOffCanvasFormAfterWait function core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php Waits for the specified form and returns it when available and visible.
NavigationMenuBlockTest::convertBuiltMenuToIdTree function core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php Helper method to allow for easy menu link tree structure assertions.
NavigationMenuMarkupTest::testToolbarButtonAttributes function core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php Tests the generated HTML markup.
NavigationRenderer::buildTopBar function core/modules/navigation/src/NavigationRenderer.php Build the top bar for content entity pages.
NavigationRenderer::LOGO_PROVIDER_CUSTOM constant core/modules/navigation/src/NavigationRenderer.php Use the custom provided logo in the navigation.
NavigationRenderer::removeToolbar function core/modules/navigation/src/NavigationRenderer.php Remove the toolbar provided by Toolbar module.
NavigationSectionStorage class core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Provides navigation section storage.
NavigationSectionStorage.php file core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php
NavigationSectionStorage::$configFactory property core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php The config factory.
NavigationSectionStorage::$sections property core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php An array of sections.
NavigationSectionStorage::access function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Overrides \Drupal\Core\Access\AccessibleInterface::access().
NavigationSectionStorage::buildLocalTasks function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Provides the local tasks dynamically for Layout Builder plugins.
NavigationSectionStorage::buildRoutes function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Provides the routes needed for Layout Builder UI.
NavigationSectionStorage::create function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Creates an instance of the plugin.
NavigationSectionStorage::deriveContextsFromRoute function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Derives the available plugin contexts from route values.
NavigationSectionStorage::getConfigName function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Returns the name to be used to store in the config system.
NavigationSectionStorage::getContextMapping function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets a mapping of the expected assignment names to their context names.
NavigationSectionStorage::getContextsDuringPreview function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets contexts for use during preview.
NavigationSectionStorage::getLayoutBuilderUrl function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets the URL used to display the Layout Builder UI.
NavigationSectionStorage::getRedirectUrl function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
NavigationSectionStorage::getSections function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets the layout sections.
NavigationSectionStorage::getStorageId function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Returns an identifier for this storage.
NavigationSectionStorage::getStorageType function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Returns the type of this storage.
NavigationSectionStorage::isApplicable function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Determines if this section storage is applicable for the current contexts.
NavigationSectionStorage::label function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Gets the label for the object using the sections.
NavigationSectionStorage::save function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Saves the sections.
NavigationSectionStorage::setSections function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Stores the information for all sections.
NavigationSectionStorage::STORAGE_ID constant core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php
NavigationSectionStorage::__construct function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Constructs a \Drupal\Component\Plugin\PluginBase object.
NavigationTopBarTest class core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php Tests the top bar functionality.
NavigationTopBarTest.php file core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php
NavigationTopBarTest::$adminUser property core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php An admin user to configure the test environment.
NavigationTopBarTest::$defaultTheme property core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php The theme to install as the default for testing.
NavigationTopBarTest::$modules property core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php Modules to install.
NavigationTopBarTest::$node property core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php Node used to check top bar options.
NavigationTopBarTest::setUp function core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php
NavigationTopBarTest::testTopBarVisibility function core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php Tests the top bar visibility.
navigation_page_top function core/modules/navigation/navigation.module Implements hook_page_top().
navigation_top_bar.info.yml file core/modules/navigation/modules/navigation_top_bar/navigation_top_bar.info.yml core/modules/navigation/modules/navigation_top_bar/navigation_top_bar.info.yml
navigation_top_bar.module file core/modules/navigation/modules/navigation_top_bar/navigation_top_bar.module

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