You are here

public function TranscodeJobSettingsForm::getFormId in Video 8.2

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

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

Class

TranscodeJobSettingsForm
Class ContentEntityExampleSettingsForm.

Namespace

Drupal\video_transcode\Form

Code

public function getFormId() {
  return 'video_transcode_job_entity_settings';
}