public function DashboardForm::getCacheMaxAge in Opigno statistics 8
Same name and namespace in other branches
- 3.x src/Form/DashboardForm.php \Drupal\opigno_statistics\Form\DashboardForm::getCacheMaxAge()
File
- src/
Form/ DashboardForm.php, line 655
Class
- DashboardForm
- Implements the statistics dashboard.
Namespace
Drupal\opigno_statistics\FormCode
public function getCacheMaxAge() {
return 0;
}