Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| hook_user_cancel | function | modules/ |
Act on user account cancellations. |
| hook_user_cancel_methods_alter | function | modules/ |
Modify account cancellation methods. |
| hook_user_categories | function | modules/ |
Define a list of user settings or profile information categories. |
| hook_user_delete | function | modules/ |
Respond to user deletion. |
| hook_user_flood_control | function | modules/ |
Respond to user flood control events. |
| hook_user_insert | function | modules/ |
A user account was created. |
| hook_user_load | function | modules/ |
Act on user objects when loaded from the database. |
| hook_user_login | function | modules/ |
The user just logged in. |
| hook_user_logout | function | modules/ |
The user just logged out. |
| hook_user_operations | function | modules/ |
Add mass user operations. |
| hook_user_presave | function | modules/ |
A user account is about to be created or updated. |
| hook_user_role_delete | function | modules/ |
Respond to user role deletion. |
| hook_user_role_insert | function | modules/ |
Respond to creation of a new user role. |
| hook_user_role_presave | function | modules/ |
Act on a user role being inserted or updated. |
| hook_user_role_update | function | modules/ |
Respond to updates to a user role. |
| hook_user_update | function | modules/ |
A user account was updated. |
| hook_user_view | function | modules/ |
The user's account information is being displayed. |
| hook_user_view_alter | function | modules/ |
The user was built; the module may modify the structured content. |
| hook_validate | function | modules/ |
Perform node validation before a node is created or updated. |
| hook_valid_email_address_alter | function | modules/ |
Alter core e-mail validation. |
| hook_verify_update_archive | function | modules/ |
Verify an archive after it has been downloaded and extracted. |
| hook_view | function | modules/ |
Display a node. |
| hook_watchdog | function | modules/ |
Log an event message. |
| hook_xmlrpc | function | modules/ |
Register XML-RPC callbacks. |
| hook_xmlrpc_alter | function | modules/ |
Alters the definition of XML-RPC methods before they are called. |
| HtaccessTest | class | modules/ |
Tests .htaccess is working correctly. |
| HtaccessTest::assertFileAccess | function | modules/ |
Asserts that a file exists and requesting it returns a specific response. |
| HtaccessTest::getInfo | function | modules/ |
|
| HtaccessTest::getProtectedFiles | function | modules/ |
Get an array of file paths for access testing. |
| HtaccessTest::testFileAccess | function | modules/ |
Iterates over protected files and calls assertNoFileAccess(). |
| html-1.txt | file | modules/ |
<h1>SimpleTest HTML</h1> |
| html-2.html | file | modules/ |
|
| html.tpl.php | file | modules/ |
Default theme implementation to display the basic html structure of a single Drupal page. |
| HTMLIdTestCase | class | modules/ |
Tests uniqueness of generated HTML IDs. |
| HTMLIdTestCase::getInfo | function | modules/ |
|
| HTMLIdTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| HTMLIdTestCase::testHTMLId | function | modules/ |
Tests that HTML IDs do not get duplicated when form validation fails. |
| HTTP handling | group | includes/ |
Functions to properly handle HTTP responses. |
| http.php | file | modules/ |
|
| https.php | file | modules/ |
|
| HTTP_REQUEST_TIMEOUT | constant | includes/ |
Error code indicating that the request exceeded the specified timeout. |
| ie-rtl.css | file | themes/ |
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/ |
/* 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/ |
.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/ |
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/ |
#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/ |
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/ |
Functions for image file manipulations. |
| image-rtl.css | file | modules/ |
/** * 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 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:… |
Pagination
- Previous page
- Page 107
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.