Element_Manager::types()

Returns the element type manager instance.

Description

See also

Return

(awsmug\Torro_Forms\DB_Objects\Elements\Element_Types\Element_Type_Manager) The element type manager instance.

Source

File: src/db-objects/elements/element-manager.php

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

Changelog

Changelog
Version Description
1.0.0 Introduced.