You are here

function fieldable_panels_panes_content_type_create_access in Fieldable Panels Panes (FPP) 7

Access callback for creating a new content type.

1 string reference to 'fieldable_panels_panes_content_type_create_access'
_fieldable_panels_panes_default_content_type in plugins/content_types/fieldable_panels_pane.inc
Provide the default content types.

File

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

Code

function fieldable_panels_panes_content_type_create_access($type, $subtype) {
  return fieldable_panels_panes_access('create', $subtype['name']);
}