public function ViewsTestDataElementForm::getFormID

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormID

File

drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Form/ViewsTestDataElementForm.php, line 19
Contains \Drupal\views_test_data\Form\ViewsTestDataElementForm.

Class

ViewsTestDataElementForm
Simple form page callback to test the view element.

Namespace

Drupal\views_test_data\Form

Code

public function getFormID() {
  return 'views_test_data_element_form';
}