You are here

constant VIEWS_DATA_EXPORT_INDEX_TABLE_PREFIX in Views data export 7.4

Same name and namespace in other branches
  1. 6.3 views_data_export.module \VIEWS_DATA_EXPORT_INDEX_TABLE_PREFIX
  2. 6 views_data_export.module \VIEWS_DATA_EXPORT_INDEX_TABLE_PREFIX
  3. 6.2 views_data_export.module \VIEWS_DATA_EXPORT_INDEX_TABLE_PREFIX
  4. 7 views_data_export.module \VIEWS_DATA_EXPORT_INDEX_TABLE_PREFIX
  5. 7.3 views_data_export.module \VIEWS_DATA_EXPORT_INDEX_TABLE_PREFIX
2 uses of VIEWS_DATA_EXPORT_INDEX_TABLE_PREFIX
views_data_export_garbage_collect in ./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.
views_data_export_plugin_display_export::index_tablename in plugins/views_data_export_plugin_display_export.inc
Return the name of the unique table to store the index in.

File

./views_data_export.module, line 13
Provides the ability to export to specific

Code

define('VIEWS_DATA_EXPORT_INDEX_TABLE_PREFIX', 'views_data_export_index_');