Module Versions
Categories
Component ID
275373
Component name
Module Versions
Component type
module
Component security advisory coverage
not-covered
Downloads
1740
Component created
Component changed
Component body
This module provides additional API functionality to other modules. You do not need this module unless you are instructed to by other modules to add it. Module developers, to use simply call modver::module("module_name") to get an array of the version for the module. The array[0] is the major version for the module_name given. If the module is not installed then FALSE is returned. Theme developers can use modver::theme("theme_name") to get the version of a theme.
