image.install

Install, update and uninstall functions for the image module.

File

modules/image/image.install

Functions

Name Description
image_field_schema Implements hook_field_schema().
image_install Implements hook_install().
image_requirements Implements hook_requirements() to check the PHP GD Library.
image_schema Implements hook_schema().
image_uninstall Implements hook_uninstall().
image_update_7000 Install the schema for users upgrading from the contributed module.
image_update_7001 Rename possibly misnamed {image_effect} table to {image_effects}.
image_update_7002 Add width and height columns to image field schema and populate.
image_update_7003 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 Use a large setting (512 and 1024 characters) for the length of the image alt and title fields.
image_update_7005 Add a column to the 'image_style' table to store administrative labels.
image_update_dependencies Implements hook_update_dependencies().
_image_update_7002_add_columns Add width and height columns to a specific table.
_image_update_7002_populate_dimensions Populate image dimensions in a specific table.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!image!image.install/7.x