You are here

public function PrintDownload::execute in Entity Print 8.2

Executes the plugin.

Overrides ExecutableInterface::execute

File

src/Plugin/Action/PrintDownload.php, line 110

Class

PrintDownload
Downloads the Printed entity.

Namespace

Drupal\entity_print\Plugin\Action

Code

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