You are here

function fieldable_panels_panes_entities_list_page in Fieldable Panels Panes (FPP) 7

List all entities for the given type.

Parameters

string $type: The FPP type to process.

1 string reference to 'fieldable_panels_panes_entities_list_page'
fieldable_panels_panes_menu in ./fieldable_panels_panes.module
Implements hook_menu().

File

includes/admin.inc, line 89
Contains administrative pages and functions for fieldable entity panes.

Code

function fieldable_panels_panes_entities_list_page($type) {
  return views_embed_view('fieldable_pane_entities', 'default', $type);
}