function hook_fieldable_panels_pane_presave in Fieldable Panels Panes (FPP) 7
Act on a fieldable panels pane being inserted or updated.
Parameters
object $panels_pane: The fieldable panels pane that is being inserted or updated.
1 invocation of hook_fieldable_panels_pane_presave()
- PanelsPaneController::save in includes/
PanelsPaneController.class.php - Save the given FPP object.
File
- ./
fieldable_panels_panes.api.php, line 52 - Hooks provided by the Fieldable Panels Panes module.
Code
function hook_fieldable_panels_pane_presave($panels_pane) {
// @todo: Needs example.
}