Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MenuTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
| MenuTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
| MenuTranslation::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| MenuTreeStorage::getAllChildIds | function | core/ |
Loads all the IDs for menu links that are below the given ID. |
| MenuTreeStorage::getExpanded | function | core/ |
Finds expanded links in a menu given a set of possible parents. |
| MenuTreeStorage::getMenuNames | function | core/ |
Returns the used menu names in the tree storage. |
| MenuTreeStorage::getRootPathIds | function | core/ |
Returns all the IDs that represent the path to the root of the tree. |
| MenuTreeStorage::getSubtreeHeight | function | core/ |
Finds the height of a subtree rooted by the given ID. |
| MenuTreeStorageInterface::getAllChildIds | function | core/ |
Loads all the IDs for menu links that are below the given ID. |
| MenuTreeStorageInterface::getExpanded | function | core/ |
Finds expanded links in a menu given a set of possible parents. |
| MenuTreeStorageInterface::getMenuNames | function | core/ |
Returns the used menu names in the tree storage. |
| MenuTreeStorageInterface::getRootPathIds | function | core/ |
Returns all the IDs that represent the path to the root of the tree. |
| MenuTreeStorageInterface::getSubtreeHeight | function | core/ |
Finds the height of a subtree rooted by the given ID. |
| MenuTreeStorageTest | class | core/ |
Tests the menu tree storage. |
| MenuTreeStorageTest.php | file | core/ |
|
| MenuTreeStorageTest::$connection | property | core/ |
The database connection. |
| MenuTreeStorageTest::$treeStorage | property | core/ |
The tested tree storage. |
| MenuTreeStorageTest::addMenuLink | function | core/ |
Adds a link with the given ID and supply defaults. |
| MenuTreeStorageTest::assertMenuLink | function | core/ |
Tests that a link's stored representation matches the expected values. |
| MenuTreeStorageTest::doTestEmptyStorage | function | core/ |
Ensures that there are no menu links by default. |
| MenuTreeStorageTest::doTestTable | function | core/ |
Ensures that table gets created on the fly. |
| MenuTreeStorageTest::moveMenuLink | function | core/ |
Moves the link with the given ID so it's under a new parent. |
| MenuTreeStorageTest::setUp | function | core/ |
|
| MenuTreeStorageTest::testBasicMethods | function | core/ |
Tests the tree storage when no tree was built yet. |
| MenuTreeStorageTest::testLoadByProperties | function | core/ |
Tests MenuTreeStorage::loadByProperties(). |
| MenuTreeStorageTest::testLoadTree | function | core/ |
Tests the loadTreeData method. |
| MenuTreeStorageTest::testMenuDisabledChildLinks | function | core/ |
Tests with disabled child links. |
| MenuTreeStorageTest::testMenuLinkMoving | function | core/ |
Tests the tree with moving links inside the hierarchy. |
| MenuTreeStorageTest::testMenuRebuild | function | core/ |
Ensure hierarchy persists after a menu rebuild. |
| MenuTreeStorageTest::testSimpleHierarchy | function | core/ |
Tests with a simple linear hierarchy. |
| MenuTreeStorageTest::testSubtreeHeight | function | core/ |
Tests finding the subtree height with content menu links. |
| MenuUiContentTranslationTest::getContentEntityByTitle | function | core/ |
Gets a content entity object by title. |
| MenuUiHooks::getMenuLinkContentAccess | function | core/ |
Check if user is allowed to use the menu link subform. |
| MenuUiLanguageTest | class | core/ |
Tests for menu_ui language settings. |
| MenuUiLanguageTest.php | file | core/ |
|
| MenuUiLanguageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MenuUiLanguageTest::$modules | property | core/ |
Modules to install. |
| MenuUiLanguageTest::setUp | function | core/ |
|
| MenuUiLanguageTest::testMenuLanguage | function | core/ |
Tests menu language settings and the defaults for menu link items. |
| MenuUiNodeTest::testMenuNodeFormWidget | function | core/ |
Tests creating, editing, deleting menu links via node form widget. |
| MenuUiNodeTest::testMenuNodeWithGrantsFormWidget | function | core/ |
Tests creating menu links via node form widget for nodes with grants. |
| MenuUiNodeTest::testMultilingualMenuNodeFormWidget | function | core/ |
Testing correct loading and saving of menu links via node form widget in a multilingual environment. |
| MenuUiTest::getStandardMenuLink | function | core/ |
Returns standard menu link. |
| menu_ui_get_menu_link_defaults | function | core/ |
Returns the definition for a menu link for the given node. |
| MergeTest | class | core/ |
Tests the MERGE query builder. |
| MergeTest.php | file | core/ |
|
| MergeTest::testInvalidMerge | function | core/ |
Tests that an invalid merge query throws an exception. |
| MergeTest::testMergeInsert | function | core/ |
Confirms that we can merge-insert a record successfully. |
| MergeTest::testMergeInsertWithoutUpdate | function | core/ |
Tests that we can merge-insert without any update fields. |
| MergeTest::testMergeToString | function | core/ |
Tests merge to string. |
Pagination
- Previous page
- Page 141
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.