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
MemoryStorage::getAll function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Returns all stored key/value pairs in the collection.
MemoryStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/MemoryStorage.php Gets the existing collections.
MemoryStorage::getCollectionName function core/lib/Drupal/Core/Config/MemoryStorage.php Gets the name of the current collection the storage is using.
MemoryStorage::getMultiple function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Returns the stored key/value pairs for a given set of keys.
MemoryStorage::has function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Returns whether a given key exists in the store.
MemoryStorage::listAll function core/lib/Drupal/Core/Config/MemoryStorage.php Gets configuration object names starting with a given prefix.
MemoryStorage::read function core/lib/Drupal/Core/Config/MemoryStorage.php Reads configuration data from the storage.
MemoryStorage::readMultiple function core/lib/Drupal/Core/Config/MemoryStorage.php Reads configuration data from the storage.
MemoryStorage::rename function core/lib/Drupal/Core/Config/MemoryStorage.php Renames a configuration object in the storage.
MemoryStorage::rename function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Renames a key.
MemoryStorage::set function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Saves a value for a given key.
MemoryStorage::setIfNotExists function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Saves a value for a given key if it does not exist yet.
MemoryStorage::setMultiple function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Saves key/value pairs.
MemoryStorage::write function core/lib/Drupal/Core/Config/MemoryStorage.php Writes configuration data to the storage.
MemoryStorage::__construct function core/lib/Drupal/Core/Config/MemoryStorage.php Constructs a new MemoryStorage.
MemoryStorageTest class core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php Tests the key-value memory storage.
MemoryStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Tests MemoryStorage operations.
MemoryStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MemoryStorageTest.php file core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php
MemoryStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Deletes configuration data from the storage.
MemoryStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Inserts configuration data in the storage.
MemoryStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Reads configuration data from the storage.
MemoryStorageTest::register function core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php Registers test-specific services.
MemoryStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MemoryStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Tests an invalid storage.
MemoryStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Updates configuration data in the storage.
menu--toolbar.html.twig file core/modules/toolbar/templates/menu--toolbar.html.twig Default theme implementation to display a toolbar menu.
menu--toolbar.html.twig file core/themes/stable9/templates/navigation/menu--toolbar.html.twig Theme override to display a toolbar menu.
menu--toolbar.html.twig file core/themes/claro/templates/navigation/menu--toolbar.html.twig Theme override to display a toolbar menu.
menu--toolbar.html.twig file core/themes/admin/templates/navigation/menu--toolbar.html.twig Theme override to display a toolbar menu.
menu--toolbar.html.twig file core/themes/default_admin/templates/navigation/menu--toolbar.html.twig Theme override to display a toolbar menu.
menu-region--bottom.html.twig file core/themes/admin/templates/navigation/menu-region--bottom.html.twig {% set item_id = 'item-' ~ title|clean_class %}

<div class="admin-toolbar__item toolbar-block">
<ul class="toolbar-menu">
{% if help_enabled %}
<li class="toolbar-menu__item…
menu-region--bottom.html.twig file core/themes/default_admin/templates/navigation/menu-region--bottom.html.twig {% set item_id = 'item-' ~ title|clean_class %}

<div class="admin-toolbar__item toolbar-block">
<ul class="toolbar-menu">
{% if help_enabled %}
<li class="toolbar-menu__item…
menu-region--top.html.twig file core/themes/admin/templates/navigation/menu-region--top.html.twig {% set menu_id = 'menu-top-menus' %}
{% set item_id = 'item-' ~ class|clean_class %}

<div class="admin-toolbar__item toolbar-block menu--shortcuts">
<h2 id="{{ menu_id }}"…
menu-region--top.html.twig file core/themes/default_admin/templates/navigation/menu-region--top.html.twig {% set menu_id = 'menu-top-menus' %}
{% set item_id = 'item-' ~ class|clean_class %}

<div class="admin-toolbar__item toolbar-block">
<h2 id="{{ menu_id }}" class="toolbar-block__title…
menu.default_tree_manipulators service core/core.services.yml Drupal\Core\Menu\DefaultMenuLinkTreeManipulators
menu.parent_form_selector service core/core.services.yml Drupal\Core\Menu\MenuParentFormSelector
menu.tree_storage service core/core.services.yml Drupal\Core\Menu\MenuTreeStorage
MenuActiveTrailTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Menu/MenuActiveTrailTest.php The mocked cache tags invalidator.
MenuBlockTest::testOperationLinks function core/modules/menu_ui/tests/src/Kernel/MenuBlockTest.php Tests the editing links for SystemMenuBlock.
MenuController::$menuParentSelector property core/modules/menu_ui/src/Controller/MenuController.php The menu parent form service.
MenuController::getParentOptions function core/modules/menu_ui/src/Controller/MenuController.php Gets all the available menus and menu items as a JavaScript array.
MenuForm::$linkGenerator property core/modules/menu_ui/src/MenuForm.php The link generator.
MenuForm::$menuLinkContentStorage property core/modules/menu_ui/src/MenuForm.php The menu_link_content storage handler.
MenuForm::submitOverviewForm function core/modules/menu_ui/src/MenuForm.php Submit handler for the menu overview form.
MenuLinkBase::getOperations function core/lib/Drupal/Core/Menu/MenuLinkBase.php Provides an array of information to build a list of operation links.
MenuLinkBase::getOptions function core/lib/Drupal/Core/Menu/MenuLinkBase.php Returns the options for this link.
MenuLinkContent::$entityIdsToLoad property core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php Entities IDs to load.
MenuLinkContent::$entityRepository property core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php The entity repository.
MenuLinkContent::getOperations function core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php Provides an array of information to build a list of operation links.

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