You are here

public function Drupal7Backend::wysiwyg_profile_cache_clear in Configuration Management 7.3

Overrides BackendInterface::wysiwyg_profile_cache_clear

File

src/Backends/Drupal7Backend.php, line 404

Class

Drupal7Backend

Namespace

Configuration\Backends

Code

public function wysiwyg_profile_cache_clear() {
  return wysiwyg_profile_cache_clear();
}