You are here

function ccl_views_validation in Custom Contextual Links 7

Same name and namespace in other branches
  1. 8 ccl_views/ccl_views.module \ccl_views_validation()

Custom validation for the block options.

1 string reference to 'ccl_views_validation'
ccl_views_form_ccl_add_form_alter in ccl_views/ccl_views.module
Implements hook_form_FORM_ID_alter().

File

ccl_views/ccl_views.module, line 85
Implements support of views in CCL.

Code

function ccl_views_validation($form, &$form_state) {
}