You are here

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

Get the plugin form

File

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

Class

Bean
The Bean entity class

Code

public function getForm($form, &$form_state) {
  return $this->plugin
    ->form($this, $form, $form_state);
}