You are here

function commentformsettings_elements_validate in Node and Comments Form Settings 7.3

Same name and namespace in other branches
  1. 6.3 commentformsettings/commentformsettings.module \commentformsettings_elements_validate()
  2. 6.2 commentformsettings/commentformsettings.module \commentformsettings_elements_validate()
  3. 7.2 commentformsettings/commentformsettings.module \commentformsettings_elements_validate()

Define all elements that need validation.

1 call to commentformsettings_elements_validate()
commentformsettings_settings_validate in commentformsettings/commentformsettings.module
We use this function to validate.

File

commentformsettings/commentformsettings.module, line 53

Code

function commentformsettings_elements_validate() {
  return array(
    'cfs_comment_cancel',
    'cfs_newadmin',
  );
}