You are here

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

Constructor

Plugin info should be called using bean_fetch_plugin_info().

@abstract

Parameters

$plugin_info array of information from the ctools plugin.:

1 method overrides BeanTypePluginInterface::__construct()
BeanPlugin::__construct in plugins/BeanPlugin.class.php
Constructor

File

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

Class

BeanTypePluginInterface
Interface for Plugin Classes

Code

public function __construct($plugin_info);