You are here

function colors_api_version in Colors 7

Declares the current Colors API version.

2 calls to colors_api_version()
colors_colors_api in ./colors.module
Implements hook_colors_api().
colors_include_api in ./colors.module
Includes all Colors API plugins.

File

./colors.module, line 113
Provides an API to match selectors with a color configuration.

Code

function colors_api_version() {
  return '1';
}