Form_Manager::list_page_handler()

Returns the form list page handler.

Description

See also

Return

(awsmug\Torro_Forms\DB_Objects\Forms\Form_List_Page_Handler) List page handler instance.

Source

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

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

Changelog

Changelog
Version Description
1.0.0 Introduced.