Module::get_meta_identifier()

Returns the meta identifier for the module.

Description

This identifier must be used to access module metadata.

See also

Return

(string) Module meta identifier.

Source

File: src/modules/module.php

	protected final function get_meta_identifier() {
		return 'module_' . $this->slug;
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.