function party_attached_entity_edit_form_validate in Party 7
Same name and namespace in other branches
- 8.2 party.pages.inc \party_attached_entity_edit_form_validate()
Validation handler for the data set edit form.
File
- ./
party.pages.inc, line 399 - party.pages.inc
Code
function party_attached_entity_edit_form_validate($form, &$form_state) {
return TRUE;
}