function field_test_entity_form_validate
Validate handler for field_test_entity_form().
File
-
modules/
field/ tests/ field_test.entity.inc, line 386
Code
function field_test_entity_form_validate($form, &$form_state) {
entity_form_field_validate('test_entity', $form, $form_state);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.