You are here

function colors_colors_api in Colors 7

Implements hook_colors_api().

1 call to colors_colors_api()
colors.module in ./colors.module
Provides an API to match selectors with a color configuration.

File

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

Code

function colors_colors_api() {
  return array(
    'api' => colors_api_version(),
    'path' => drupal_get_path('module', 'colors') . '/includes',
  );
}