You are here

function panelizer_export_node_alter in Panelizer 7.3

Same name and namespace in other branches
  1. 6 panelizer.module \panelizer_export_node_alter()
  2. 7 panelizer.module \panelizer_export_node_alter()
  3. 7.2 panelizer.module \panelizer_export_node_alter()

Implements hook_export_node_alter().

Integrate with export.module for saving panel_nodes into code.

File

./panelizer.module, line 1464
The Panelizer module attaches panels to entities, providing default panels and allowing each panel to be configured independently by privileged users.

Code

function panelizer_export_node_alter(&$node, $original_node, $method) {

  // @todo
}