Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MemoryStorage::has | function | core/ |
Returns whether a given key exists in the store. |
| MemoryStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| MemoryStorage::read | function | core/ |
Reads configuration data from the storage. |
| MemoryStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| MemoryStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| MemoryStorage::rename | function | core/ |
Renames a key. |
| MemoryStorage::set | function | core/ |
Saves a value for a given key. |
| MemoryStorage::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
| MemoryStorage::setMultiple | function | core/ |
Saves key/value pairs. |
| MemoryStorage::write | function | core/ |
Writes configuration data to the storage. |
| MemoryStorage::__construct | function | core/ |
Constructs a new MemoryStorage. |
| MemoryStorageTest | class | core/ |
Tests MemoryStorage operations. |
| MemoryStorageTest | class | core/ |
Tests the key-value memory storage. |
| MemoryStorageTest.php | file | core/ |
|
| MemoryStorageTest.php | file | core/ |
|
| MemoryStorageTest::delete | function | core/ |
Deletes configuration data from the storage. |
| MemoryStorageTest::insert | function | core/ |
Inserts configuration data in the storage. |
| MemoryStorageTest::read | function | core/ |
Reads configuration data from the storage. |
| MemoryStorageTest::register | function | core/ |
Registers test-specific services. |
| MemoryStorageTest::setUp | function | core/ |
|
| MemoryStorageTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
| MemoryStorageTest::update | function | core/ |
Updates configuration data in the storage. |
| menu--toolbar.html.twig | file | core/ |
Default theme implementation to display a toolbar menu. |
| menu--toolbar.html.twig | file | core/ |
Theme override to display a toolbar menu. |
| menu--toolbar.html.twig | file | core/ |
Theme override to display a toolbar menu. |
| menu--toolbar.html.twig | file | core/ |
Theme override to display a toolbar menu. |
| menu-region--bottom.html.twig | file | core/ |
{% 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/ |
{% 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.default_tree_manipulators | service | core/ |
Drupal\Core\Menu\DefaultMenuLinkTreeManipulators |
| menu.parent_form_selector | service | core/ |
Drupal\Core\Menu\MenuParentFormSelector |
| menu.tree_storage | service | core/ |
Drupal\Core\Menu\MenuTreeStorage |
| MenuBlockTest::testOperationLinks | function | core/ |
Tests the editing links for SystemMenuBlock. |
| MenuController::$menuParentSelector | property | core/ |
The menu parent form service. |
| MenuController::getParentOptions | function | core/ |
Gets all the available menus and menu items as a JavaScript array. |
| MenuForm::$linkGenerator | property | core/ |
The link generator. |
| MenuForm::$menuLinkContentStorage | property | core/ |
The menu_link_content storage handler. |
| MenuForm::submitOverviewForm | function | core/ |
Submit handler for the menu overview form. |
| MenuLinkBase::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
| MenuLinkBase::getOptions | function | core/ |
Returns the options for this link. |
| MenuLinkContent::$entityIdsToLoad | property | core/ |
Entities IDs to load. |
| MenuLinkContent::$entityRepository | property | core/ |
The entity repository. |
| MenuLinkContent::getOperations | function | core/ |
Provides an array of information to build a list of operation links. |
| MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing | function | core/ |
Tests bubbleable metadata of menu links' outbound route/path processing. |
| MenuLinkContentFormTest::testMenuLinkContentFormLinkToAnyPage | function | core/ |
Tests the 'link to any page' permission for a restricted page. |
| MenuLinkContentFormTest::testMenuLinkContentOperationsLink | function | core/ |
Tests the operations links alter related functional for menu_link_content. |
| MenuLinkContentStorage | class | core/ |
Storage handler for menu_link_content entities. |
| MenuLinkContentStorage.php | file | core/ |
|
| MenuLinkContentStorage::getMenuLinkIdsWithPendingRevisions | function | core/ |
Gets a list of menu link IDs with pending revisions. |
| MenuLinkContentStorageInterface | interface | core/ |
Defines an interface for menu_link_content entity storage classes. |
| MenuLinkContentStorageInterface.php | file | core/ |
Pagination
- Previous page
- Page 165
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.