You are here

public function fieldable_panels_panes_access_plugin::summary_title in Fieldable Panels Panes (FPP) 7

Return a string to display as the clickable title for the access control.

Overrides views_plugin_access::summary_title

File

plugins/views/fieldable_panels_panes_access_plugin.inc, line 16
Provide views access for fieldable panel panes.

Class

fieldable_panels_panes_access_plugin
Fieldable Panels Panes type Views access plugin class.

Code

public function summary_title() {
  return t('Custom access plugin');
}