You are here

public function DeleteCacheflush::execute in CacheFlush 8

Executes the plugin.

Overrides ExecutableInterface::execute

File

modules/cacheflush_ui/src/Plugin/Action/DeleteCacheflush.php, line 87

Class

DeleteCacheflush
Redirects to a cacheflush deletion form.

Namespace

Drupal\cacheflush_ui\Plugin\Action

Code

public function execute($object = NULL) {
  $this
    ->executeMultiple([
    $object,
  ]);
}