You are here

public function Loader::__construct in Form Builder 7.2

File

src/Loader.php, line 32

Class

Loader
This class is a wrapper around all the hooks used for getting pluigns.

Namespace

Drupal\form_builder

Code

public function __construct() {
  module_load_include('api.inc', 'form_builder', 'includes/form_builder');
  $this
    ->loadFormTypeInfo();
}