Search for age
- Search 9.5.x for age
- Search 8.9.x for age
- Search 10.3.x for age
- Search 11.x for age
- Search main for age
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| garland_preprocess_maintenance_page | function | themes/ |
Override or insert variables into the maintenance page template. |
| garland_preprocess_page | function | themes/ |
Override or insert variables into the page template. |
| garland_process_page | function | themes/ |
Override or insert variables into the page template. |
| help_page | function | modules/ |
Menu callback; prints a page listing general help for a module. |
| hook_field_available_languages_alter | function | modules/ |
Alter field_available_languages() values. |
| hook_field_language_alter | function | modules/ |
Perform alterations on field_language() values. |
| hook_field_storage_create_field | function | modules/ |
Act on creation of a new field. |
| hook_field_storage_delete | function | modules/ |
Delete all field data for an entity. |
| hook_field_storage_delete_field | function | modules/ |
Act on deletion of a field. |
| hook_field_storage_delete_instance | function | modules/ |
Act on deletion of a field instance. |
| hook_field_storage_delete_revision | function | modules/ |
Delete a single revision of field data for an entity. |
| hook_field_storage_details | function | modules/ |
Reveal the internal details about the storage for a field. |
| hook_field_storage_details_alter | function | modules/ |
Perform alterations on Field API storage details. |
| hook_field_storage_info | function | modules/ |
Expose Field API storage backends. |
| hook_field_storage_info_alter | function | modules/ |
Perform alterations on Field API storage types. |
| hook_field_storage_load | function | modules/ |
Load field data for a set of entities. |
| hook_field_storage_pre_insert | function | modules/ |
Act before the storage backends insert field data. |
| hook_field_storage_pre_load | function | modules/ |
Act before the storage backends load field data. |
| hook_field_storage_pre_update | function | modules/ |
Act before the storage backends update field data. |
| hook_field_storage_purge | function | modules/ |
Remove field storage information when field data is purged. |
| hook_field_storage_purge_field | function | modules/ |
Remove field storage information when a field record is purged. |
| hook_field_storage_purge_field_instance | function | modules/ |
Remove field storage information when a field instance is purged. |
| hook_field_storage_query | function | modules/ |
Execute an EntityFieldQuery. |
| hook_field_storage_update_field | function | modules/ |
Update the storage information for a field. |
| hook_field_storage_write | function | modules/ |
Write field data for an entity. |
| hook_image_default_styles | function | modules/ |
Provide module-based image styles for reuse throughout Drupal. |
| hook_image_effect_info | function | modules/ |
Define information about image effects provided by a module. |
| hook_image_effect_info_alter | function | modules/ |
Alter the information provided in hook_image_effect_info(). |
| hook_image_styles_alter | function | modules/ |
Modify any image styles provided by other modules or the user. |
| hook_image_style_delete | function | modules/ |
Respond to image style deletion. |
| hook_image_style_flush | function | modules/ |
Respond to image style flushing. |
| hook_image_style_save | function | modules/ |
Respond to image style updating. |
| hook_image_toolkits | function | modules/ |
Define image toolkits provided by this module. |
| hook_language_fallback_candidates_alter | function | modules/ |
Perform alterations on the language fallback candidates. |
| hook_language_init | function | modules/ |
Allows modules to act after language initialization has been performed. |
| hook_language_negotiation_info | function | modules/ |
Define language negotiation providers. |
| hook_language_negotiation_info_alter | function | modules/ |
Perform alterations on language negoiation providers. |
| hook_language_switch_links_alter | function | modules/ |
Perform alterations on language switcher links. |
| hook_language_types_info | function | modules/ |
Define language types. |
| hook_language_types_info_alter | function | modules/ |
Perform alterations on language types. |
| hook_page_alter | function | modules/ |
Perform alterations before a page is rendered. |
| hook_page_build | function | modules/ |
Add elements to a page before it is rendered. |
| hook_page_delivery_callback_alter | function | modules/ |
Alters the delivery callback used to send the result of the page callback to the browser. |
| hook_search_page | function | modules/ |
Override the rendering of search results. |
| hook_system_themes_page_alter | function | modules/ |
Alters theme operation links. |
| 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.admin.inc | file | modules/ |
Administration pages for image settings. |
| image.api.php | file | modules/ |
Hooks related to image styles and effects. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.