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. Search main for to
  6. Other projects
Title Object type File name Summary
NavigationHooks::pageTop function core/modules/navigation/src/Hook/NavigationHooks.php Implements hook_page_top().
NavigationMenuBlockTest::convertBuiltMenuToIdTree function core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php Helper method to allow for easy menu link tree structure assertions.
NavigationMenuLinkTreeManipulators class core/modules/navigation/src/Menu/NavigationMenuLinkTreeManipulators.php Provides a menu link tree manipulator for the navigation menu block.
NavigationMenuLinkTreeManipulators.php file core/modules/navigation/src/Menu/NavigationMenuLinkTreeManipulators.php
NavigationMenuLinkTreeManipulators::addOverviewLink function core/modules/navigation/src/Menu/NavigationMenuLinkTreeManipulators.php Adds "overview" menu tree element as child of a menu tree element.
NavigationMenuLinkTreeManipulators::addSecondLevelOverviewLinks function core/modules/navigation/src/Menu/NavigationMenuLinkTreeManipulators.php Adds an "overview" child link to second level menu links with children.
NavigationMenuLinkTreeManipulators::isEnabledAndAccessible function core/modules/navigation/src/Menu/NavigationMenuLinkTreeManipulators.php Checks whether the menu link tree element is accessible and enabled.
NavigationMenuLinkTreeManipulators::shouldAddOverviewLink function core/modules/navigation/src/Menu/NavigationMenuLinkTreeManipulators.php Whether a menu tree element should have an overview link added to it.
NavigationMenuLinkTreeManipulators::__construct function core/modules/navigation/src/Menu/NavigationMenuLinkTreeManipulators.php
NavigationMenuLinkTreeManipulatorsTest class core/modules/navigation/tests/src/Unit/NavigationMenuLinkTreeManipulatorsTest.php Tests the navigation menu link tree manipulator.
NavigationMenuLinkTreeManipulatorsTest.php file core/modules/navigation/tests/src/Unit/NavigationMenuLinkTreeManipulatorsTest.php
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::doBuildTopBar function core/modules/navigation/src/NavigationRenderer.php Lazy builder to generate the top bar render array.
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.
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::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::isSupported function core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php Determines if layout builder is supported by a view mode.
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.
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().
NavigationThemeHooks::preprocessTopBar function core/modules/navigation/src/Hook/NavigationThemeHooks.php Prepares variables for navigation top bar template.
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.

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