You are here

function colors_ctools_plugin_api_hook_name in Colors 7

Implements hook_ctools_plugin_api_hook_name().

File

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

Code

function colors_ctools_plugin_api_hook_name() {
  return 'colors_api';
}