You are here

function color_test_system_theme_info in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/color/tests/modules/color_test/color_test.module \color_test_system_theme_info()

Implements hook_system_theme_info().

File

core/modules/color/tests/modules/color_test/color_test.module, line 11
Provide test color module.

Code

function color_test_system_theme_info() {
  $themes['color_test_theme'] = drupal_get_path('module', 'color_test') . '/themes/color_test_theme/color_test_theme.info.yml';
  return $themes;
}