26 calls to list_themes() in Drupal 7
- BlockTestCase::testCustomBlock in modules/
block/ block.test - Test creating custom block, moving it to a specific region and then deleting it.
- block_add_block_form_submit in modules/
block/ block.admin.inc - Form submission handler for block_add_block_form().
- block_admin_configure in modules/
block/ block.admin.inc - Form constructor for the block configuration form.
- block_help in modules/
block/ block.module - Implements hook_help().
- block_menu in modules/
block/ block.module - Implements hook_menu().
- drupal_find_theme_templates in includes/
theme.inc - Allows themes and/or theme engines to easily discover overridden templates.
- drupal_theme_access in includes/
theme.inc - Determines if a theme is available to use.
- drupal_theme_initialize in includes/
theme.inc - Initializes the theme system by loading the theme.
- SystemInfoAlterTestCase::testSystemInfoAlter in modules/
system/ system.test - Tests that {system}.info is rebuilt after a module that implements hook_system_info_alter() is enabled. Also tests if core *_list() functions return freshly altered info.
- system_help in modules/
system/ system.module - Implements hook_help().
- system_menu in modules/
system/ system.module - Implements hook_menu().
- system_region_list in modules/
system/ system.module - Get a list of available regions from a specified theme.
- system_theme_default in modules/
system/ system.admin.inc - Menu callback; Set the default theme.
- system_theme_disable in modules/
system/ system.admin.inc - Menu callback; Disables a theme.
- system_theme_enable in modules/
system/ system.admin.inc - Menu callback; Enables a theme.
- system_theme_settings in modules/
system/ system.admin.inc - Form builder; display theme configuration for entire site and individual themes.
- template_preprocess_maintenance_page in includes/
theme.inc - Process variables for maintenance-page.tpl.php.
- ThemeTestCase::testListThemes in modules/
simpletest/ tests/ theme.test - Test the list_themes() function.
- theme_disable in includes/
theme.inc - Disables a given list of themes.
- theme_enable in includes/
theme.inc - Enables a given list of themes.
- theme_get_setting in includes/
theme.inc - Retrieves a setting for the current theme or for a given theme.
- _color_html_alter in modules/
color/ color.module - Replaces style sheets with color-altered style sheets.
- _color_rewrite_stylesheet in modules/
color/ color.module - Rewrites the stylesheet to match the colors in the palette.
- _color_theme_select_form_alter in modules/
color/ color.module - Helper for hook_form_FORM_ID_alter() implementations.
- _drupal_maintenance_theme in includes/
theme.maintenance.inc - Sets up the theming system for maintenance page.
- _overlay_region_list in modules/
overlay/ overlay.module - Returns a list of page regions related to the overlay.