You are here

function panels_get_switchers in Panels 5.2

Same name and namespace in other branches
  1. 6.2 includes/plugins.inc \panels_get_switchers()

Fetch all switcher plugins

Return value

An array of arrays with information about all available panel switchers.

1 call to panels_get_switchers()
panels_page_view_page in panels_page/panels_page.module
Page callback to view a panel page.

File

includes/plugins.inc, line 1725
plugins.inc

Code

function panels_get_switchers() {
  return panels_get_plugins('switchers', 'panels_switchers');
}