Craft\AmForms_FormElementType::defineSortableAttributes PHP Method

defineSortableAttributes() public method

Returns the attributes that can be sorted by in table views.
public defineSortableAttributes ( ) : array
return array
    public function defineSortableAttributes()
    {
        return array('name' => Craft::t('Name'), 'handle' => Craft::t('Handle'));
    }