You are here

public function BoxTypePluginInterface::validate in Boxes 7.2

Validate function for box type form

@abstract

Parameters

$values:

$form_state:

1 method overrides BoxTypePluginInterface::validate()
BoxPlugin::validate in plugins/base.inc
The plugin validation function

File

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

Class

BoxTypePluginInterface
Interface for Plugin Classes

Code

public function validate($values, &$form_state);