You are here

function fieldable_panels_panes_fieldable_panels_pane_content_type_admin_title in Fieldable Panels Panes (FPP) 7

Callback to provide the administrative title of the custom content.

File

plugins/content_types/fieldable_panels_pane.inc, line 252
CTools content type to render a fielded panel pane.

Code

function fieldable_panels_panes_fieldable_panels_pane_content_type_admin_title($subtype, $conf) {
  $entity = fieldable_panels_panes_load_from_subtype($subtype);
  return _fieldable_panels_panes_admin_title_from_entity($entity);
}