Skip to content

Commit

Permalink
Merge pull request #25601 from eileenmcnaughton/import_constants
Browse files Browse the repository at this point in the history
Remove unused constants left over from import cleanup
  • Loading branch information
totten authored Feb 17, 2023
2 parents 5046f62 + e20a125 commit f70fb9b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions CRM/Activity/Import/Form/DataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
*/
class CRM_Activity_Import_Form_DataSource extends CRM_Import_Form_DataSource {

const PATH = 'civicrm/import/activity';

const IMPORT_ENTITY = 'Activity';

/**
* Get the name of the type to be stored in civicrm_user_job.type_id.
*
Expand Down
4 changes: 0 additions & 4 deletions CRM/Contribute/Import/Form/DataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
*/
class CRM_Contribute_Import_Form_DataSource extends CRM_Import_Form_DataSource {

const PATH = 'civicrm/contribute/import';

const IMPORT_ENTITY = 'Contribution';

/**
* Get the name of the type to be stored in civicrm_user_job.type_id.
*
Expand Down
4 changes: 0 additions & 4 deletions CRM/Custom/Import/Form/DataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
*/
class CRM_Custom_Import_Form_DataSource extends CRM_Import_Form_DataSource {

const PATH = 'civicrm/import/custom';

const IMPORT_ENTITY = 'Multi value custom data';

/**
* Get the name of the type to be stored in civicrm_user_job.type_id.
*
Expand Down
4 changes: 0 additions & 4 deletions CRM/Event/Import/Form/DataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
*/
class CRM_Event_Import_Form_DataSource extends CRM_Import_Form_DataSource {

const PATH = 'civicrm/event/import';

const IMPORT_ENTITY = 'Participant';

/**
* Get the name of the type to be stored in civicrm_user_job.type_id.
*
Expand Down
4 changes: 0 additions & 4 deletions CRM/Member/Import/Form/DataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
*/
class CRM_Member_Import_Form_DataSource extends CRM_Import_Form_DataSource {

const PATH = 'civicrm/member/import';

const IMPORT_ENTITY = 'Membership';

/**
* Get the name of the type to be stored in civicrm_user_job.type_id.
*
Expand Down

0 comments on commit f70fb9b

Please sign in to comment.