Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
image_style_form_add_validate drupal/modules/image/image.admin.inc Validate handler for adding a new image effect to an image style. 1
image_style_form_add_submit drupal/modules/image/image.admin.inc Submit handler for adding a new image effect to an image style. 1
image_style_form_override_submit drupal/modules/image/image.admin.inc Submit handler for overriding a module-defined style. 1
image_style_form_submit drupal/modules/image/image.admin.inc Submit handler for saving an image style. 1
image_style_add_form drupal/modules/image/image.admin.inc Form builder; Form for adding a new image style. 1
image_style_delete_form drupal/modules/image/image.admin.inc Form builder; Form for deleting an image style. 1
image_style_revert_form drupal/modules/image/image.admin.inc Confirmation form to revert a database style to its default. 1
image_effect_form drupal/modules/image/image.admin.inc Form builder; Form for adding and editing image effects. 1
image_effect_delete_form drupal/modules/image/image.admin.inc Form builder; Form for deleting an image effect. 1
image_effect_color_validate drupal/modules/image/image.admin.inc Element validate handler to ensure a hexadecimal color value. 1
image_effect_scale_validate drupal/modules/image/image.admin.inc Element validate handler to ensure that either a height or a width is specified. 1
image_resize_form drupal/modules/image/image.admin.inc Form structure for the image resize form. 2 1
image_scale_form drupal/modules/image/image.admin.inc Form structure for the image scale form. 1
image_crop_form drupal/modules/image/image.admin.inc Form structure for the image crop form. 1
image_rotate_form drupal/modules/image/image.admin.inc Form structure for the image rotate form. 1
image_system_file_system_settings_submit drupal/modules/image/image.module Form submission handler for system_file_system_settings(). 1
image_style_deliver drupal/modules/image/image.module Page callback: Generates a derivative, given a style and image path. 1
image_effect_definitions drupal/modules/image/image.module Returns a set of image effects. 3 1
_image_effect_definitions_sort drupal/modules/image/image.module Internal function for sorting image effect definitions through uasort(). 1
image_resize_effect drupal/modules/image/image.effects.inc Image effect callback; Resize an image resource. 1 1
image_resize_dimensions drupal/modules/image/image.effects.inc Image dimensions callback; Resize. 1
image_scale_effect drupal/modules/image/image.effects.inc Image effect callback; Scale an image resource. 1 1
image_scale_dimensions drupal/modules/image/image.effects.inc Image dimensions callback; Scale. 1
image_crop_effect drupal/modules/image/image.effects.inc Image effect callback; Crop an image resource. 1 1
image_scale_and_crop_effect drupal/modules/image/image.effects.inc Image effect callback; Scale and crop an image resource. 1 1
image_rotate_effect drupal/modules/image/image.effects.inc Image effect callback; Rotate an image resource. 1 1
image_rotate_dimensions drupal/modules/image/image.effects.inc Image dimensions callback; Rotate. 1
update_test_mock_page drupal/modules/update/tests/update_test.module Page callback: Prints mock XML for the Update Manager module. 1
update_callback_service_unavailable drupal/modules/update/tests/update_test.module Page callback: Displays an Error 503 (Service unavailable) page. 1
field_test_widget_multiple_validate drupal/modules/field/tests/field_test.field.inc Form element validation handler for 'test_field_widget_multiple' widget. 1
field_test_default_value drupal/modules/field/tests/field_test.field.inc Sample 'default value' callback. 1 1
field_test_field_available_languages_alter drupal/modules/field/tests/field_test.module Implements hook_field_available_languages_alter(). 1
field_test_entity_label_callback drupal/modules/field/tests/field_test.module Implements callback_entity_info_label(). 1
field_test_field_attach_view_alter drupal/modules/field/tests/field_test.module Implements hook_field_attach_view_alter(). 1
field_test_create_stub_entity drupal/modules/field/tests/field_test.entity.inc Creates a basic test_entity entity. 43 1
field_test_entity_add drupal/modules/field/tests/field_test.entity.inc Menu callback: displays the 'Add new test_entity' form. 1
field_test_entity_edit drupal/modules/field/tests/field_test.entity.inc Menu callback: displays the 'Edit exiisting test_entity' form. 1
field_test_entity_nested_form drupal/modules/field/tests/field_test.entity.inc Form combining two separate entities. 1
_field_test_field_storage_query_sort_helper drupal/modules/field/tests/field_test.storage.inc Sort helper for field_test_field_storage_query(). 1
search_embedded_form_form_submit drupal/modules/search/tests/search_embedded_form.module Submit handler for search_embedded_form_form(). 1
search_extra_type_conditions drupal/modules/search/tests/search_extra_type.module Test conditions callback for hook_search_info(). 1
file_module_test_form drupal/modules/file/tests/file_module_test.module Form constructor for testing a 'managed_file' element. 1
entity_query_access_test_sample_query drupal/modules/simpletest/tests/entity_query_access_test.module Returns the results from an example EntityFieldQuery. 1
update_test_3_update_7000 drupal/modules/simpletest/tests/update_test_3.install Dummy update_test_3 update 7000. 1
_form_test_submit_values_json drupal/modules/simpletest/tests/form_test.module Form submit handler to return form values as JSON. 1
form_test_validate_form drupal/modules/simpletest/tests/form_test.module Form builder for testing drupal_validate_form(). 1
form_test_element_validate_name drupal/modules/simpletest/tests/form_test.module Form element validation handler for 'name' in form_test_validate_form(). 1
form_test_validate_required_form drupal/modules/simpletest/tests/form_test.module Form constructor to test the #required property. 1 1
form_test_validate_required_form_no_title drupal/modules/simpletest/tests/form_test.module Form constructor to test the #required property without #title. 1 1
form_test_limit_validation_errors_form drupal/modules/simpletest/tests/form_test.module Builds a simple form with a button triggering partial validation. 1

Pages

Other projects