hook_views_invalidate_cache |
function |
./views.api.php |
Allow modules to respond to the Views cache being invalidated. |
view::validate |
function |
includes/view.inc |
Make sure the view is completely valid. |
Views argument validate plugins |
group |
plugins/views_plugin_argument_validate.inc |
Allow specialized methods of validating arguments. |
ViewsArgumentValidatorTest::testArgumentValidateNumeric |
function |
tests/views_argument_validator.test |
|
ViewsArgumentValidatorTest::testArgumentValidatePhp |
function |
tests/views_argument_validator.test |
|
ViewsArgumentValidatorTest::testArgumentValidatePhpFailure |
function |
tests/views_argument_validator.test |
Make sure argument validation works properly. |
ViewsArgumentValidatorTest::view_argument_validate_numeric |
function |
tests/views_argument_validator.test |
|
ViewsArgumentValidatorTest::view_test_argument_validate_php |
function |
tests/views_argument_validator.test |
|
ViewsArgumentValidatorTest::view_test_argument_validate_php_failure |
function |
tests/views_argument_validator.test |
|
ViewsUiBaseViewsWizard::$validated_views |
property |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
|
ViewsUiBaseViewsWizard::retrieve_validated_view |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
|
ViewsUiBaseViewsWizard::set_validated_view |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
|
ViewsUiBaseViewsWizard::validate |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
Instantiates a view and validates values. |
ViewsUserArgumentValidate |
class |
tests/user/views_user_argument_validate.test |
Tests views user argument argument handler. |
ViewsUserArgumentValidate::getInfo |
function |
tests/user/views_user_argument_validate.test |
|
ViewsUserArgumentValidate::setUp |
function |
tests/user/views_user_argument_validate.test |
Sets up a Drupal site for running functional and integration tests. |
ViewsUserArgumentValidate::testArgumentValidateUserEither |
function |
tests/user/views_user_argument_validate.test |
|
ViewsUserArgumentValidate::testArgumentValidateUserName |
function |
tests/user/views_user_argument_validate.test |
|
ViewsUserArgumentValidate::testArgumentValidateUserUid |
function |
tests/user/views_user_argument_validate.test |
|
ViewsUserArgumentValidate::view_argument_validate_user |
function |
tests/user/views_user_argument_validate.test |
|
ViewsViewTest::testValidate |
function |
tests/views_view.test |
Test validation. |
ViewsWizardInterface::validate |
function |
plugins/views_wizard/views_ui_base_views_wizard.class.php |
Validate form and values. |
views_element_validate_integer |
function |
includes/admin.inc |
Helper form element validator: integer. |
views_element_validate_tags |
function |
plugins/views_plugin_query_default.inc |
Validation callback for query tags. |
views_exposed_form_validate |
function |
./views.module |
Validate handler for exposed filters. |
views_form_views_form_validate |
function |
./views.module |
Validate handler for the first step of the views form. |
views_handler::exposed_validate |
function |
includes/handlers.inc |
Validate the exposed handler form. |
views_handler::expose_validate |
function |
includes/handlers.inc |
Validate the options form. |
views_handler::extra_options_validate |
function |
includes/handlers.inc |
Validate the options form. |
views_handler::options_validate |
function |
includes/handlers.inc |
Validate the options form. |
views_handler::validate |
function |
includes/handlers.inc |
Validates the handler against the complete View. |
views_handler_argument::options_validate |
function |
handlers/views_handler_argument.inc |
Validate the options form. |
views_handler_argument::validate_arg |
function |
handlers/views_handler_argument.inc |
Validate that this argument works. By default, all arguments are valid. |
views_handler_argument::validate_argument |
function |
handlers/views_handler_argument.inc |
Called by the menu system to validate an argument. |
views_handler_argument::validate_argument_basic |
function |
handlers/views_handler_argument.inc |
Provide a basic argument validation. |
views_handler_argument::validate_fail |
function |
handlers/views_handler_argument.inc |
How to act if validation fails. |
views_handler_argument_null::validate_argument_basic |
function |
handlers/views_handler_argument_null.inc |
Provide a basic argument validation. |
views_handler_field_serialized::options_validate |
function |
handlers/views_handler_field_serialized.inc |
Validate the options form. |
views_handler_filter::build_group_validate |
function |
handlers/views_handler_filter.inc |
Validate the build group options form. |
views_handler_filter::expose_validate |
function |
handlers/views_handler_filter.inc |
Validate the options form. |
views_handler_filter::operator_validate |
function |
handlers/views_handler_filter.inc |
Validate the operator form. |
views_handler_filter::options_validate |
function |
handlers/views_handler_filter.inc |
Simple validate handler. |
views_handler_filter::value_validate |
function |
handlers/views_handler_filter.inc |
Validate the options form. |
views_handler_filter_boolean_operator::value_validate |
function |
handlers/views_handler_filter_boolean_operator.inc |
Validate the options form. |
views_handler_filter_date::build_group_validate |
function |
handlers/views_handler_filter_date.inc |
Validate the build group options form. |
views_handler_filter_date::exposed_validate |
function |
handlers/views_handler_filter_date.inc |
Validate the exposed handler form. |
views_handler_filter_date::options_validate |
function |
handlers/views_handler_filter_date.inc |
Simple validate handler. |
views_handler_filter_date::validate_valid_time |
function |
handlers/views_handler_filter_date.inc |
Validate that the time values convert to something usable. |
views_handler_filter_in_operator::validate |
function |
handlers/views_handler_filter_in_operator.inc |
Validates the handler against the complete View. |
views_handler_filter_search::exposed_validate |
function |
modules/search/views_handler_filter_search.inc |
Validate the options form. |