public function VueForm::flushCaches in Decoupled Blocks: Vue.js 8
Clear all caches.
1 call to VueForm::flushCaches()
- VueForm::submitForm in src/
Form/ VueForm.php - Form submission handler.
File
- src/
Form/ VueForm.php, line 95
Class
- VueForm
- Class VueForm.
Namespace
Drupal\pdb_vue\FormCode
public function flushCaches() {
drupal_flush_all_caches();
}