function sweaver_ctools_properties_list in Sweaver 7
Same name and namespace in other branches
- 6 sweaver.module \sweaver_ctools_properties_list()
CTools properties list callback for bulk export.
1 string reference to 'sweaver_ctools_properties_list'
- sweaver_schema in ./
sweaver.install - Implements hook_schema().
File
- ./
sweaver.module, line 128 - Sweaver functions.
Code
function sweaver_ctools_properties_list() {
return sweaver_ctools_object_list('property');
}