Submission_Manager::export_handler()

Returns the submission export handler.

Description

Return

(awsmug\Torro_Forms\Components\Submission_Export_Handler) Submission export handler instance.

Source

File: src/db-objects/submissions/submission-manager.php

	public function export_handler() {
		return $this->export_handler();
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.