deleteAll(); PhpStorageFactory::get('twig')->deleteAll(); // Disable the page cache. drupal_page_is_cacheable(FALSE); // Bootstrap up to where caches exist and clear them. drupal_bootstrap(DRUPAL_BOOTSTRAP_PAGE_CACHE); foreach (Cache::getBins() as $bin) { $bin->deleteAll(); } drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); drupal_flush_all_caches(); }