Torro_Forms::instantiate_modules()

Instantiates the module manager.

Description

See also

Source

File: src/torro-forms.php

	protected function instantiate_modules() {
		$this->modules = $this->instantiate_plugin_service( 'Modules\Module_Manager', $this->prefix, array(
			'options'               => $this->options,
			'meta'                  => $this->meta,
			'assets'                => $this->assets,
			'ajax'                  => $this->ajax,
			'forms'                 => $this->forms,
			'template_tag_handlers' => $this->template_tag_handlers,
			'error_handler'         => $this->error_handler,
		) );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.