Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
menu_ui.links.action.yml file core/modules/menu_ui/menu_ui.links.action.yml core/modules/menu_ui/menu_ui.links.action.yml
menu_ui.links.contextual.yml file core/modules/menu_ui/menu_ui.links.contextual.yml core/modules/menu_ui/menu_ui.links.contextual.yml
menu_ui.links.menu.yml file core/modules/menu_ui/menu_ui.links.menu.yml core/modules/menu_ui/menu_ui.links.menu.yml
menu_ui.links.task.yml file core/modules/menu_ui/menu_ui.links.task.yml core/modules/menu_ui/menu_ui.links.task.yml
menu_ui.migrate_drupal.yml file core/modules/menu_ui/migrations/state/menu_ui.migrate_drupal.yml core/modules/menu_ui/migrations/state/menu_ui.migrate_drupal.yml
menu_ui.module file core/modules/menu_ui/menu_ui.module Allows administrators to customize the site's navigation menus.
menu_ui.routing.yml file core/modules/menu_ui/menu_ui.routing.yml core/modules/menu_ui/menu_ui.routing.yml
menu_ui.schema.yml file core/modules/menu_ui/config/schema/menu_ui.schema.yml core/modules/menu_ui/config/schema/menu_ui.schema.yml
menu_ui.settings.yml file core/modules/menu_ui/config/install/menu_ui.settings.yml core/modules/menu_ui/config/install/menu_ui.settings.yml
menu_ui_block_view_system_menu_block_alter function core/modules/menu_ui/menu_ui.module Implements hook_block_view_BASE_BLOCK_ID_alter() for 'system_menu_block'.
menu_ui_entity_type_build function core/modules/menu_ui/menu_ui.module Implements hook_entity_type_build().
menu_ui_form_node_form_alter function core/modules/menu_ui/menu_ui.module Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.
menu_ui_form_node_form_submit function core/modules/menu_ui/menu_ui.module Form submission handler for menu item field on the node form.
menu_ui_form_node_type_form_alter function core/modules/menu_ui/menu_ui.module Implements hook_form_FORM_ID_alter() for \Drupal\node\NodeTypeForm.
menu_ui_form_node_type_form_builder function core/modules/menu_ui/menu_ui.module Entity builder for the node type form with menu options.
menu_ui_form_node_type_form_validate function core/modules/menu_ui/menu_ui.module Validate handler for forms with menu options.
menu_ui_get_menus function core/modules/menu_ui/menu_ui.module Return an associative array of the custom menus names.
menu_ui_get_menu_link_defaults function core/modules/menu_ui/menu_ui.module Returns the definition for a menu link for the given node.
menu_ui_help function core/modules/menu_ui/menu_ui.module Implements hook_help().
menu_ui_node_builder function core/modules/menu_ui/menu_ui.module Entity form builder to add the menu information to the node.
menu_ui_preprocess_block function core/modules/menu_ui/menu_ui.module Implements hook_preprocess_HOOK() for block templates.
menu_ui_system_breadcrumb_alter function core/modules/menu_ui/menu_ui.module Implements hook_system_breadcrumb_alter().
Merge class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Merge.php PostgreSQL implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/lib/Drupal/Core/Database/Driver/sqlite/Merge.php SQLite implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/lib/Drupal/Core/Database/Driver/mysql/Merge.php MySQL implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/lib/Drupal/Core/Database/Driver/pgsql/Merge.php PostgreSQL implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Merge.php MySQL test implementation of \Drupal\Core\Database\Query\Merge.
Merge class core/lib/Drupal/Core/Database/Query/Merge.php General class for an abstracted MERGE query operation.
Merge.php file core/lib/Drupal/Core/Database/Query/Merge.php
Merge.php file core/lib/Drupal/Core/Database/Driver/sqlite/Merge.php
Merge.php file core/lib/Drupal/Core/Database/Driver/mysql/Merge.php
Merge.php file core/lib/Drupal/Core/Database/Driver/pgsql/Merge.php
Merge.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Merge.php
Merge.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Merge.php
Merge::$conditionTable property core/lib/Drupal/Core/Database/Query/Merge.php The table or subquery to be used for the condition.
Merge::$defaultFields property core/lib/Drupal/Core/Database/Query/Merge.php An array of fields which should be set to their database-defined defaults.
Merge::$expressionFields property core/lib/Drupal/Core/Database/Query/Merge.php Array of fields to update to an expression in case of a duplicate record.
Merge::$insertFields property core/lib/Drupal/Core/Database/Query/Merge.php An array of fields on which to insert.
Merge::$insertValues property core/lib/Drupal/Core/Database/Query/Merge.php An array of values to be inserted.
Merge::$needsUpdate property core/lib/Drupal/Core/Database/Query/Merge.php Flag indicating whether an UPDATE is necessary.
Merge::$table property core/lib/Drupal/Core/Database/Query/Merge.php The table to be used for INSERT and UPDATE.
Merge::$updateFields property core/lib/Drupal/Core/Database/Query/Merge.php An array of fields that will be updated.
Merge::conditionTable function core/lib/Drupal/Core/Database/Query/Merge.php Sets the table or subquery to be used for the condition.
Merge::execute function core/lib/Drupal/Core/Database/Query/Merge.php Runs the query against the database.
Merge::expression function core/lib/Drupal/Core/Database/Query/Merge.php Specifies fields to be updated as an expression.
Merge::fields function core/lib/Drupal/Core/Database/Query/Merge.php Sets common field-value pairs in the INSERT and UPDATE query parts.
Merge::insertFields function core/lib/Drupal/Core/Database/Query/Merge.php Adds a set of field->value pairs to be inserted.
Merge::key function core/lib/Drupal/Core/Database/Query/Merge.php Sets a single key field to be used as condition for this query.
Merge::keys function core/lib/Drupal/Core/Database/Query/Merge.php Sets the key fields to be used as conditions for this query.
Merge::STATUS_INSERT constant core/lib/Drupal/Core/Database/Query/Merge.php Returned by execute() if an INSERT query has been executed.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.