You are here

function _ctools_export_filter_export_tables in Chaos Tool Suite (ctools) 6

Same name and namespace in other branches
  1. 7 includes/export.inc \_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 837
Contains code to make it easier to have exportable objects.

Code

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