Form_Manager::frontend_output_handler()

Returns the form frontend output handler.

Description

See also

Return

(awsmug\Torro_Forms\DB_Objects\Forms\Form_Frontend_Output_Handler) Frontend output handler instance.

Source

File: src/db-objects/forms/form-manager.php

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

Changelog

Changelog
Version Description
1.0.0 Introduced.