Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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_valid_email_address_alter | function | modules/ |
Alter core e-mail validation. |
| 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(). |
| 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. |
| 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:… |
| image.css | file | modules/ |
/** * Image upload widget. */ div.image-preview { float: left; /* LTR */ padding: 0 10px 10px 0; /* LTR */ } div.image-widget-data { float: left; /* LTR */ } div.image-widget-data input.text-field { width: auto; } |
| image.effects.inc | file | modules/ |
Functions needed to execute image effects provided by Image module. |
| image.install | file | modules/ |
Install, update and uninstall functions for the image module. |
| image.test | file | modules/ |
Tests for image.module. |
| image.test | file | modules/ |
Tests for core image handling API. |
| ImageAdminStylesUnitTest | class | modules/ |
Tests creation, deletion, and editing of image styles and effects. |
| ImageAdminStylesUnitTest::createSampleImage | function | modules/ |
Given an image style, generate an image. |
| ImageAdminStylesUnitTest::getImageCount | function | modules/ |
Count the number of images currently create for a style. |
| ImageAdminStylesUnitTest::getInfo | function | modules/ |
|
| ImageAdminStylesUnitTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| ImageAdminStylesUnitTest::testDefaultStyle | function | modules/ |
Test to override, edit, then revert a style. |
| ImageAdminStylesUnitTest::testNumericStyleName | function | modules/ |
Test creating an image style with a numeric name and ensuring it can be applied to an image. |
Pagination
- Previous page
- Page 85
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.