You are here

Functions in DraggableViews 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
draggableviews_book_ctools_plugin_directory draggableviews_book/draggableviews_book.module Implements hook_ctools_plugin_directory().
draggableviews_book_install draggableviews_book/draggableviews_book.install Implements hook_install().
draggableviews_book_menu_alter draggableviews_book/draggableviews_book.module Implements hook_menu_alter().
draggableviews_book_views_api draggableviews_book/draggableviews_book.module Implements hook_views_api().
draggableviews_book_views_data draggableviews_book/draggableviews_book.views.inc Implements hook_views_data().
draggableviews_book_views_default_views draggableviews_book/draggableviews_book.views_default.inc Implements hook_views_default_views().
draggableviews_book_views_post_execute draggableviews_book/draggableviews_book.module Implements hook_views_post_execute().
draggableviews_contextual_links_view_alter ./draggableviews.module Implements hook_contextual_links_view_alter().
draggableviews_ctools_plugin_directory ./draggableviews.module Implements hook_ctools_plugin_directory().
draggableviews_ctools_plugin_type ./draggableviews.module Implements hook_ctools_plugin_type().
draggableviews_form_alter ./draggableviews.module Implements hook_form_alter().
draggableviews_get_handlers ./draggableviews.module Retrieve all sort plugins. 2
draggableviews_get_handler_class ./draggableviews.module Get class of handler. 5
draggableviews_get_hierarchy_handlers ./draggableviews.module Retrieve all hierarchy plugins. 2
draggableviews_node_delete ./draggableviews.module Implements hook_node_delete().
draggableviews_permission ./draggableviews.module Implements hook_permission().
draggableviews_preprocess_views_view_list ./draggableviews.module Implements hook_preprocess_views_view_list().
draggableviews_preprocess_views_view_table ./draggableviews.module Implements hook_preprocess_views_view_table().
draggableviews_rules_event_info ./draggableviews.rules.inc Implements hook_rules_event_info().
draggableviews_schema ./draggableviews.install Implements hook_schema().
draggableviews_test_views_api test/draggableviews_test/draggableviews_test.module Implements hook_views_api().
draggableviews_test_views_default_views test/draggableviews_test/draggableviews_test.views_default.inc Implements hook_views_default_views().
draggableviews_update_7101 ./draggableviews.install Upgrades the draggableviews_structure table from 1.x to 2.x (schema_version 7200). This will run if you have 7.x-1.x installed and are upgrading to 7.x-2.x. Otherwise this will be skipped. All of your views will need to be manually updated using…
draggableviews_update_7201 ./draggableviews.install Increase sizes of view_name and view_display fields of draggableviews_structure table.
draggableviews_update_7202 ./draggableviews.install Add "parent" field to draggableviews_structure table.
draggableviews_update_7203 ./draggableviews.install Add indexes to the draggableviews_structure table.
draggableviews_update_7204 ./draggableviews.install Add indexes to the draggableviews_structure table.
draggableviews_update_7205 ./draggableviews.install Remove unique key on the draggableviews_structure table.
draggableviews_update_7206 ./draggableviews.install Support MYISAM store engine tables.
draggableviews_views_api ./draggableviews.module Implements hook_views_api().
draggableviews_views_data_alter views/draggableviews.views.inc Implements hook_views_data_alter().
draggableviews_views_post_execute views/draggableviews.views.inc Implements hook_views_post_execute().
draggableviews_views_pre_view ./draggableviews.module Implements hook_views_pre_view().
draggableviews_views_submit ./draggableviews.module Save weight records after form submit. 1
draggableviews_view_draggabletable_form_ajax ./draggableviews.module Ajax draggabletable submit handler. 1
hook_draggableviews_handler_native_arguments_alter ./draggableviews.api.php If Native handler used, you can alter arguments set before saved to database.
hook_draggableviews_sorted ./draggableviews.api.php Perform actions after the weights for a Draggable view have been saved.
_draggableviews_book_access draggableviews_book/draggableviews_book.module Check whether item has children. 1
_draggableviews_book_result_set_weight draggableviews_book/draggableviews_book.module Set the weight array of item. 1
_draggableviews_book_uasort draggableviews_book/draggableviews_book.module Custom sort callback based on weights arrays. 1
_draggableviews_eval_return ./draggableviews.module Evaluates the given PHP code, with the given variables defined. 1
_draggableviews_get_draggable_sort ./draggableviews.module Get the draggable views weight sort of a view if there is one and return its ID. If there are multiple of these sorts, either the one matching a specified table alias or the first one is returned. 2
_draggableviews_get_field ./draggableviews.module Gets the Draggableviews field if it exists on the passed-in view. 1
_draggableviews_get_order_path ./draggableviews.module Get the path to the order view. 1
_draggableviews_get_order_view_display ./draggableviews.module Get the view display identifier. 1
_draggableviews_get_views_options ./draggableviews.module Helper function that returns an option list of all draggable views or let you inspect a specific view to see if it's a draggable view itself and returns the appropriate option for that. 1
_draggableviews_load_order_view ./draggableviews.module Load and/or built the order view with the correct view display. 3

Other projects