You are here

function access_by_ref_settings_form::flush_twig in Access by Reference 8

1 call to access_by_ref_settings_form::flush_twig()
access_by_ref_settings_form::submitForm in src/Form/access_by_ref_settings_form.php
Form submission handler.

File

src/Form/access_by_ref_settings_form.php, line 41

Class

access_by_ref_settings_form
Configure example settings for this site.

Namespace

Drupal\access_by_ref\Form

Code

function flush_twig() {

  // Wipe the Twig PHP Storage cache. ABR needed.
  PhpStorageFactory::get('twig')
    ->deleteAll();
}