function properties_field_validate in Dynamic properties 7
Implements hook_field_validate().
File
- ./
properties.module, line 302 - This module provides a dynamic property field that can contain an unlimited number of attribute value pairs.
Code
function properties_field_validate($entity_type, $entity, $field, $instance, $langcode, $items, &$errors) {
}