You are here

public function LiveWeatherSettingsForm::getFormId in Live Weather 8

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

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

Overrides FormInterface::getFormId

File

src/Form/LiveWeatherSettingsForm.php, line 20
Contains \Drupal\live_weather\Form\LiveWeatherSettingsForm.

Class

LiveWeatherSettingsForm
Controller location for Live Weather Settings Form.

Namespace

Drupal\live_weather\Form

Code

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