Search for date
Title | Object type | File name | Summary |
---|---|---|---|
hook_node_update | function | modules/ |
Respond to updates to a node. |
hook_node_update_index | function | modules/ |
Act on a node being indexed for searching. |
hook_node_validate | function | modules/ |
Perform node validation before a node is created or updated. |
hook_path_update | function | modules/ |
Respond to a path being updated. |
hook_taxonomy_term_update | function | modules/ |
Act on taxonomy terms when updated. |
hook_taxonomy_vocabulary_update | function | modules/ |
Act on taxonomy vocabularies when updated. |
hook_update | function | modules/ |
Respond to updates to a node. |
hook_updater_info | function | modules/ |
Provide information on Updaters (classes that can update Drupal). |
hook_updater_info_alter | function | modules/ |
Alter the Updater information array. |
hook_update_dependencies | function | modules/ |
Return an array of information about module update dependencies. |
hook_update_index | function | modules/ |
Update the search index for this module. |
hook_update_last_removed | function | modules/ |
Return a number which is no longer available as hook_update_N(). |
hook_update_N | function | modules/ |
Perform a single update. |
hook_update_projects_alter | function | modules/ |
Alter the list of projects before fetching data and comparing versions. |
hook_update_status_alter | function | modules/ |
Alter the information about available updates for projects. |
hook_user_role_update | function | modules/ |
Respond to updates to a user role. |
hook_user_update | function | modules/ |
A user account was updated. |
hook_validate | function | modules/ |
Perform node validation before a node is created or updated. |
hook_verify_update_archive | function | modules/ |
Verify an archive after it has been downloaded and extracted. |
ImageFieldValidateTestCase | class | modules/ |
Test class to check for various validations. |
ImageFieldValidateTestCase::getInfo | function | modules/ |
|
ImageFieldValidateTestCase::testResolution | function | modules/ |
Test min/max resolution settings. |
image_effect_color_validate | function | modules/ |
Element validate handler to ensure a hexadecimal color value. |
image_effect_integer_validate | function | modules/ |
Element validate handler to ensure an integer pixel value. |
image_effect_scale_validate | function | modules/ |
Element validate handler to ensure that either a height or a width is specified. |
image_field_update | function | modules/ |
Implements hook_field_update(). |
image_field_update_field | function | modules/ |
Implements hook_field_update_field(). |
image_field_update_instance | function | modules/ |
Implements hook_field_update_instance(). |
image_gd_settings_validate | function | modules/ |
Validate the submitted GD settings. |
image_style_form_add_validate | function | modules/ |
Validate handler for adding a new image effect to an image style. |
image_style_name_validate | function | modules/ |
Element validate function to ensure unique, URL safe style names. |
image_update_7000 | function | modules/ |
Install the schema for users upgrading from the contributed module. |
image_update_7001 | function | modules/ |
Rename possibly misnamed {image_effect} table to {image_effects}. |
image_update_7002 | function | modules/ |
Add width and height columns to image field schema and populate. |
image_update_7003 | function | modules/ |
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 | function | modules/ |
Use a large setting (512 and 1024 characters) for the length of the image alt and title fields. |
image_update_7005 | function | modules/ |
Add a column to the 'image_style' table to store administrative labels. |
image_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
ImportOPMLTestCase::validateImportFormFields | function | modules/ |
Submits form filled with invalid fields. |
install_configure_form_validate | function | includes/ |
Form validation handler for install_configure_form(). |
install_settings_form_validate | function | includes/ |
Form validation handler for install_settings_form(). |
jquery.ui.datepicker.css | file | misc/ |
/* * jQuery UI Datepicker 1.8.7 * * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Datepicker#theming */ .ui-datepicker… |
language_fallback_get_candidates | function | includes/ |
Returns the possible fallback languages ordered by language weight. |
ListFieldTestCase::testUpdateAllowedValues | function | modules/ |
Test that allowed values can be updated. |
list_allowed_values_setting_validate | function | modules/ |
Element validate callback; check that the entered values are valid. |
list_field_update_field | function | modules/ |
Implements hook_field_update_field(). |
list_field_update_forbid | function | modules/ |
Implements hook_field_update_forbid(). |
list_field_validate | function | modules/ |
Implements hook_field_validate(). |
list_update_7001 | function | modules/ |
Rename the list field types and change 'allowed_values' format. |
list_update_7002 | function | modules/ |
Re-apply list_update_7001() for deleted fields. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.