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_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…
ie.css file themes/bartik/css/ie.css .block {
zoom: 1;
}
#password-strength-text {
margin-top: 0;
}
fieldset legend {
left: -8px;
padding: 0;
}
#footer-wrapper #footer .block {
height: 100%;
}
.comment .attribution {
display: inline-block;
position: relative;
float: left;…
ie6.css file themes/seven/ie6.css ul.menu li,
ul.menu li a,
ul.links li,
ul.links li a,
.action-links,
#page {
height: 1%;
}
#block-system-main ul.admin-list li a {
height: 1px;
position: relative;
display: block;
}
#block-system-main ul.admin-list li div.description a {
ie6.css file themes/bartik/css/ie6.css #content {
overflow: hidden;
}
.form-item-search-block-form {
width: 50%;
}
.tabs ul.primary,
.region-header .block-menu li a,
.comment-form .form-item {
zoom: 1;
}
#block-search-form .form-item-search-block-form input {
width:…
ie7.css file themes/seven/ie7.css ul.tabs.primary {
padding: 0;
}
ul.primary li,
ul.primary li a,
ul.primary li.active a {
float: none !important;
display: inline;
}
ul.primary li,
ul.primary li a,
ul.primary li a.active,
ul.primary li a:active,
ul.primary li…
Image toolkits group includes/image.inc Functions for image file manipulations.
image-rtl.css file modules/image/image-rtl.css /**
* Image upload widget.
*/
div.image-preview {
float: right;
padding: 0 0 10px 10px;
}
div.image-widget-data {
float: right;
}
image.admin.css file modules/image/image.admin.css /**
* Image style configuration pages.
*/
div.image-style-new,
div.image-style-new div {
display: inline;
}
div.image-style-preview div.preview-image-wrapper {
float: left;
padding-bottom: 2em;
text-align: center;
top: 50%;
width:…

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