Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| MemoryStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| MemoryStorage::get | function | core/ |
Returns the stored value for a given key. |
| MemoryStorage::getAll | function | core/ |
Returns all stored key/value pairs in the collection. |
| MemoryStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| MemoryStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| MemoryStorage::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
| 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/ |
|
| MemoryStorageTest::insert | function | core/ |
|
| MemoryStorageTest::read | function | core/ |
|
| MemoryStorageTest::register | function | core/ |
Registers test-specific services. |
| MemoryStorageTest::setUp | function | core/ |
|
| MemoryStorageTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
| MemoryStorageTest::update | function | core/ |
|
| 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.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 |
| 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. |
| MenuLinkAdd::getOptions | function | core/ |
Returns options for rendering a link for the local action. |
| 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. |
| MenuLinkContentCacheabilityBubblingTest::testOutboundPathAndRouteProcessing | function | core/ |
Tests bubbleable metadata of menu links' outbound route/path processing. |
| MenuLinkContentForm::$menuParentSelector | property | core/ |
The parent form selector service. |
| MenuLinkContentForm::$pathValidator | property | core/ |
The path validator. |
| MenuLinkContentFormTest::testMenuLinkContentFormLinkToAnyPage | function | core/ |
Tests the 'link to any page' permission for a restricted page. |
| MenuLinkContentStorage | class | core/ |
Storage handler for menu_link_content entities. |
| MenuLinkContentStorage.php | file | core/ |
Pagination
- Previous page
- Page 157
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.