Search for age

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

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