You are here

public function BoxPlugin::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

Overrides BoxTypePluginInterface::form

1 method overrides BoxPlugin::form()
BoxTestPlugin::form in tests/boxes_test.module
The Plugin Form

File

plugins/base.inc, line 60
Base Plugin Class

Class

BoxPlugin
@file Base Plugin Class

Code

public function form($box, $form, &$form_state) {
  return array();
}