mirocow\eav\EavBehavior::getLabel PHP Method

getLabel() public method

public getLabel ( $attribute )
    public function getLabel($attribute)
    {
        return EavAttribute::find()->select(['label'])->where(['name' => $attribute])->scalar();
    }