You are here

public function EntityMergeBase::execute in Bibliography & Citation 2.0.x

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

Executes the plugin.

Overrides ExecutableInterface::execute

File

modules/bibcite_entity/src/Plugin/Action/EntityMergeBase.php, line 87

Class

EntityMergeBase
Base merge action for bibcite entities.

Namespace

Drupal\bibcite_entity\Plugin\Action

Code

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