Functions - main - drupal

Primary tabs

Title Deprecated File name Summary Direct uses Strings
update_test_failing_post_update_first core/modules/system/tests/modules/update_test_failing/update_test_failing.post_update.php First update, should not be run since this module's update hooks fail.
update_test_failing_update_8001 core/modules/system/tests/modules/update_test_failing/update_test_failing.install This update will fail.
update_test_failing_update_8002 core/modules/system/tests/modules/update_test_failing/update_test_failing.install A further update.
update_test_invalid_hook_update_8000 core/modules/system/tests/modules/update_test_invalid_hook/update_test_invalid_hook.install Hook implementation using the reserved schema version 8000.
update_test_last_removed_update_8003 core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install Dummy update function to run during the tests.
update_test_last_removed_update_last_removed core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install Implements hook_update_last_removed().
update_test_no_preexisting_update_8001 core/modules/system/tests/modules/update_test_no_preexisting/update_test_no_preexisting.install Dummy update_test_no_preexisting update 8001. 1
update_test_postupdate_post_update_first core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php First update. 2
update_test_postupdate_post_update_second core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Second update. 2
update_test_postupdate_post_update_test0 core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Test0 update. 2
update_test_postupdate_post_update_test1 core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Test1 update. 2
update_test_postupdate_post_update_test_batch core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Testing batch processing in post updates update. 1
update_test_postupdate_removed_post_updates core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Implements hook_removed_post_updates().
update_test_postupdate_update_8001 core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install Normal update_N() function.
update_test_schema_schema core/modules/system/tests/modules/update_test_schema/update_test_schema.install Implements hook_schema().
update_test_semver_update_n_update_8001 core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.install Update 8001. 1
update_test_with_7x_update_7200 core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install Dummy update_test_with_7x update 7200.
update_test_with_7x_update_7201 core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install Dummy update_test_with_7x update 7201.
update_test_with_7x_update_last_removed core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install Implements hook_update_last_removed().
update_uninstall core/modules/update/update.install Implements hook_uninstall().
update_update_last_removed core/modules/update/update.install Implements hook_update_last_removed().
user_cancel core/modules/user/user.module Cancel a user account. 5
user_cancel_methods core/modules/user/user.module Helper function to return available account cancellation methods. 3
user_cancel_url core/modules/user/user.module Generates a URL to confirm an account cancellation request. 2
user_cookie_delete core/modules/user/user.module Delete a visitor information cookie.
user_cookie_save core/modules/user/user.module Saves visitor information as a cookie so it can be reused. 1
user_form_process_password_confirm

in drupal:11.4.0 and is removed from drupal:13.0.0. Use UserThemeHooks::processPasswordConfirm() instead.

core/modules/user/user.module Form element process handler for client-side password validation.
user_install core/modules/user/user.install Implements hook_install(). 4
user_load_by_mail

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::entityTypeManager()->getStorage('user')->loadByProperties() instead.

core/modules/user/user.module Fetches a user object by email address.
user_load_by_name

in drupal:11.4.0 and is removed from drupal:13.0.0. Use \Drupal::entityTypeManager()->getStorage('user')->loadByProperties() instead.

core/modules/user/user.module Fetches a user object by account name. 1
user_login_finalize core/modules/user/user.module Finalizes the login process and logs in a user. 5
user_logout core/modules/user/user.module Logs the current user out. 5
user_mail_tokens core/modules/user/user.module Token callback to add unsafe tokens for user mails. 2
user_pass_rehash core/modules/user/user.module Creates a unique hash value for use in time-dependent per-user URLs. 12
user_pass_reset_url core/modules/user/user.module Generates a unique URL for a user to log in and reset their password. 7
user_picture_enabled core/modules/user/user.module Returns whether this site supports the default user picture feature. 2
user_removed_post_updates core/modules/user/user.post_update.php Implements hook_removed_post_updates().
user_role_change_permissions core/modules/user/user.module Change permissions for a user role. 21
user_role_grant_permissions core/modules/user/user.module Grant permissions to a user role. 34
user_role_revoke_permissions core/modules/user/user.module Revoke permissions from a user role. 11
user_schema core/modules/user/user.install Implements hook_schema().
user_update_last_removed core/modules/user/user.install Implements hook_update_last_removed().
views_add_contextual_links

in drupal:11.4.0 and is removed from drupal:13.0.0. Use Drupal\views\ContextualLinksHelper::addLinks() instead.

core/modules/views/views.module Adds contextual links associated with a view display to a renderable array.
views_disable_view

in drupal:11.4.0 and is removed from drupal:13.0.0. Use $view->disable()->save() instead.

core/modules/views/views.module Disables and saves a view.
views_element_validate_tags

in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement.

core/modules/views/views.module Validation callback for query tags.
views_embed_view

in drupal:11.4.0 and is removed from drupal:13.0.0. Use '#type' => 'view' render elements instead.

core/modules/views/views.module Embed a view using a PHP snippet. 1
views_enable_view

in drupal:11.4.0 and is removed from drupal:13.0.0. Use $view->enable()->save() instead.

core/modules/views/views.module Enables and saves a view.
views_get_current_view

in drupal:11.4.0 and is removed from drupal:13.0.0. There is no replacement.

core/modules/views/views.module Find out what, if any, current view is currently in use.
views_get_view_result

in drupal:11.4.0 and is removed from drupal:13.0.0. Use Views::getViewResult($name, $display_id, ...$args) instead.

core/modules/views/views.module Get the result of a view.
views_install core/modules/views/views.install Implements hook_install().

Other projects


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