function CacheExampleForm::getFormId
Same name in other branches
- 3.x modules/cache_example/src/Form/CacheExampleForm.php \Drupal\cache_example\Form\CacheExampleForm::getFormId()
Overrides FormInterface::getFormId
File
-
modules/
cache_example/ src/ Form/ CacheExampleForm.php, line 67
Class
- CacheExampleForm
- Form with examples on how to use cache.
Namespace
Drupal\cache_example\FormCode
public function getFormId() {
return 'cron_cache';
}