You are here

public function DashboardForm::getCacheMaxAge in Opigno statistics 8

Same name and namespace in other branches
  1. 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\Form

Code

public function getCacheMaxAge() {
  return 0;
}