You are here

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

Set the Bean object for later use

@abstract

Parameters

Bean $bean:

1 method overrides BeanTypePluginInterface::setBean()
BeanPlugin::setBean in plugins/BeanPlugin.class.php
Add a Bean to the plugin

File

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

Class

BeanTypePluginInterface
Interface for Plugin Classes

Code

public function setBean($bean);