You are here

public static function UUIDPropertyType::validate in Entity Construction Kit (ECK) 7.3

Validate.

Overrides FixedSizeTextPropertyType::validate

File

./eck.property_type.inc, line 410
Property types.

Class

UUIDPropertyType

Code

public static function validate($value) {

  // @TODO UUID module has a function ... steal :)
  return TRUE;
}