Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- 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.migrate_drupal.yml | file | core/ |
core/modules/menu_ui/migrations/state/menu_ui.migrate_drupal.yml |
| menu_ui.module | file | core/ |
Allows administrators to customize the site's navigation menus. |
| menu_ui.routing.yml | file | core/ |
core/modules/menu_ui/menu_ui.routing.yml |
| 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_entity_type_build | function | core/ |
Implements hook_entity_type_build(). |
| menu_ui_form_node_form_alter | function | core/ |
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm. |
| menu_ui_form_node_form_submit | function | core/ |
Form submission handler for menu item field on the node form. |
| menu_ui_form_node_type_form_alter | function | core/ |
Implements hook_form_FORM_ID_alter() for \Drupal\node\NodeTypeForm. |
| menu_ui_form_node_type_form_builder | function | core/ |
Entity builder for the node type form with menu options. |
| menu_ui_form_node_type_form_validate | function | core/ |
Validate handler for forms with menu options. |
| 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_help | function | core/ |
Implements hook_help(). |
| menu_ui_node_builder | function | core/ |
Entity form builder to add the menu information to the 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 | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Merge. |
| Merge | class | core/ |
SQLite implementation of \Drupal\Core\Database\Query\Merge. |
| Merge | class | core/ |
MySQL implementation of \Drupal\Core\Database\Query\Merge. |
| Merge | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Query\Merge. |
| Merge | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Query\Merge. |
| Merge | class | core/ |
General class for an abstracted MERGE query operation. |
| Merge.php | file | core/ |
|
| Merge.php | file | core/ |
|
| Merge.php | file | core/ |
|
| Merge.php | file | core/ |
|
| Merge.php | file | core/ |
|
| Merge.php | file | core/ |
|
| Merge::$conditionTable | property | core/ |
The table or subquery to be used for the condition. |
| 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::$table | property | core/ |
The table to be used for INSERT and UPDATE. |
| Merge::$updateFields | property | core/ |
An array of fields that will be updated. |
| Merge::conditionTable | function | core/ |
Sets the table or subquery to be used for the condition. |
| Merge::execute | function | core/ |
Runs the query against the database. |
| 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::key | function | core/ |
Sets a single key field to be used as condition for this query. |
| 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. |
Pagination
- Previous page
- Page 958
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.