You are here

public function LiveWeatherForm::getFormId in Live Weather 8

Same name and namespace in other branches
  1. 8.2 src/Form/LiveWeatherForm.php \Drupal\live_weather\Form\LiveWeatherForm::getFormId()

Implements \Drupal\Core\Form\FormInterface::getFormID().

Overrides FormInterface::getFormId

File

src/Form/LiveWeatherForm.php, line 59
Contains \Drupal\live_weather\Form\LiveWeatherForm.

Class

LiveWeatherForm
Controller location for Live Weather Form.

Namespace

Drupal\live_weather\Form

Code

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