You are here

public function Bean::validate in Bean (for Drupal 7) 7

Validate the plugin form

File

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

Class

Bean
The Bean entity class

Code

public function validate($values, &$form_state) {
  $this->plugin
    ->validate($values, $form_state);
}