function ctools_custom_content_ui::list_sort_options

Overrides ctools_export_ui::list_sort_options

File

ctools_custom_content/plugins/export_ui/ctools_custom_content_ui.class.php, line 93

Class

ctools_custom_content_ui

Code

public function list_sort_options() {
    return array(
        'disabled' => t('Enabled, title'),
        'title' => t('Title'),
        'name' => t('Name'),
        'category' => t('Category'),
        'storage' => t('Storage'),
    );
}