Functions - 10.3.x - drupal

Primary tabs

Title Deprecated File name Summary Direct uses Strings
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().
module_load_include

in drupal:9.4.0 and is removed from drupal:11.0.0. Use \Drupal::moduleHandler()->loadInclude($module, $type, $name = NULL). Note that including code from uninstalled extensions is no longer supported.

core/includes/module.inc Loads a module include file. 1
module_required_test_system_info_alter core/modules/system/tests/modules/module_required_test/module_required_test.module Implements hook_system_info_alter().
module_set_weight core/includes/module.inc Sets weight of a particular module. 12
module_test_altered_test_hook core/modules/system/tests/modules/module_test/module_test.implementations.inc Implements hook_altered_test_hook(). 1
module_test_hook_info core/modules/system/tests/modules/module_test/module_test.module Implements hook_hook_info().
module_test_install core/modules/system/tests/modules/module_test/module_test.install Implements hook_install().
module_test_load core/modules/system/tests/modules/module_test/module_test.module Load function used by module_test_hook_dynamic_loading_invoke_all_during_load().
module_test_modules_installed core/modules/system/tests/modules/module_test/module_test.module Implements hook_modules_installed(). 1
module_test_modules_uninstalled core/modules/system/tests/modules/module_test/module_test.module Implements hook_modules_uninstalled().
module_test_module_implements_alter core/modules/system/tests/modules/module_test/module_test.module Implements hook_module_implements_alter().
module_test_post_update_test core/modules/system/tests/modules/module_test/module_test.post_update.php Test post update function. 2
module_test_schema core/modules/system/tests/modules/module_test/module_test.install Implements hook_schema().
module_test_system_info_alter core/modules/system/tests/modules/module_test/module_test.module Implements hook_system_info_alter().
module_test_test_hook core/modules/system/tests/modules/module_test/module_test.file.inc Implements hook_test_hook().
more_help_page_test_help core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module Implements hook_help().
more_help_page_test_help_section_info_alter core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module Implements hook_help_section_info_alter().
mysql_help core/modules/mysql/mysql.module Implements hook_help().
mysql_requirements core/modules/mysql/mysql.install Implements hook_requirements().
navigation_block_alter core/modules/navigation/navigation.module Implements hook_block_alter().
navigation_block_build_local_tasks_block_alter core/modules/navigation/navigation.module Implements hook_block_build_BASE_BLOCK_ID_alter().
navigation_element_info_alter core/modules/navigation/navigation.module Implements hook_element_info_alter().
navigation_help core/modules/navigation/navigation.module Implements hook_help().
navigation_menu_links_discovered_alter core/modules/navigation/navigation.module Implements hook_menu_links_discovered_alter().
navigation_module_implements_alter core/modules/navigation/navigation.module Implements hook_module_implements_alter().
navigation_page_top core/modules/navigation/navigation.module Implements hook_page_top().
navigation_plugin_filter_block__layout_builder_alter core/modules/navigation/navigation.module Implements hook_plugin_filter_TYPE__CONSUMER_alter().
navigation_plugin_filter_layout__layout_builder_alter core/modules/navigation/navigation.module Implements hook_plugin_filter_TYPE__CONSUMER_alter().
navigation_post_update_update_permissions core/modules/navigation/navigation.post_update.php Grants navigation specific permission to roles with access to any layout.
navigation_requirements core/modules/navigation/navigation.install Implements hook_requirements().
navigation_test_preprocess_block__navigation core/modules/navigation/tests/navigation_test/navigation_test.module Implements hook_preprocess_HOOK().
navigation_theme core/modules/navigation/navigation.module Implements hook_theme().
navigation_top_bar_help core/modules/navigation/modules/navigation_top_bar/navigation_top_bar.module Implements hook_help().
new_dependency_test_update_8001 core/modules/system/tests/modules/new_dependency_test/new_dependency_test.install Enable the new_dependency_test_with_service module.
node_access_grants core/modules/node/node.module Fetches an array of permission IDs granted to the given user ID. 5
node_access_needs_rebuild core/modules/node/node.module Toggles or reads the value of a flag for rebuilding the node access grants. 5
node_access_rebuild core/modules/node/node.module Rebuilds the node access database. 36
node_access_test_add_field core/modules/node/tests/modules/node_access_test/node_access_test.module Adds the private field to a node type. 14
node_access_test_empty_node_access_records core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.module Implements hook_node_access_records().
node_access_test_empty_node_grants core/modules/node/tests/modules/node_access_test_empty/node_access_test_empty.module Implements hook_node_grants().
node_access_test_language_node_access_records core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module Implements hook_node_access_records().
node_access_test_language_node_grants core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module Implements hook_node_grants().
node_access_test_node_access core/modules/node/tests/modules/node_access_test/node_access_test.module Implements hook_ENTITY_TYPE_access().
node_access_test_node_access_records core/modules/node/tests/modules/node_access_test/node_access_test.module Implements hook_node_access_records().

Other projects


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