'Contribute', 'Membership' => 'Member', 'Participant' => 'Event']; $entity = $entityMap[$entity] ?? $entity; $this->_pages = [ 'CRM_' . $entity . '_Export_Form_Select' => NULL, 'CRM_' . $entity . '_Export_Form_Map' => NULL, ]; $this->addSequentialPages($this->_pages, $action); } /** * @todo So far does nothing. * * @return string */ public function getTaskFormName() { return ''; } /** * @todo not sure if this is needed */ public function shouldReset() { return FALSE; } }