node_validate |
function |
modules/node/node.module |
Performs validation checks on the given node. |
date_validate |
function |
includes/form.inc |
Validates the date type to prevent invalid dates (e.g., February 30, 2006). |
hook_validate |
function |
modules/node/node.api.php |
Perform node validation before a node is created or updated. |
file_validate |
function |
includes/file.inc |
Checks that a file meets the criteria specified by the validators. |
view::validate |
function |
modules/views/includes/view.inc |
Make sure the view is completely valid. |
_form_validate |
function |
includes/form.inc |
Performs validation on form elements. |
_link_validate |
function |
modules/link/link.module |
Validates that the link field has been entered properly. |
LinkValidateTest |
class |
modules/link/tests/link.validate.test |
|
FileValidateTest |
class |
modules/simpletest/tests/file.test |
Tests the file_validate() function.. |
form_validate_url |
function |
includes/form.inc |
Form element validation handler for #type 'url'. |
link_validate_url |
function |
modules/link/link.module |
Validates a URL. |
redirect_validate |
function |
modules/redirect/redirect.module |
Validate a redirect. |
user_pass_validate |
function |
modules/user/user.pages.inc |
Form validation handler for user_pass(). |
Config::$validated |
property |
includes/config.inc |
The state of validation on this object. |
hook_file_validate |
function |
modules/system/system.api.php |
Check that files meet a given criteria. |
file_validate_size |
function |
includes/file.inc |
Checks that the file's size is below certain limits. |
Color::validateHex |
function |
includes/color.inc |
Validates whether a hexadecimal color value is syntatically correct. |
html_date_validate |
function |
includes/form.inc |
Validate a date string. |
date_text_validate |
function |
modules/date/date.elements.inc |
Validation for text input. |
html_time_validate |
function |
includes/form.inc |
Validate a time string. |
hook_node_validate |
function |
modules/node/node.api.php |
Perform node validation before a node is created or updated. |
user_validate_name |
function |
modules/user/user.module |
Verify the syntax of the given name. |
link.validate.test |
file |
modules/link/tests/link.validate.test |
Tests that exercise the validation functions in the link module. |
node_form_validate |
function |
modules/node/node.pages.inc |
Form validation handler for node_form(). |
form_validate_email |
function |
includes/form.inc |
Form element validation handler for #type 'email'. |
date_popup_validate |
function |
modules/date/date.elements.inc |
Massage the input values back into a single date. |
Block::formValidate |
function |
modules/layout/includes/block.class.inc |
Validate handler to validate the form settings. |
list_field_validate |
function |
modules/field/modules/list/list.module |
Implements hook_field_validate(). |
text_field_validate |
function |
modules/field/modules/text/text.module |
Implements hook_field_validate(). |
hook_field_validate |
function |
modules/field/field.api.php |
Validate this module's field data. |
date_combo_validate |
function |
modules/date/date.elements.inc |
Validate and update a combo element. |
date_field_validate |
function |
modules/date/date.field.inc |
Implements hook_field_validate(). |
link_field_validate |
function |
modules/link/link.module |
Implements hook_field_validate(). |
form_validate_color |
function |
includes/form.inc |
Form element validation handler for #type 'color'. |
field_validate_field |
function |
modules/field/field.crud.inc |
Validates a field configuration. |
drupal_validate_form |
function |
includes/drupal.inc |
Validates user-submitted form data in the $form_state array. |
email_field_validate |
function |
modules/email/email.module |
Implements hook_field_validate(). |
node_search_validate |
function |
modules/node/node.module |
Form validation handler for node_form_search_form_alter(). |
LinkValidateUnitTest |
class |
modules/link/tests/link.validate.test |
A series of tests of links, only going against the link_validate_url function in link.module. |
Layout::formValidate |
function |
modules/layout/includes/layout.class.inc |
Validate the settings form. |
search_form_validate |
function |
modules/search/search.pages.inc |
As the search form collates keys from other modules hooked in via
hook_form_alter, the validation takes place in _submit.
search_form_validate() is used solely to set the 'processed_keys' form
value for the basic search form. |
drupal_validate_utf8 |
function |
includes/drupal.inc |
Checks whether a string is valid UTF-8. |
Config::validateData |
function |
includes/config.inc |
Validate the full contents of the configuration data. |
Config::validateName |
function |
includes/config.inc |
Validates the configuration object name. |
form_validate_number |
function |
includes/form.inc |
Form element validation handler for #type 'number'. |
date_select_validate |
function |
modules/date/date.elements.inc |
Validation function for date selector. |
field_attach_validate |
function |
modules/field/field.attach.inc |
Perform field validation against the field data in an entity. |
user_validate_picture |
function |
modules/user/user.module |
Validates an image uploaded by a user. |
form_options_validate |
function |
modules/field/modules/options/options.module |
Validate the "options" form element type. |
_locale_invalidate_js |
function |
includes/locale.inc |
Force the JavaScript translation file(s) to be refreshed. |