function _ctools_drush_object_is_code_only
Determine if an object is a code only default.
File
-
drush/
ctools.drush.inc, line 824
Code
function _ctools_drush_object_is_code_only($object) {
return $object->export_type == EXPORT_IN_CODE ? TRUE : FALSE;
}