Functions - main - drupal
| Title | Deprecated | File name | Summary | Direct uses | Strings |
|---|---|---|---|---|---|
| migrate_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
| migrate_update_last_removed | core/ |
Implements hook_update_last_removed(). | |||
| module_config_sort | core/ |
Sorts the configured list of enabled modules. | 7 | ||
| module_handler_test_added_helper | core/ |
Test function. | 1 | ||
| module_handler_test_all1_hook | core/ |
Returns an array to test nested merge in invoke all. | 1 | ||
| module_handler_test_all2_hook | core/ |
Test function. | 1 | ||
| module_handler_test_all2_order1 | core/ |
Hook implementation, without hook implements doxygen to avoid conversion. | |||
| module_handler_test_all2_order2 | core/ |
Hook implementation, without hook implements doxygen to avoid conversion. | |||
| module_handler_test_hook | core/ |
1 | |||
| module_handler_test_hook_include | core/ |
Test hook. | 1 | ||
| module_handler_test_multiple_child_install | core/ |
Implements hook_install(). | |||
| module_handler_test_multiple_install | core/ |
Implements hook_install(). | |||
| module_implements_alter_test_altered_test_hook | core/ |
Implements hook_altered_test_hook(). | 1 | ||
| module_implements_alter_test_legacy_module_implements_alter | core/ |
Implements hook_module_implements_alter(). | |||
| module_implements_alter_test_module_implements_alter | core/ |
Implements hook_module_implements_alter(). | |||
| module_install_requirements_requirements | core/ |
Implements hook_requirements() | |||
| module_runtime_requirements_requirements | core/ |
Implements hook_requirements() | |||
| module_set_weight | core/ |
Sets weight of a particular module. | 10 | ||
| 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_post_update_test | core/ |
Test post update function. | 2 | ||
| module_test_procedural_preprocess_preprocess | core/ |
||||
| module_test_procedural_preprocess_preprocess_test | core/ |
||||
| module_test_schema | core/ |
Implements hook_schema(). | |||
| module_update_requirements_requirements | core/ |
Implements hook_requirements() | |||
| navigation_install | core/ |
Implements hook_install(). | |||
| navigation_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
| navigation_update_last_removed | core/ |
Implements hook_update_last_removed(). | |||
| new_dependency_test_update_8001 | core/ |
Enable the new_dependency_test_with_service module. | |||
| node_access_grants | in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service('Drupal\node\NodeGrantsHelper')->nodeAccessGrants() instead. |
core/ |
Fetches an array of permission IDs granted to the given user ID. | ||
| node_access_needs_rebuild | in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service('\Drupal\node\NodeAccessRebuild')->setNeedsRebuild() and \Drupal::service('\Drupal\node\NodeAccessRebuild')->needsRebuild() instead. |
core/ |
Toggles or reads the value of a flag for rebuilding the node access grants. | ||
| node_access_rebuild | in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::service('\Drupal\node\NodeAccessRebuild')->rebuild($batch_mode) instead. |
core/ |
Rebuilds the node access database. | ||
| node_get_type_label | in drupal:11.3.0 and is removed from drupal:13.0.0. Use $node->getBundleEntity()->label() instead. |
core/ |
Returns the node type label for the passed node. | ||
| node_install | core/ |
Implements hook_install(). | |||
| node_is_page | in drupal:11.3.0 and is removed from drupal:13.0.0. There is no replacement, check the view mode instead during rendering. |
core/ |
Checks whether the current page is the full page view of the passed-in node. | ||
| node_mass_update | in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal::service(\Drupal\node\NodeBulkUpdate::class)->process() instead. |
core/ |
Updates all nodes in the passed-in array with the passed-in field values. | ||
| node_mass_update | in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal::service(\Drupal\node\NodeBulkUpdate::class)->process() instead. |
core/ |
Updates all nodes in the passed-in array with the passed-in field values. | ||
| node_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
| node_schema | core/ |
Implements hook_schema(). | |||
| node_type_get_names | in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal::service('entity_type.bundle.info')->getBundleLabels('node') instead. |
core/ |
Returns a list of available node type names. | ||
| node_uninstall | core/ |
Implements hook_uninstall(). | |||
| node_update_last_removed | core/ |
Implements hook_update_last_removed(). | |||
| olivero_form_system_theme_settings_alter | core/ |
Implements hook_form_FORM_ID_alter() for system_theme_settings. | |||
| olivero_post_update_remove_shortcut_settings_if_not_installed | core/ |
Remove shortcut settings if shortcut module is not installed. | |||
| olivero_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
| options_allowed_values | core/ |
Returns the array of allowed values for a list field. | 6 | 3 | |
| package_manager_post_update_test | core/ |
Here is a fake post-update hook. | |||
| package_manager_update_2147483647 | core/ |
Here is a fake update hook. | |||
| path_alias_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
| path_removed_post_updates | core/ |
Implements hook_removed_post_updates(). |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.