You are here

function eck_get_property_label in Entity Construction Kit (ECK) 7.3

Get property label.

File

./eck.module, line 475

Code

function eck_get_property_label($name) {
  $info = hook_eck_property_info();
  return $info[$name]['label'];
}