You are here

function eck_get_property_type in Entity Construction Kit (ECK) 7.3

Get property type.

File

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

Code

function eck_get_property_type($property_type) {
  return eck_get_property_types($property_type);
}