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 10.3.x for to
  5. Other projects
Title Object type File name Summary
NavigationMenuLinkTreeManipulatorsTest::mockTree function core/modules/navigation/tests/src/Unit/NavigationMenuLinkTreeManipulatorsTest.php Creates a mock tree.
NavigationMenuLinkTreeManipulatorsTest::testAddSecondLevelOverviewLinks function core/modules/navigation/tests/src/Unit/NavigationMenuLinkTreeManipulatorsTest.php Tests the addSecondLevelOverviewLinks() tree manipulator.
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::getContentTop function core/modules/navigation/src/NavigationRenderer.php Gets the content for content_top section.
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
NavigationTestHooks::navigationContentTop function core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestHooks.php Implements hook_navigation_content_top().
NavigationTestHooks::navigationContentTopAlter function core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestHooks.php Implements hook_navigation_content_top_alter().
NavigationTopBarContentModerationTest class core/modules/navigation/tests/src/Functional/NavigationTopBarContentModerationTest.php Tests the top bar behavior along with content moderation.
NavigationTopBarContentModerationTest.php file core/modules/navigation/tests/src/Functional/NavigationTopBarContentModerationTest.php
NavigationTopBarContentModerationTest::$defaultTheme property core/modules/navigation/tests/src/Functional/NavigationTopBarContentModerationTest.php The theme to install as the default for testing.
NavigationTopBarContentModerationTest::$modules property core/modules/navigation/tests/src/Functional/NavigationTopBarContentModerationTest.php Modules to install.
NavigationTopBarContentModerationTest::$node property core/modules/navigation/tests/src/Functional/NavigationTopBarContentModerationTest.php Node used to check top bar options.
NavigationTopBarContentModerationTest::setUp function core/modules/navigation/tests/src/Functional/NavigationTopBarContentModerationTest.php Sets the test up.
NavigationTopBarContentModerationTest::testContentModerationPageActions function core/modules/navigation/tests/src/Functional/NavigationTopBarContentModerationTest.php Tests the interaction of page actions and content moderation.
NavigationTopBarPageContextTest class core/modules/navigation/tests/src/Functional/NavigationTopBarPageContextTest.php Tests the PageContext top bar item functionality.
NavigationTopBarPageContextTest.php file core/modules/navigation/tests/src/Functional/NavigationTopBarPageContextTest.php
NavigationTopBarPageContextTest::$adminUser property core/modules/navigation/tests/src/Functional/NavigationTopBarPageContextTest.php An admin user to configure the test environment.
NavigationTopBarPageContextTest::$defaultTheme property core/modules/navigation/tests/src/Functional/NavigationTopBarPageContextTest.php The theme to install as the default for testing.
NavigationTopBarPageContextTest::$modules property core/modules/navigation/tests/src/Functional/NavigationTopBarPageContextTest.php Modules to install.
NavigationTopBarPageContextTest::setUp function core/modules/navigation/tests/src/Functional/NavigationTopBarPageContextTest.php
NavigationTopBarPageContextTest::testPageContextTopBarItemNode function core/modules/navigation/tests/src/Functional/NavigationTopBarPageContextTest.php Tests the PageContext top bar item output for a published node.
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.

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