You are here

function fieldable_panels_panes_type_load in Fieldable Panels Panes (FPP) 7

@depricated Backwards compatability layer.

See also

fieldable_panels_pane_type_load()

File

./fieldable_panels_panes.module, line 646
Maintains an entity that appears as panel pane content.

Code

function fieldable_panels_panes_type_load($type) {
  return fieldable_panels_pane_type_load($type);
}