function gridbuilder_load_all in Grid builder 7
Same name and namespace in other branches
- 8 gridbuilder.module \gridbuilder_load_all()
API function to get all grids on the site.
File
- ./
gridbuilder.module, line 132 - Simple grid builder tool.
Code
function gridbuilder_load_all() {
ctools_include('export');
return ctools_export_crud_load_all('gridbuilder');
}