You are here

public function BoxTypePluginInterface::__construct in Boxes 7.2

Constructor

Plugin info should be called using boxes_fetch_plugin_info().

@abstract

Parameters

$plugin_info array of information from the ctools plugin.:

1 method overrides BoxTypePluginInterface::__construct()
BoxPlugin::__construct in plugins/base.inc
Constructor

File

includes/boxes.core.inc, line 22
Box classes and plugin interface

Class

BoxTypePluginInterface
Interface for Plugin Classes

Code

public function __construct($plugin_info);