You are here

breakpoint_theme_test.module in Breakpoints 8

Test breakpoint functionality for breakpoints provided by themes.

File

tests/breakpoint_theme_test.module
View source
<?php

/**
 * @file
 * Test breakpoint functionality for breakpoints provided by themes.
 */

/**
 * Implements hook_system_theme_info().
 */
function breakpoint_theme_test_system_theme_info() {
  $themes['breakpoint_test_theme'] = drupal_get_path('module', 'breakpoint_theme_test') . '/themes/breakpoint_test_theme/breakpoint_test_theme.info';
  return $themes;
}

Functions

Namesort descending Description
breakpoint_theme_test_system_theme_info Implements hook_system_theme_info().