You are here

public function DeleteBrokenLink::execute in Broken Link 8.3

Executes the plugin.

Overrides ExecutableInterface::execute

File

src/Plugin/Action/DeleteBrokenLink.php, line 86

Class

DeleteBrokenLink
Redirects to a broken link deletion form.

Namespace

Drupal\broken_link\Plugin\Action

Code

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