ObjectMeta::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('meta_id' => t('Meta'), 'meta_object_id' => t('Meta Object'), 'meta_key' => t('Meta Key'), 'meta_value' => t('Meta Value'));
    }