Functions - main - drupal
| Title | Deprecated | File name | Summary | Direct uses | Strings |
|---|---|---|---|---|---|
| menu_ui_get_menu_link_defaults | core/ |
Returns the definition for a menu link for the given node. | 2 | ||
| menu_ui_node_builder | core/ |
Entity form builder to add the menu information to the node. | 1 | ||
| microtime | core/ |
Shadow microtime system call. | |||
| migrate_drupal_post_update_migrate_drupal_uninstall | core/ |
Uninstall Migrate Drupal if installed. | |||
| migrate_drupal_ui_install | core/ |
Implements hook_install(). | |||
| migrate_drupal_ui_post_update_migrate_drupal_ui_uninstall | core/ |
Uninstall Migrate Drupal UI if installed. | |||
| migrate_drupal_uninstall | core/ |
Implements hook_uninstall(). | |||
| migrate_drupal_update_last_removed | core/ |
Implements hook_update_last_removed(). | |||
| 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_post_update_navigation_user_links_menu | core/ |
Creates the Navigation user links menu. | |||
| navigation_post_update_refresh_tempstore_repository | core/ |
Flushes tempstore repository for navigation to reflect definition changes. | |||
| navigation_post_update_set_logo_dimensions_default | core/ |
Defines the values for the default logo dimensions. | |||
| navigation_post_update_uninstall_navigation_top_bar | core/ |
Uninstall the navigation_top_bar module if installed. | |||
| navigation_post_update_update_permissions | core/ |
Grants navigation specific permission to roles with access to any layout. | |||
| navigation_update_11001 | core/ |
Reorganizes the values for the logo settings. | |||
| navigation_update_11002 | core/ |
Update for navigation logo to store the file path instead of ID. | |||
| 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. | 6 | ||
| node_access_rebuild | core/ |
Rebuilds the node access database. | 37 | ||
| 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. |
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.