Search for all
Title | Object type | File name | Summary |
---|---|---|---|
hook_update_last_removed | function | modules/ |
Return a number which is no longer available as hook_update_N(). |
hook_update_N | function | modules/ |
Perform a single update. |
hook_update_projects_alter | function | modules/ |
Alter the list of projects before fetching data and comparing versions. |
hook_update_status_alter | function | modules/ |
Alter the information about available updates for projects. |
hook_url_inbound_alter | function | modules/ |
Alters inbound URL requests. |
hook_url_outbound_alter | function | modules/ |
Alters outbound URLs. |
hook_username_alter | function | modules/ |
Alter the username that is displayed for a user. |
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… |
Pagination
- Previous page
- Page 104
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.