You are here

Functions in Views data export 7.4

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_views_data_export ./views_data_export.drush.inc Drush command callback to export a views data to a file.
drush_views_data_export_validate ./views_data_export.drush.inc Implementation of drush_hook_COMMAND_validate().
template_preprocess_views_data_export theme/views_data_export.theme.inc
template_preprocess_views_data_export_csv theme/views_data_export.theme.inc Preprocess csv output template.
template_preprocess_views_data_export_csv_body theme/views_data_export.theme.inc
template_preprocess_views_data_export_csv_header theme/views_data_export.theme.inc
template_preprocess_views_data_export_doc_body theme/views_data_export.theme.inc
template_preprocess_views_data_export_doc_header theme/views_data_export.theme.inc
template_preprocess_views_data_export_msoffice_body theme/views_data_export.theme.inc 2
template_preprocess_views_data_export_msoffice_header theme/views_data_export.theme.inc 2
template_preprocess_views_data_export_txt_body theme/views_data_export.theme.inc Preprocess txt output template.
template_preprocess_views_data_export_xls_body theme/views_data_export.theme.inc
template_preprocess_views_data_export_xls_header theme/views_data_export.theme.inc
template_preprocess_views_data_export_xml_body theme/views_data_export.theme.inc Preprocess xml output template.
template_preprocess_views_data_export_xml_footer theme/views_data_export.theme.inc Preprocess xml output template.
template_preprocess_views_data_export_xml_header theme/views_data_export.theme.inc Preprocess xml output template.
theme_views_data_export_complete_page theme/views_data_export.theme.inc Theme callback for the export complete page.
theme_views_data_export_feed_icon theme/views_data_export.theme.inc Theme a feed link.
theme_views_data_export_message theme/views_data_export.theme.inc Theme a status message
views_data_export_clear ./views_data_export.module Remove the information about an export.
views_data_export_cron ./views_data_export.module Implementation of hook_cron().
views_data_export_drush_command ./views_data_export.drush.inc Implementation of hook_drush_command().
views_data_export_drush_help ./views_data_export.drush.inc Implementation of hook_drush_help().
views_data_export_file_presave ./views_data_export.module Implements hook_file_presave().
views_data_export_garbage_collect ./views_data_export.module Removes any temporary index tables that have been left behind. This is caused by batch processes which are started but never finished. 2
views_data_export_get ./views_data_export.module Get the information about a previous export. 2
views_data_export_init ./views_data_export.module Implements hook_init().
views_data_export_new ./views_data_export.module Save a new export into the database. 1
views_data_export_requirements ./views_data_export.install Implements hook_requirements().
views_data_export_schema ./views_data_export.install Implementation of hook_schema()
views_data_export_theme ./views_data_export.module Implementation of hook_theme().
views_data_export_uninstall ./views_data_export.install Implementation of hook_uninstall()
views_data_export_update ./views_data_export.module Update an export row in the database 2
views_data_export_update_7100 ./views_data_export.install Convert the data column in the object cache.
views_data_export_update_7300 ./views_data_export.install Increase the length of the view_name field to match views_schema_7301().
views_data_export_update_7301 ./views_data_export.install Change the object cache table to support postgres installations
views_data_export_views_api ./views_data_export.module Implementation of hook_views_api().
views_data_export_views_data_export_batch_alter ./views_data_export.drush.inc Implementation of hook_views_data_export_batch_alter()
views_data_export_views_plugins ./views_data_export.views.inc Implementation of hook_views_plugins().
views_data_export_view_clear ./views_data_export.module Clear a view from the object cache. 3
views_data_export_view_retrieve ./views_data_export.module Retrieve a view from the object cache. 2
views_data_export_view_store ./views_data_export.module Store a view in the object cache. 2
_drush_views_data_export_batch_finished ./views_data_export.drush.inc Get's called at the end of the drush batch process that generated our export 1
_drush_views_data_export_clone_display ./views_data_export.drush.inc Helper function that takes a view and returns a clone of it that has cloned a given display to one of type views_data_export 1
_drush_views_data_export_generate_display_id ./views_data_export.drush.inc Generate a display id of a certain plugin type. See http://drupal.org/files/issues/348975-clone-display.patch 1
_drush_views_data_export_override_batch ./views_data_export.drush.inc Helper function that indicates that we want to override the batch that the views_data_export view creates on it's initial time through. 2
_views_data_export_batch_process ./views_data_export.module Batch API callback. Handles all batching operations by executing the appropriate view. 1
_views_data_export_body_shared_preprocess theme/views_data_export.theme.inc Shared helper function for export preprocess functions. 4
_views_data_export_header_shared_preprocess theme/views_data_export.theme.inc Shared helper function for export preprocess functions. 5
_views_data_export_xml_tag_clean theme/views_data_export.theme.inc Returns a valid XML tag formed from the given input. 4

Other projects