You are here

public function BeanPlugin::submit in Bean (for Drupal 7) 7

React to the saving of the bean

Overrides BeanTypePluginInterface::submit

File

plugins/BeanPlugin.class.php, line 86
Base Plugin Class

Class

BeanPlugin
@file Base Plugin Class

Code

public function submit(Bean $bean) {
  return $this;
}