function AdvancedSettingsForm::cacheSubmit
Same name in other branches
- 9 core/modules/views_ui/src/Form/AdvancedSettingsForm.php \Drupal\views_ui\Form\AdvancedSettingsForm::cacheSubmit()
- 8.9.x core/modules/views_ui/src/Form/AdvancedSettingsForm.php \Drupal\views_ui\Form\AdvancedSettingsForm::cacheSubmit()
- 11.x core/modules/views_ui/src/Form/AdvancedSettingsForm.php \Drupal\views_ui\Form\AdvancedSettingsForm::cacheSubmit()
Submission handler to clear the Views cache.
File
-
core/
modules/ views_ui/ src/ Form/ AdvancedSettingsForm.php, line 96
Class
- AdvancedSettingsForm
- Form builder for the advanced admin settings page.
Namespace
Drupal\views_ui\FormCode
public function cacheSubmit() {
views_invalidate_cache();
$this->messenger()
->addStatus($this->t('The cache has been cleared.'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.