function sweaver_ctools_properties_list in Sweaver 6
Same name and namespace in other branches
- 7 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 - Implementation of hook_schema().
File
- ./
sweaver.module, line 122 - Sweaver functions.
Code
function sweaver_ctools_properties_list() {
return sweaver_ctools_object_list('property');
}