You are here

public function BoxTypePluginInterface::form in Boxes 7.2

The Plugin Form

The Box object will be either loaded from the database or filled with the defaults.

_state

Parameters

$box:

$form:

Return value

form array

1 method overrides BoxTypePluginInterface::form()
BoxPlugin::form in plugins/base.inc
The Plugin Form

File

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

Class

BoxTypePluginInterface
Interface for Plugin Classes

Code

public function form($box, $form, &$form_state);