function panels_get_switchers in Panels 6.2
Same name and namespace in other branches
- 5.2 includes/plugins.inc \panels_get_switchers()
Fetch metadata for all switcher plugins.
Return value
An array of arrays with information about all available panel switchers.
1 call to panels_get_switchers()
- _panels_page_check_switchers in panels_page/
panels_page.render.inc
File
- includes/
plugins.inc, line 1748 - plugins.inc
Code
function panels_get_switchers() {
return panels_get_plugins('switchers', 'panels_switchers');
}