You are here

public function DashboardForm::getCacheMaxAge in Opigno statistics 3.x

Same name and namespace in other branches
  1. 8 src/Form/DashboardForm.php \Drupal\opigno_statistics\Form\DashboardForm::getCacheMaxAge()

File

src/Form/DashboardForm.php, line 681

Class

DashboardForm
Implements the statistics dashboard.

Namespace

Drupal\opigno_statistics\Form

Code

public function getCacheMaxAge() {
  return 0;
}