color_test.module in Zircon Profile 8
Same filename and directory in other branches
Provide test color module.
File
core/modules/color/tests/modules/color_test/color_test.moduleView 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
Name![]() |
Description |
---|---|
color_test_system_theme_info | Implements hook_system_theme_info(). |