public function Box::getForm in Boxes 7.2
Get the plugin form
File
- includes/
boxes.core.inc, line 235 - Box classes and plugin interface
Class
- Box
- The Box entity class
Code
public function getForm($form, &$form_state) {
return $this->plugin
->form($this, $form, $form_state);
}