public function ExportReference::execute in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 8 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\ActionCode
public function execute($entity = NULL) {
$this
->executeMultiple([
$entity,
]);
}