Module::get_options()

Retrieves the values of all module options.

Description

See also

Return

(array) Option values.

Source

File: src/modules/module.php

	public function get_options() {
		return $this->manager()->options()->get( $this->get_settings_identifier(), array() );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.