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 |
|
|
theme_views_data_export_migration_view_list |
migration/views_data_export_migration.module |
|
|
|
theme_views_data_export_migration_view_page |
migration/views_data_export_migration.module |
|
|
|
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_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_install |
./views_data_export.install |
Implementation of hook_install() |
|
|
views_data_export_migratable_views |
migration/views_data_export_migration.module |
Return an array of all views / displays that are
migratable from views_bonus_export to views_data_export |
1 |
|
views_data_export_migration_convert |
migration/views_data_export_migration.module |
Converts all views_bonus_export displays on the
given view to views_data_export displays and
returns the new view |
1 |
|
views_data_export_migration_menu |
migration/views_data_export_migration.module |
Implementation of hook_menu() |
|
|
views_data_export_migration_page |
migration/views_data_export_migration.module |
Menu callback |
|
1 |
views_data_export_migration_page_export |
migration/views_data_export_migration.module |
|
1 |
|
views_data_export_migration_theme |
migration/views_data_export_migration.module |
Implementation of hook_theme() |
|
|
views_data_export_new |
./views_data_export.module |
Save a new export into the database. |
1 |
|
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_6200 |
./views_data_export.install |
Convert the data column in the object cache. |
|
|
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 |
|