You are here

public function ExportReference::execute in Bibliography & Citation 8

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

Executes the plugin.

Overrides ExecutableInterface::execute

File

modules/bibcite_export/src/Plugin/Action/ExportReference.php, line 74

Class

ExportReference
Export multiple references.

Namespace

Drupal\bibcite_export\Plugin\Action

Code

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