You are here

color_test.module in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/color/tests/modules/color_test/color_test.module

Provide test color module.

File

core/modules/color/tests/modules/color_test/color_test.module
View source
<?php

/**
 * @file
 * Provide test color module.
 */

/**
 * Implements hook_system_theme_info().
 */
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;
}

Functions

Namesort descending Description
color_test_system_theme_info Implements hook_system_theme_info().