You are here

function panels_layout_process in Panels 6.3

Same name and namespace in other branches
  1. 8.3 panels.module \panels_layout_process()
  2. 7.3 panels.module \panels_layout_process()

Ensure a layout has a minimal set of data.

1 string reference to 'panels_layout_process'
panels_ctools_plugin_layouts in ./panels.module
Inform CTools that the layout plugin can be loaded from themes.

File

./panels.module, line 323
panels.module

Code

function panels_layout_process(&$plugin) {
  $plugin += array(
    'category' => t('Miscellaneous'),
    'description' => '',
  );
}