Invalidates all compiled Twig templates.
\drupal_flush_all_caches
public function invalidate() { PhpStorageFactory::get('twig')->deleteAll(); $this->templateClasses = []; $this->state ->delete(static::CACHE_PREFIX_METADATA_KEY); }