You are here

public function TranscodeJobSettingsForm::buildForm in Video 8.2

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 FormInterface::buildForm

File

modules/video_transcode/src/Form/TranscodeJobSettingsForm.php, line 36

Class

TranscodeJobSettingsForm
Class ContentEntityExampleSettingsForm.

Namespace

Drupal\video_transcode\Form

Code

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