Functions - 9.5.x - drupal

Primary tabs

Title Deprecated File name Summary Direct uses Strings
menu_link_content_entity_type_alter core/modules/menu_link_content/menu_link_content.module Implements hook_entity_type_alter().
menu_link_content_help core/modules/menu_link_content/menu_link_content.module Implements hook_help().
menu_link_content_menu_delete core/modules/menu_link_content/menu_link_content.module Implements hook_menu_delete().
menu_link_content_path_alias_delete core/modules/menu_link_content/menu_link_content.module Implements hook_ENTITY_TYPE_delete() for 'path_alias'.
menu_link_content_path_alias_insert core/modules/menu_link_content/menu_link_content.module Implements hook_ENTITY_TYPE_insert() for 'path_alias'.
menu_link_content_path_alias_update core/modules/menu_link_content/menu_link_content.module Implements hook_ENTITY_TYPE_update() for 'path_alias'.
menu_link_content_removed_post_updates core/modules/menu_link_content/menu_link_content.post_update.php Implements hook_removed_post_updates().
menu_link_content_update_last_removed core/modules/menu_link_content/menu_link_content.install Implements hook_update_last_removed().
menu_list_system_menus

in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\system\Entity\Menu::loadMultiple() instead.

core/includes/menu.inc Returns an array containing the names of system-defined (default) menus. 2
menu_test_menu_links_discovered_alter core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu_links_discovered_alter().
menu_test_menu_local_tasks_alter core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu_local_tasks_alter().
menu_test_menu_name core/modules/system/tests/modules/menu_test/menu_test.module Sets a static variable for the testMenuName() test. 2
menu_test_title_callback core/modules/system/tests/modules/menu_test/menu_test.module Title callback: Concatenates the title and case number.
menu_ui_block_view_system_menu_block_alter core/modules/menu_ui/menu_ui.module Implements hook_block_view_BASE_BLOCK_ID_alter() for 'system_menu_block'.
menu_ui_entity_type_build core/modules/menu_ui/menu_ui.module Implements hook_entity_type_build().
menu_ui_form_node_form_alter core/modules/menu_ui/menu_ui.module Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.
menu_ui_form_node_form_submit core/modules/menu_ui/menu_ui.module Form submission handler for menu item field on the node form. 1
menu_ui_form_node_type_form_alter core/modules/menu_ui/menu_ui.module Implements hook_form_FORM_ID_alter() for \Drupal\node\NodeTypeForm.
menu_ui_form_node_type_form_builder core/modules/menu_ui/menu_ui.module Entity builder for the node type form with menu options. 1
menu_ui_form_node_type_form_validate core/modules/menu_ui/menu_ui.module Validate handler for forms with menu options. 1
menu_ui_get_menus

in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\system\Entity\Menu::loadMultiple() instead.

core/modules/menu_ui/menu_ui.module Return an associative array of the custom menus names. 1
menu_ui_get_menu_link_defaults core/modules/menu_ui/menu_ui.module Returns the definition for a menu link for the given node. 2
menu_ui_help core/modules/menu_ui/menu_ui.module Implements hook_help().
menu_ui_node_builder core/modules/menu_ui/menu_ui.module Entity form builder to add the menu information to the node. 1
menu_ui_preprocess_block core/modules/menu_ui/menu_ui.module Implements hook_preprocess_HOOK() for block templates.
menu_ui_system_breadcrumb_alter core/modules/menu_ui/menu_ui.module Implements hook_system_breadcrumb_alter().
microtime core/tests/Drupal/Tests/Component/Datetime/TimeTest.php Shadow microtime system call.
migrate_drupal_help core/modules/migrate_drupal/migrate_drupal.module Implements hook_help().
migrate_drupal_migration_plugins_alter core/modules/migrate_drupal/migrate_drupal.module Implements hook_migration_plugins_alter(). 1
migrate_drupal_post_update_uninstall_multilingual core/modules/migrate_drupal/migrate_drupal.post_update.php Uninstall migrate_drupal_multilingual since migrate_drupal is installed.
migrate_drupal_ui_help core/modules/migrate_drupal_ui/migrate_drupal_ui.module Implements hook_help().
migrate_drupal_ui_install core/modules/migrate_drupal_ui/migrate_drupal_ui.install Implements hook_install().
migrate_drupal_update_8901 core/modules/migrate_drupal/migrate_drupal.install Add revision ID to entity reference translation migrate_map tables..
migrate_drupal_update_last_removed core/modules/migrate_drupal/migrate_drupal.install Implements hook_update_last_removed().
migrate_help core/modules/migrate/migrate.module Implements hook_help().
migrate_post_update_clear_migrate_source_count_cache core/modules/migrate/migrate.post_update.php Clear the source count cache.
migrate_prepare_row_test_migrate_prepare_row core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.module Implements hook_migrate_prepare_row().
migrate_skip_all_rows_test_migrate_prepare_row core/modules/migrate/tests/modules/migrate_skip_all_rows_test/migrate_skip_all_rows_test.module Implements hook_migrate_prepare_row(). 1
migrate_update_last_removed core/modules/migrate/migrate.install Implements hook_update_last_removed().
modernizr_deprecation_test_library_info_alter core/modules/system/tests/modules/modernizr_deprecation_test/modernizr_deprecation_test.module Implements hook_library_info_alter().
module_config_sort core/includes/module.inc Sorts the configured list of enabled modules. 5
module_handler_test_added_helper core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.module Test function. 1
module_handler_test_added_hook core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.hook.inc Test function. 1
module_handler_test_all1_hook core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all1/module_handler_test_all1.module Returns an array to test nested merge in invoke all. 1
module_handler_test_all2_hook core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_all2/module_handler_test_all2.module Test function. 1
module_handler_test_hook core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module 1
module_handler_test_hook_include core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/hook_include.inc Test hook. 1
module_handler_test_hook_info core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test/module_handler_test.module Implements hook_hook_info().
module_handler_test_multiple_child_install core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple_child/module_handler_test_multiple_child.install Implements hook_install().
module_handler_test_multiple_install core/modules/system/tests/modules/module_handler_test_multiple/module_handler_test_multiple.install Implements hook_install().

Other projects


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