You are here

function party_hat_field_validate in Party 7

Same name and namespace in other branches
  1. 8.2 modules/party_hat/party_hat.module \party_hat_field_validate()

Implements hook_field_validate().

File

modules/party_hat/party_hat.module, line 593
party_hat.module Provides an extensible access system for parties.

Code

function party_hat_field_validate($entity_type, $entity, $field, $instance, $langcode, $items, &$errors) {
}