You are here

Functions in Style Switcher 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
styleswitcher_active_style_path ./styleswitcher.module Finds the style active for current user and returns its path. 1
styleswitcher_admin ./styleswitcher.admin.inc Page callback: Constructs a form for the Styleswitcher configuration. 1
styleswitcher_admin_submit ./styleswitcher.admin.inc Form submission handler for styleswitcher_admin(). 1
styleswitcher_block ./styleswitcher.module Implements hook_block().
styleswitcher_block_info ./styleswitcher.module Returns info about provided blocks and their initial configuration settings. 1
styleswitcher_block_view ./styleswitcher.module Returns a renderable view of a block. 1
styleswitcher_config_theme ./styleswitcher.admin.inc Page callback: Constructs a form for a theme-specific styles settings. 1
styleswitcher_config_theme_submit ./styleswitcher.admin.inc Form submission handler for styleswitcher_config_theme().
styleswitcher_config_theme_validate ./styleswitcher.admin.inc Form validation handler for styleswitcher_config_theme().
styleswitcher_css ./styleswitcher.module Page callback: Redirects to CSS file of currently active style. 1
styleswitcher_custom_styles ./styleswitcher.module Returns a list of custom styles. 4 3
styleswitcher_default_style_key ./styleswitcher.module Finds the default style and returns its key. 3
styleswitcher_menu ./styleswitcher.module Implements hook_menu().
styleswitcher_perm ./styleswitcher.module Implements hook_perm().
styleswitcher_preprocess_page ./styleswitcher.module Prepares variables for page templates: Adds the dynamic CSS to every page.
styleswitcher_save_user_preference ./styleswitcher.module Saves the style key to the cookie. 2
styleswitcher_sort ./styleswitcher.module Sorts styles by weight and index. 2
styleswitcher_styles_settings ./styleswitcher.module Returns a list of styles with theme-specific settings. 1 3
styleswitcher_style_delete_form ./styleswitcher.admin.inc Page callback: Constructs a form to delete a single style. 1
styleswitcher_style_delete_form_submit ./styleswitcher.admin.inc Form submission handler for styleswitcher_style_delete_form().
styleswitcher_style_form ./styleswitcher.admin.inc Page callback: Constructs a form to add/edit a style. 1
styleswitcher_style_form_submit ./styleswitcher.admin.inc Form submission handler for styleswitcher_style_form().
styleswitcher_style_form_validate ./styleswitcher.admin.inc Form validation handler for styleswitcher_style_form().
styleswitcher_style_load ./styleswitcher.module Loads a style array by its machine name and a theme name. 2
styleswitcher_style_load_multiple ./styleswitcher.module Returns a list of styles. 6
styleswitcher_style_title ./styleswitcher.module Returns style's label. 1
styleswitcher_switch ./styleswitcher.module Page callback: Switches style when JS is disabled. 1
styleswitcher_theme ./styleswitcher.module Implements hook_theme().
styleswitcher_theme_default_style_key ./styleswitcher.module Saves/returns the key of default style provided by a theme. 3
styleswitcher_theme_styles ./styleswitcher.module Returns a list of styles provided by a theme. 3
styleswitcher_uninstall ./styleswitcher.install Implements hook_uninstall().
theme_styleswitcher_admin_styles_table ./styleswitcher.admin.inc Returns HTML for the styles settings overview form element.
theme_styleswitcher_admin_style_overview ./styleswitcher.admin.inc Returns HTML for a style description on the styles overview page.
_styleswitcher_configuration_changed ./styleswitcher.admin.inc Performs routine tasks after module's configuration has been changed. 4
_styleswitcher_config_theme_access ./styleswitcher.module Access callback: Allows only admin and only for enabled themes. 1
_styleswitcher_file_create_url ./styleswitcher.module Creates a web-accessible URL for a "shipped" file. 2
_styleswitcher_style_name ./styleswitcher.module Transliterates a human-readable name to a machine name. 2
_styleswitcher_theme_access ./styleswitcher.module Access callback: Allows only for enabled themes. 1 1
_styleswitcher_weight_delta ./styleswitcher.admin.inc Calculates #delta for style's weight element. 1

Other projects