You are here

function semantic_panels_style_load_multiple in Semantic Panels 7.2

Implements 'load multiple callback' for myobj exportables.

File

./semantic_panels.module, line 239
Semantic Panels.

Code

function semantic_panels_style_load_multiple(array $names) {
  ctools_include('export');
  $results = ctools_export_load_object('semantic_panels_style', 'names', $names);
  return array_filter($results);
}