You are here

function notifications_subscription_base_form_validate in Notifications 6.4

Same name and namespace in other branches
  1. 7 notifications.pages.inc \notifications_subscription_base_form_validate()

Validate subscription

1 call to notifications_subscription_base_form_validate()
notifications_subscription_form_validate in ./notifications.module
Main subscription form validate

File

./notifications.pages.inc, line 454
User pages for Notifications

Code

function notifications_subscription_base_form_validate($form, &$form_state) {
  Notifications_Subscription::validate_submission($form_state);
}