public function LiveWeatherForm::getFormId in Live Weather 8
Same name and namespace in other branches
- 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\FormCode
public function getFormId() {
return 'live_weather_form';
}