itoggle_ajax_callback |
./itoggle.module |
Page callback |
|
1 |
itoggle_field_field_formatter_info |
modules/field/itoggle_field.module |
Implements hook_field_formatter_info(). |
|
|
itoggle_field_field_formatter_view |
modules/field/itoggle_field.module |
Implements hook_field_formatter_view(). |
|
|
itoggle_field_widget_form |
modules/field/itoggle_field.module |
Implements hook_field_widget_form(). |
|
|
itoggle_field_widget_info |
modules/field/itoggle_field.module |
Implements hook_field_widget_info(). |
|
|
itoggle_field_widget_validate |
modules/field/itoggle_field.module |
Form element validation handler for itoggle element. |
|
1 |
itoggle_form_admin |
includes/itoggle.admin.inc |
@file
iToggle Admin config pages. |
|
1 |
itoggle_get_entity_info |
includes/itoggle.inc |
Loads information about defined entities and returns an array of possible boolean fields for toggling |
3 |
|
itoggle_get_js |
includes/itoggle.inc |
Return the JS filename for iToggle plugin.
This was borrowed from the Colorbox module |
2 |
|
itoggle_get_path |
includes/itoggle.inc |
Return the path to the iToggle plugin.
This was borrowed from the Colorbox module |
3 |
|
itoggle_get_version |
includes/itoggle.inc |
Return the version of iToggle plugin that is installed. |
1 |
|
itoggle_help |
./itoggle.module |
Implements hook_help(). |
|
|
itoggle_include_itoggle |
includes/itoggle.inc |
Helper function
Includes itoggle plugin and default style |
2 |
|
itoggle_include_settings |
includes/itoggle.inc |
Helper function
Adds itoggle settings to Drupal.settings |
2 |
|
itoggle_menu |
./itoggle.module |
Implements hook_menu(). |
|
|
itoggle_permission |
./itoggle.module |
Implements hook_permission(). |
|
|
itoggle_requirements |
./itoggle.install |
Implements hook_requirements().
This was borrowed from the Colorbox module |
|
|
itoggle_theme |
./itoggle.module |
Implements hook_theme(). |
|
|
itoggle_uninstall |
./itoggle.install |
Implements hook_uninstall(). |
|
|
itoggle_variable_info |
./itoggle.module |
Implements hook_variable_info(). |
|
|
itoggle_views_views_api |
modules/views/itoggle_views.module |
Implements hook_views_api(). |
|
|
itoggle_views_views_data |
modules/views/itoggle_views.module |
Implements hook_views_data(). |
|
|
theme_itoggle |
./itoggle.module |
Theme callback |
|
|
_itoggle_admin_check_plugin_path |
includes/itoggle.admin.inc |
Checks if the directory in $form_element exists and contains a file named
'engage.itoggle.js'. If validation fails, the form element is flagged
with an error from within the file_check_directory function. |
|
1 |
_itoggle_ajax_toggle_entity |
./itoggle.module |
Helper function
Changes entity properties |
1 |
|
_itoggle_ajax_toggle_field |
./itoggle.module |
Helper function
Changes field values |
1 |
|