Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
image_style_effects drupal/modules/image/image.module Loads all the effects for an image style. 1
image_style_options drupal/modules/image/image.module Gets an array of image styles suitable for using as select list options. 6
image_style_create_derivative drupal/modules/image/image.module Creates a new image derivative based on an image style. 4
image_style_transform_dimensions drupal/modules/image/image.module Determines the dimensions of the styled image. 1
image_style_flush drupal/modules/image/image.module Flushes cached media for a style. 5
image_style_url drupal/modules/image/image.module Returns the URL for an image derivative given a style and image path. 12
image_style_path_token drupal/modules/image/image.module Generates a token to protect an image style derivative. 2
image_style_path drupal/modules/image/image.module Returns the URI of an image when using a style. 8
image_default_style_save drupal/modules/image/image.module Saves a default image style to the database. 1
image_default_style_revert drupal/modules/image/image.module Reverts the changes made by users to a default image style. 1
image_effect_definition_load drupal/modules/image/image.module Loads the definition for an image effect. 4
image_effect_load drupal/modules/image/image.module Loads a single image effect. 1
image_effect_save drupal/modules/image/image.module Saves an image effect. 5
image_effect_delete drupal/modules/image/image.module Deletes an image effect. 2
image_effect_apply drupal/modules/image/image.module Applies an image effect to the image object. 1
theme_image_style drupal/modules/image/image.module Returns HTML for an image using a specific image style. 1
image_filter_keyword drupal/modules/image/image.module Accepts a keyword (center, top, left, etc) and returns it as a pixel offset. 1
image_image_effect_info drupal/modules/image/image.effects.inc Implements hook_image_effect_info().
image_install drupal/modules/image/image.install Implements hook_install().
image_uninstall drupal/modules/image/image.install Implements hook_uninstall().
image_schema drupal/modules/image/image.install Implements hook_schema().
image_field_schema drupal/modules/image/image.install Implements hook_field_schema().
image_update_dependencies drupal/modules/image/image.install Implements hook_update_dependencies().
image_update_7000 drupal/modules/image/image.install Install the schema for users upgrading from the contributed module.
image_update_7001 drupal/modules/image/image.install Rename possibly misnamed {image_effect} table to {image_effects}.
_image_update_7002_add_columns drupal/modules/image/image.install Add width and height columns to a specific table. 1
_image_update_7002_populate_dimensions drupal/modules/image/image.install Populate image dimensions in a specific table. 1
image_update_7002 drupal/modules/image/image.install Add width and height columns to image field schema and populate.
image_update_7003 drupal/modules/image/image.install Remove the variables that set alt and title length since they were not used for database column size and could cause PDO exceptions.
image_update_7004 drupal/modules/image/image.install Use a large setting (512 and 1024 characters) for the length of the image alt and title fields.
image_requirements drupal/modules/image/image.install Implements hook_requirements() to check the PHP GD Library.
phptemplate_init drupal/themes/engines/phptemplate/phptemplate.engine Implements hook_init().
phptemplate_theme drupal/themes/engines/phptemplate/phptemplate.engine Implements hook_theme().
update_test_system_theme_info drupal/modules/update/tests/update_test.module Implements hook_system_theme_info().
update_test_menu drupal/modules/update/tests/update_test.module Implements hook_menu().
update_test_system_info_alter drupal/modules/update/tests/update_test.module Implements hook_system_info_alter().
update_test_update_status_alter drupal/modules/update/tests/update_test.module Implements hook_update_status_alter().
update_test_archiver_info drupal/modules/update/tests/update_test.module Implements hook_archiver_info().
update_test_filetransfer_info drupal/modules/update/tests/update_test.module Implements hook_filetransfer_info().
field_test_install drupal/modules/field/tests/field_test.install Implements hook_install().
field_test_schema drupal/modules/field/tests/field_test.install Implements hook_schema().
field_test_field_schema drupal/modules/field/tests/field_test.install Implements hook_field_schema().
field_test_field_info drupal/modules/field/tests/field_test.field.inc Implements hook_field_info(). 2
field_test_field_update_forbid drupal/modules/field/tests/field_test.field.inc Implements hook_field_update_forbid().
field_test_field_load drupal/modules/field/tests/field_test.field.inc Implements hook_field_load().
field_test_field_insert drupal/modules/field/tests/field_test.field.inc Implements hook_field_insert().
field_test_field_update drupal/modules/field/tests/field_test.field.inc Implements hook_field_update().
field_test_field_delete drupal/modules/field/tests/field_test.field.inc Implements hook_field_delete().
field_test_field_validate drupal/modules/field/tests/field_test.field.inc Implements hook_field_validate().
field_test_field_is_empty drupal/modules/field/tests/field_test.field.inc Implements hook_field_is_empty().

Pages

Other projects