You are here

public function BoxPlugin::submit in Boxes 7.2

React to the saving of the box

Overrides BoxTypePluginInterface::submit

File

plugins/base.inc, line 86
Base Plugin Class

Class

BoxPlugin
@file Base Plugin Class

Code

public function submit(Box $box) {
  return $this;
}