You are here

public function BoxTypePluginInterface::submit in Boxes 7.2

React to a box being saved

@abstract

Parameters

Box $box:

1 method overrides BoxTypePluginInterface::submit()
BoxPlugin::submit in plugins/base.inc
React to the saving of the box

File

includes/boxes.core.inc, line 116
Box classes and plugin interface

Class

BoxTypePluginInterface
Interface for Plugin Classes

Code

public function submit(Box $box);