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 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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.
NavigationServiceProvider class core/modules/navigation/src/NavigationServiceProvider.php Defines a service provider for the Navigation module.
NavigationServiceProvider.php file core/modules/navigation/src/NavigationServiceProvider.php
NavigationServiceProvider::register function core/modules/navigation/src/NavigationServiceProvider.php Registers services to the container.
NavigationShortcutsBlock class core/modules/navigation/src/Plugin/Block/NavigationShortcutsBlock.php Defines a shortcuts navigation block class.
NavigationShortcutsBlock.php file core/modules/navigation/src/Plugin/Block/NavigationShortcutsBlock.php
NavigationShortcutsBlock::blockAccess function core/modules/navigation/src/Plugin/Block/NavigationShortcutsBlock.php Indicates whether the block should be shown.
NavigationShortcutsBlock::build function core/modules/navigation/src/Plugin/Block/NavigationShortcutsBlock.php Builds and returns the renderable array for this block plugin.
NavigationShortcutsBlock::__construct function core/modules/navigation/src/Plugin/Block/NavigationShortcutsBlock.php Constructs a new ShortcutsNavigationBlock.
NavigationShortcutsBlockTest class core/modules/navigation/tests/src/Functional/NavigationShortcutsBlockTest.php Tests for \Drupal\navigation\Plugin\Block\NavigationShortcutsBlock.
NavigationShortcutsBlockTest class core/modules/shortcut/tests/src/Functional/NavigationShortcutsBlockTest.php Tests for \Drupal\navigation\Plugin\Block\NavigationShortcutsBlock.
NavigationShortcutsBlockTest.php file core/modules/shortcut/tests/src/Functional/NavigationShortcutsBlockTest.php
NavigationShortcutsBlockTest.php file core/modules/navigation/tests/src/Functional/NavigationShortcutsBlockTest.php
NavigationShortcutsBlockTest::$defaultTheme property core/modules/navigation/tests/src/Functional/NavigationShortcutsBlockTest.php The theme to install as the default for testing.
NavigationShortcutsBlockTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/NavigationShortcutsBlockTest.php The theme to install as the default for testing.
NavigationShortcutsBlockTest::$modules property core/modules/shortcut/tests/src/Functional/NavigationShortcutsBlockTest.php Modules to install.
NavigationShortcutsBlockTest::$modules property core/modules/navigation/tests/src/Functional/NavigationShortcutsBlockTest.php Modules to install.
NavigationShortcutsBlockTest::testNavigationBlock function core/modules/navigation/tests/src/Functional/NavigationShortcutsBlockTest.php Tests visibility and cacheability of shortcuts in the navigation bar.
NavigationShortcutsBlockTest::testNavigationBlock function core/modules/shortcut/tests/src/Functional/NavigationShortcutsBlockTest.php Tests visibility and cacheability of shortcuts in the navigation bar.
NavigationTestBlock class core/modules/navigation/tests/navigation_test_block/src/Plugin/Block/NavigationTestBlock.php Defines a dummy navigation block for testing purposes.
NavigationTestBlock.php file core/modules/navigation/tests/navigation_test_block/src/Plugin/Block/NavigationTestBlock.php
NavigationTestBlock::build function core/modules/navigation/tests/navigation_test_block/src/Plugin/Block/NavigationTestBlock.php Builds and returns the renderable array for this block plugin.
NavigationTestBlockHooks class core/modules/navigation/tests/navigation_test_block/src/Hook/NavigationTestBlockHooks.php Hooks implementations for navigation_test_block module.
NavigationTestBlockHooks.php file core/modules/navigation/tests/navigation_test_block/src/Hook/NavigationTestBlockHooks.php
NavigationTestBlockHooks::blockAlter function core/modules/navigation/tests/navigation_test_block/src/Hook/NavigationTestBlockHooks.php Implements hook_block_alter().
NavigationTestBlockHooks::navigationDefaults function core/modules/navigation/tests/navigation_test_block/src/Hook/NavigationTestBlockHooks.php Implements hook_navigation_defaults().
NavigationTestHooks class core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestHooks.php Hooks implementations for navigation_test module.
NavigationTestHooks.php file core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestHooks.php
NavigationTestHooks::blockAlter function core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestHooks.php Implements hook_block_alter().
NavigationTestHooks::menuLinksDiscoveredAlter function core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestHooks.php Implements hook_menu_links_discovered_alter().

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