Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
NavigationMenuBlockTest::$linkTree property core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php The menu link tree service.
NavigationMenuBlockTest::$menu property core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php The menu for testing.
NavigationMenuBlockTest::$menuLinkManager property core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php The menu link plugin manager service.
NavigationMenuBlockTest::$modules property core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php Modules to install.
NavigationMenuBlockTest::$navigationBlock property core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php The navigation block under test.
NavigationMenuBlockTest::convertBuiltMenuToIdTree function core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php Helper method to allow for easy menu link tree structure assertions.
NavigationMenuBlockTest::setUp function core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php
NavigationMenuBlockTest::testConfigLevelDepth function core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php Tests the config start level and depth.
NavigationMenuBlockTest::testHtmlMarkup function core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php Tests the generated HTML markup.
NavigationMenuBlockTest::testSystemMenuBlockConfigDependencies function core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php Tests calculation of a system navigation menu block's config dependencies.
NavigationMenuMarkupTest class core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php Tests \Drupal\navigation\Plugin\Block\NavigationMenuBlock.
NavigationMenuMarkupTest.php file core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php
NavigationMenuMarkupTest::$blockManager property core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php The block manager service.
NavigationMenuMarkupTest::$linkTree property core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php The menu link tree service.
NavigationMenuMarkupTest::$menu property core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php The menu for testing.
NavigationMenuMarkupTest::$menuLinkManager property core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php The menu link plugin manager service.
NavigationMenuMarkupTest::$modules property core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php Modules to install.
NavigationMenuMarkupTest::setUp function core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php
NavigationMenuMarkupTest::testToolbarButtonAttributes function core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php Tests the generated HTML markup.
NavigationRenderer::$contentEntityPaths property core/modules/navigation/src/NavigationRenderer.php A list of all the link paths of enabled content entities.
NavigationRenderer::$localTasks property core/modules/navigation/src/NavigationRenderer.php The navigation local tasks render array.
NavigationRenderer::getContentEntityPaths function core/modules/navigation/src/NavigationRenderer.php Returns the paths for the link templates of all content entities.
NavigationRenderer::getContentEntityTypePaths function core/modules/navigation/src/NavigationRenderer.php Returns the path for the link template for a given content entity type.
NavigationRenderer::getLocalTasks function core/modules/navigation/src/NavigationRenderer.php Local tasks list based on user access.
NavigationRenderer::hasLocalTasks function core/modules/navigation/src/NavigationRenderer.php Do we have local tasks that we want to show in the top bar?
NavigationRenderer::isLayoutBuilderEntityType function core/modules/navigation/src/NavigationRenderer.php Determines if a given entity type is layout builder relevant or not.
NavigationRenderer::LOGO_PROVIDER_CUSTOM constant core/modules/navigation/src/NavigationRenderer.php Use the custom provided logo in the navigation.
NavigationRenderer::meetsContentEntityRoutesCondition function core/modules/navigation/src/NavigationRenderer.php Determines if content entity route condition is met.
NavigationRenderer::removeLocalTasks function core/modules/navigation/src/NavigationRenderer.php Alter the build of any local_tasks_block plugin block.
NavigationRenderer::__construct function core/modules/navigation/src/NavigationRenderer.php Construct a new NavigationRenderer object.
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.

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