You are here

public function WebformDevelEntitySchemaForm::__construct in Webform 8.5

Constructs a WebformDevelEntitySchemaForm.

Parameters

\Drupal\webform_devel\WebformDevelSchemaInterface $webform_devel_scheme: The webform devel scheme service.

File

modules/webform_devel/src/Form/WebformDevelEntitySchemaForm.php, line 33

Class

WebformDevelEntitySchemaForm
Get webform schema.

Namespace

Drupal\webform_devel\Form

Code

public function __construct(WebformDevelSchemaInterface $webform_devel_scheme) {
  $this->scheme = $webform_devel_scheme;
}