You are here

property panels_allowed_layouts::$allowed_layout_settings in Panels 6.2

Same name and namespace in other branches
  1. 5.2 includes/common.inc \panels_allowed_layouts::allowed_layout_settings
  2. 6.3 includes/common.inc \panels_allowed_layouts::allowed_layout_settings
  3. 7.3 includes/common.inc \panels_allowed_layouts::allowed_layout_settings

An associative array of all available layouts, keyed by layout name (as defined in the corresponding layout plugin definition), with value = 1 if the layout is allowed, and value = 0 if the layout is not allowed. Calling array_filter(panels_allowed_layouts::$allowed_layout_settings) will return an associative array containing only the allowed layouts, and wrapping that in array_keys() will return an indexed version of that array.

File

includes/common.inc, line 74
Functions used by more than one panels client module.

Class

panels_allowed_layouts
Class definition for the allowed layouts governing structure.

Code

var $allowed_layout_settings = array();