Functions - 9.5.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
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/ |
Loads a module include file. | 1 | |
module_load_install | in drupal:9.4.0 and is removed from drupal:10.0.0. Use \Drupal::moduleHandler()->loadInclude($module, 'install') instead. Note, the replacement no longer allows including code from uninstalled modules. |
core/ |
Loads a module's installation hooks. | 2 | |
module_required_test_system_info_alter | core/ |
Implements hook_system_info_alter(). | |||
module_set_weight | core/ |
Sets weight of a particular module. | 13 | ||
module_test_altered_test_hook | core/ |
Implements hook_altered_test_hook(). | 1 | ||
module_test_hook_info | core/ |
Implements hook_hook_info(). | |||
module_test_install | core/ |
Implements hook_install(). | |||
module_test_load | core/ |
Load function used by module_test_hook_dynamic_loading_invoke_all_during_load(). | |||
module_test_modules_installed | core/ |
Implements hook_modules_installed(). | 1 | ||
module_test_modules_uninstalled | core/ |
Implements hook_modules_uninstalled(). | |||
module_test_module_implements_alter | core/ |
Implements hook_module_implements_alter(). | |||
module_test_post_update_test | core/ |
Test post update function. | 2 | ||
module_test_schema | core/ |
Implements hook_schema(). | |||
module_test_system_info_alter | core/ |
Implements hook_system_info_alter(). | |||
module_test_test_hook | core/ |
Implements hook_test_hook(). | |||
more_help_page_test_help | core/ |
Implements hook_help(). | |||
more_help_page_test_help_section_info_alter | core/ |
Implements hook_help_section_info_alter(). | |||
mysql_help | core/ |
Implements hook_help(). | |||
mysql_requirements | core/ |
Implements hook_requirements(). | |||
new_dependency_test_update_8001 | core/ |
Enable the new_dependency_test_with_service module. | |||
node_access_grants | core/ |
Fetches an array of permission IDs granted to the given user ID. | 5 | ||
node_access_needs_rebuild | core/ |
Toggles or reads the value of a flag for rebuilding the node access grants. | 5 | ||
node_access_rebuild | core/ |
Rebuilds the node access database. | 32 | ||
node_access_test_add_field | core/ |
Adds the private field to a node type. | 13 | ||
node_access_test_empty_node_access_records | core/ |
Implements hook_node_access_records(). | |||
node_access_test_empty_node_grants | core/ |
Implements hook_node_grants(). | |||
node_access_test_language_node_access_records | core/ |
Implements hook_node_access_records(). | |||
node_access_test_language_node_grants | core/ |
Implements hook_node_grants(). | |||
node_access_test_node_access | core/ |
Implements hook_node_access(). | |||
node_access_test_node_access_records | core/ |
Implements hook_node_access_records(). | |||
node_access_test_node_grants | core/ |
Implements hook_node_grants(). | |||
node_access_view_all_nodes | core/ |
Determines whether the user has a global viewing grant for all nodes. | 2 | 2 | |
node_add_body_field | core/ |
Adds the default body field to a node type. | 13 | ||
node_comment_delete | core/ |
Implements hook_ENTITY_TYPE_delete() for comment entities. | |||
node_comment_insert | core/ |
Implements hook_ENTITY_TYPE_insert() for comment entities. | |||
node_comment_update | core/ |
Implements hook_ENTITY_TYPE_update() for comment entities. | |||
node_configurable_language_delete | core/ |
Implements hook_ENTITY_TYPE_delete() for 'configurable_language'. | |||
node_config_translation_info_alter | core/ |
Implements hook_config_translation_info_alter(). | |||
node_cron | core/ |
Implements hook_cron(). | |||
node_display_configurable_test_entity_base_field_info_alter | core/ |
Implements hook_entity_base_field_info_alter(). | |||
node_display_configurable_test_entity_type_build | core/ |
Implements hook_entity_type_build(). | |||
node_entity_extra_field_info | core/ |
Implements hook_entity_extra_field_info(). | |||
node_entity_view_display_alter | core/ |
Implements hook_entity_view_display_alter(). | |||
node_form_system_themes_admin_form_alter | core/ |
Implements hook_form_FORM_ID_alter(). | |||
node_form_system_themes_admin_form_submit | core/ |
Form submission handler for system_themes_admin_form(). | 1 | ||
node_get_recent | core/ |
Finds the most recently changed nodes that are available to the current user. | |||
node_get_type_label | core/ |
Returns the node type label for the passed node. | 10 | ||
node_help | core/ |
Implements hook_help(). | |||
node_install | core/ |
Implements hook_install(). | |||
node_is_page | core/ |
Checks whether the current page is the full page view of the passed-in node. | 3 |
Pagination
- Previous page
- Page 32
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.