You are here

public function EntityDeleteBase::execute in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x modules/bibcite_entity/src/Plugin/Action/EntityDeleteBase.php \Drupal\bibcite_entity\Plugin\Action\EntityDeleteBase::execute()

Executes the plugin.

Overrides ExecutableInterface::execute

File

modules/bibcite_entity/src/Plugin/Action/EntityDeleteBase.php, line 88

Class

EntityDeleteBase
Base entity delete action.

Namespace

Drupal\bibcite_entity\Plugin\Action

Code

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