You are here

function panels_get_panels in Panels 6.3

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

Get a list of panel regions available in the layout.

Deprecated

Use panels_get_regions instead.

Related topics

File

./panels.module, line 1669
panels.module

Code

function panels_get_panels($layout, $display) {
  return panels_get_regions($layout, $display);
}