You are here

function panels_views_title in Panels 5.2

Returns the administrative title for a type.

1 string reference to 'panels_views_title'
panels_views_panels_content_types in panels_views/panels_views.module
Implementation of hook_panels_content_types().

File

panels_views/panels_views.module, line 1064
panels_views.module

Code

function panels_views_title($conf) {
  return $conf['title'];
}