Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| menu_ui.links.action.yml | file | core/ |
core/modules/menu_ui/menu_ui.links.action.yml |
| menu_ui.links.contextual.yml | file | core/ |
core/modules/menu_ui/menu_ui.links.contextual.yml |
| menu_ui.links.menu.yml | file | core/ |
core/modules/menu_ui/menu_ui.links.menu.yml |
| menu_ui.links.task.yml | file | core/ |
core/modules/menu_ui/menu_ui.links.task.yml |
| menu_ui.menu_operations.html.twig | file | core/ |
--- label: 'Creating a menu' related: - menu_ui.content_type_configuration - core.menus --- {% set structure_menu_text %}{% trans %}Menus{% endtrans %}{% endset %} {% set structure_menu_link =… |
| menu_ui.schema.yml | file | core/ |
core/modules/menu_ui/config/schema/menu_ui.schema.yml |
| menu_ui.settings.yml | file | core/ |
core/modules/menu_ui/config/install/menu_ui.settings.yml |
| menu_ui_block_view_system_menu_block_alter | function | core/ |
Implements hook_block_view_BASE_BLOCK_ID_alter() for 'system_menu_block'. |
| menu_ui_form_node_form_submit | function | core/ |
Form submission handler for menu item field on the node form. |
| 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. |
| menu_ui_preprocess_block | function | core/ |
Implements hook_preprocess_HOOK() for block templates. |
| menu_ui_system_breadcrumb_alter | function | core/ |
Implements hook_system_breadcrumb_alter(). |
| Merge::$defaultFields | property | core/ |
An array of fields which should be set to their database-defined defaults. |
| Merge::$expressionFields | property | core/ |
Array of fields to update to an expression in case of a duplicate record. |
| Merge::$insertFields | property | core/ |
An array of fields on which to insert. |
| Merge::$insertValues | property | core/ |
An array of values to be inserted. |
| Merge::$needsUpdate | property | core/ |
Flag indicating whether an UPDATE is necessary. |
| Merge::$updateFields | property | core/ |
An array of fields that will be updated. |
| Merge::expression | function | core/ |
Specifies fields to be updated as an expression. |
| Merge::fields | function | core/ |
Sets common field-value pairs in the INSERT and UPDATE query parts. |
| Merge::insertFields | function | core/ |
Adds a set of field->value pairs to be inserted. |
| Merge::keys | function | core/ |
Sets the key fields to be used as conditions for this query. |
| Merge::STATUS_INSERT | constant | core/ |
Returned by execute() if an INSERT query has been executed. |
| Merge::STATUS_UPDATE | constant | core/ |
Returned by execute() if an UPDATE query has been executed. |
| Merge::updateFields | function | core/ |
Adds a set of field->value pairs to be updated. |
| Merge::useDefaults | function | core/ |
Specifies fields for which the database-defaults should be used. |
| Merge::__construct | function | core/ |
Constructs a Merge object. |
| Merge::__construct | function | core/ |
|
| Merge::__construct | function | core/ |
|
| Merge::__construct | function | core/ |
|
| Merge::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
| 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::testLegacyThrowExceptionOption | function | core/ |
Tests deprecation of the 'throw_exception' option. |
| 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. |
| MergeTest::testMergeWithReservedWords | function | core/ |
Tests that we can merge-insert with reserved keywords. |
| Message | class | composer/ |
Determine configuration. |
| Message | class | core/ |
Defines the contact message entity. |
| Message.php | file | core/ |
|
| Message.php | file | composer/ |
|
| Message::$eventName | property | composer/ |
The name of the event. |
| Message::$messageText | property | composer/ |
The message to display. |
Pagination
- Previous page
- Page 819
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.