You are here

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

Validate.

Overrides PropertyTypeInterface::validate

File

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

Class

BlobPropertyType

Code

public static function validate($value) {

  // Anything can be stored in a blob.
  return TRUE;
}