You are here

public function ManagerContentExportSettingForm::buildForm in Content Export YAML 8

Form constructor.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Return value

array The form structure.

Overrides ConfigFormBase::buildForm

File

modules/manager_content_export_yaml/src/Form/ManagerContentExportSettingForm.php, line 32

Class

ManagerContentExportSettingForm
Class ContentExportSettingForm.

Namespace

Drupal\manager_content_export_yaml\Form

Code

public function buildForm(array $form, FormStateInterface $form_state) {
  return parent::buildForm($form, $form_state);
}