Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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 enable. |
| MenuUiLanguageTest::setUp | function | core/ |
|
| MenuUiLanguageTest::testMenuLanguage | function | core/ |
Tests menu language settings and the defaults for menu link items. |
| MenuUiNodeTest::testMenuNodeFormWidget | function | core/ |
Test creating, editing, deleting menu links via node form widget. |
| 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_menus | function | core/ |
Return an associative array of the custom menus names. |
| 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::testMergeUpdate | function | core/ |
Confirms that we can merge-update a record successfully. |
| MergeTest::testMergeUpdateExcept | function | core/ |
Confirms that we can merge-update a record successfully. |
| MergeTest::testMergeUpdateExplicit | function | core/ |
Confirms that we can merge-update a record, with alternate replacement. |
| MergeTest::testMergeUpdateExpression | function | core/ |
Confirms that we can merge-update a record successfully, with expressions. |
| MergeTest::testMergeUpdateWithoutUpdate | function | core/ |
Confirms that we can merge-update without any update fields. |
| Message::$messageText | property | composer/ |
The message to display. |
| Message::getContactForm | function | core/ |
Returns the form this contact message belongs to. |
| Message::getMessage | function | core/ |
Returns the message body. |
| Message::getMessageFromFile | function | composer/ |
Reads the message file as an array. |
| Message::getPersonalRecipient | function | core/ |
Returns the user this message is being sent to. |
| Message::getSenderMail | function | core/ |
Returns the email address of the sender. |
| Message::getSenderName | function | core/ |
Returns the name of the sender. |
| Message::getSubject | function | core/ |
Returns the message subject. |
| Message::getText | function | composer/ |
|
| MessageCommand::getAttachedAssets | function | core/ |
Gets the attached assets. |
Pagination
- Previous page
- Page 129
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.