Attribute::getTypesList PHP Method

getTypesList() public method

public getTypesList ( ) : array
return array
    public function getTypesList()
    {
        return [self::TYPE_SHORT_TEXT => Yii::t('StoreModule.store', 'Short text (up to 250 characters)'), self::TYPE_TEXT => Yii::t('StoreModule.store', 'Text'), self::TYPE_DROPDOWN => Yii::t('StoreModule.store', 'Dropdown list'), self::TYPE_CHECKBOX => Yii::t('StoreModule.store', 'Checkbox'), self::TYPE_NUMBER => Yii::t('StoreModule.store', 'Number'), self::TYPE_FILE => Yii::t('StoreModule.store', 'File'), self::TYPE_CHECKBOX_LIST => Yii::t('StoreModule.store', 'Checkbox list')];
    }