function _ctools_export_filter_export_tables

1 string reference to '_ctools_export_filter_export_tables'
ctools_export_get_schemas in includes/export.inc
Gets the schemas for all tables with ctools object metadata.

File

includes/export.inc, line 1078

Code

function _ctools_export_filter_export_tables($schema) {
    return !empty($schema['export']['bulk export']);
}