protected function getArray()
 {
     $data = array(ImportResultsConfigurationForm::FILTERED_BY_ALL => Zurmo::t('Core', 'All'));
     $data[ImportRowDataResultsUtil::CREATED] = ImportRowDataResultsUtil::getStatusLabelByType(ImportRowDataResultsUtil::CREATED);
     $data[ImportRowDataResultsUtil::UPDATED] = ImportRowDataResultsUtil::getStatusLabelByType(ImportRowDataResultsUtil::UPDATED);
     $data[ImportRowDataResultsUtil::ERROR] = ImportRowDataResultsUtil::getStatusLabelByType(ImportRowDataResultsUtil::ERROR);
     return $data;
 }