You are here

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

Schema Conditions.

File

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

Class

UUIDPropertyType

Code

public static function schemaConditions() {
  return array(
    'locked' => 'length',
  );
}