You are here

Functions in Web Widgets 7

Primary tabs

Namesort descending Location Description Direct uses Strings
template_preprocess_web_widgets_iframe iframe/web_widgets_style_iframe.inc Process variables for web_widgets_iframe.tpl.php
template_preprocess_web_widgets_iframe_wrapper iframe/web_widgets_style_iframe.inc Process variables for web_widgets_iframe_wrapper.tpl.php
template_preprocess_web_widgets_inline inline/web_widgets_style_inline.inc Process variables for web_widgets_inline.tpl.php
template_preprocess_web_widgets_inline_async inline_async/web_widgets_style_inline_async.inc Process variables for web_widgets_inline_async.tpl.php
template_preprocess_web_widgets_inline_async_wrapper inline_async/web_widgets_style_inline_async.inc Process variables for web_widgets_inline_async_wrapper.tpl.php
template_preprocess_web_widgets_inline_wrapper inline/web_widgets_style_inline.inc
template_preprocess_web_widgets_uwa uwa/web_widgets_style_uwa.inc Process variables for web_widgets_uwa.tpl.php
template_preprocess_web_widgets_uwa_widget uwa/web_widgets_style_uwa.inc Process variables for web_widgets_uwa_widget.tpl.php
theme_web_widgets_embed_code ./web_widgets.module Shows the widget code to the user. Usually appears when the widget display is attached to a page display. In most cases you don't want to call this function directly, but use web_widgets_render_embed_code() to render embed code.
theme_web_widgets_tracking_code ./web_widgets.module Enables the tracking of the
web_widgets_get_styles ./web_widgets.module Get a list of styles from the subdirectories. 4
web_widgets_get_style_inc ./web_widgets.module Retrieve the path to a style include file. 5
web_widgets_inside_widget ./web_widgets.module Stores the fact that if we're inside web_widget processing. 1
web_widgets_render_embed_code ./web_widgets.module Renders the embed code for a given widget style. 1
web_widgets_render_widget ./web_widgets.module Renders a given content as a widget. This function returns the actual content of a widget wrapped in style specific markup. 1
web_widgets_style_google_gadgets google_gadgets/web_widgets_style_google_gadgets.inc Define the theme functions for the web_widgets module
web_widgets_style_iframe iframe/web_widgets_style_iframe.inc Define the theme functions for the web_widgets module
web_widgets_style_inline inline/web_widgets_style_inline.inc Define the theme functions for the web_widgets module
web_widgets_style_inline_async inline_async/web_widgets_style_inline_async.inc Define the theme functions for the web_widgets module
web_widgets_style_uwa uwa/web_widgets_style_uwa.inc Define the theme functions for the web_widgets module
web_widgets_theme ./web_widgets.module Implements hook_theme().
web_widgets_uwa_render uwa/web_widgets_style_uwa.inc Overload the render() of view object.
web_widgets_views_api ./web_widgets.module Implements hook_views_api().
web_widgets_views_plugins views/web_widgets.views.inc Implements hook_views_plugins().
_web_widgets_add_attrib ./web_widgets.module Helper function for preg_replace_callback. 1
_web_widgets_rewrite_anchors ./web_widgets.module Extend all anchor tags by target attribute. 1

Other projects