You are here

public function FieldMappings::getFormId in Schema.org configuration tool (RDF UI) 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/FieldMappings.php, line 202

Class

FieldMappings
RDF UI Field Mapping form.

Namespace

Drupal\rdfui\Form

Code

public function getFormId() {
  return "rdfui_field_mapping_form";
}