Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
hook_update_last_removed function modules/system/system.api.php Return a number which is no longer available as hook_update_N().
hook_update_N function modules/system/system.api.php Perform a single update.
hook_update_projects_alter function modules/update/update.api.php Alter the list of projects before fetching data and comparing versions.
hook_update_status_alter function modules/update/update.api.php Alter the information about available updates for projects.
hook_url_inbound_alter function modules/system/system.api.php Alters inbound URL requests.
hook_url_outbound_alter function modules/system/system.api.php Alters outbound URLs.
hook_username_alter function modules/system/system.api.php Alter the username that is displayed for a user.
hook_user_cancel function modules/user/user.api.php Act on user account cancellations.
hook_user_cancel_methods_alter function modules/user/user.api.php Modify account cancellation methods.
hook_user_categories function modules/user/user.api.php Define a list of user settings or profile information categories.
hook_user_delete function modules/user/user.api.php Respond to user deletion.
hook_user_flood_control function modules/user/user.api.php Respond to user flood control events.
hook_user_insert function modules/user/user.api.php A user account was created.
hook_user_load function modules/user/user.api.php Act on user objects when loaded from the database.
hook_user_login function modules/user/user.api.php The user just logged in.
hook_user_logout function modules/user/user.api.php The user just logged out.
hook_user_operations function modules/user/user.api.php Add mass user operations.
hook_user_presave function modules/user/user.api.php A user account is about to be created or updated.
hook_user_role_delete function modules/user/user.api.php Respond to user role deletion.
hook_user_role_insert function modules/user/user.api.php Respond to creation of a new user role.
hook_user_role_presave function modules/user/user.api.php Act on a user role being inserted or updated.
hook_user_role_update function modules/user/user.api.php Respond to updates to a user role.
hook_user_update function modules/user/user.api.php A user account was updated.
hook_user_view function modules/user/user.api.php The user's account information is being displayed.
hook_user_view_alter function modules/user/user.api.php The user was built; the module may modify the structured content.
hook_validate function modules/node/node.api.php Perform node validation before a node is created or updated.
hook_valid_email_address_alter function modules/system/system.api.php Alter core e-mail validation.
hook_verify_update_archive function modules/update/update.api.php Verify an archive after it has been downloaded and extracted.
hook_view function modules/node/node.api.php Display a node.
hook_watchdog function modules/system/system.api.php Log an event message.
hook_xmlrpc function modules/system/system.api.php Register XML-RPC callbacks.
hook_xmlrpc_alter function modules/system/system.api.php Alters the definition of XML-RPC methods before they are called.
HtaccessTest class modules/system/system.test Tests .htaccess is working correctly.
HtaccessTest::assertFileAccess function modules/system/system.test Asserts that a file exists and requesting it returns a specific response.
HtaccessTest::getInfo function modules/system/system.test
HtaccessTest::getProtectedFiles function modules/system/system.test Get an array of file paths for access testing.
HtaccessTest::testFileAccess function modules/system/system.test Iterates over protected files and calls assertNoFileAccess().
html-1.txt file modules/simpletest/files/html-1.txt <h1>SimpleTest HTML</h1>
html-2.html file modules/simpletest/files/html-2.html
html.tpl.php file modules/system/html.tpl.php Default theme implementation to display the basic html structure of a single
Drupal page.
HTMLIdTestCase class modules/simpletest/tests/form.test Tests uniqueness of generated HTML IDs.
HTMLIdTestCase::getInfo function modules/simpletest/tests/form.test
HTMLIdTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
HTMLIdTestCase::testHTMLId function modules/simpletest/tests/form.test Tests that HTML IDs do not get duplicated when form validation fails.
HTTP handling group includes/common.inc Functions to properly handle HTTP responses.
http.php file modules/simpletest/tests/http.php
https.php file modules/simpletest/tests/https.php
HTTP_REQUEST_TIMEOUT constant includes/common.inc Error code indicating that the request exceeded the specified timeout.
ie-rtl.css file themes/bartik/css/ie-rtl.css fieldset legend {
left: 6px;
}
ul.action-links li a,
#user-login-form li.openid-link a,
#user-login li.openid-link a {
zoom: 1;
}
.comment .attribution {
float: right;
}
.comment .comment-arrow {
position: absolute;
right:…
ie.css file themes/seven/ie.css /* IE7 renders legends in nested fieldsets without a width. */
fieldset legend {
height: 1%;
}

/* IE renders absolute positioned legend where fieldset content starts. */
fieldset .fieldset-legend {
left: 0;
top: 0;
}

/* IE renders monospace…

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