You are here

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

React to a bean being saved

@abstract

Parameters

Bean $bean:

1 method overrides BeanTypePluginInterface::submit()
BeanPlugin::submit in plugins/BeanPlugin.class.php
React to the saving of the bean

File

includes/bean.core.inc, line 118
Bean classes and plugin interface

Class

BeanTypePluginInterface
Interface for Plugin Classes

Code

public function submit(Bean $bean);