ContentList::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('content_list_id' => t('Content List'), 'name' => t('Name'), 'value' => t('Value'), 'created' => t('Created'), 'type' => t('Type'), 'lang' => t('Language'), 'content_type' => t('Content type'), 'terms' => t('Terms'), 'tags' => t('Tags'), 'paging' => t('Paging'), 'number' => t('Number'), 'criteria' => t('Criteria'), 'manual_list' => t('Manual List'));
    }