You are here

public function ExportNodes::execute in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Plugin/Action/ExportNodes.php \Drupal\content_sync\Plugin\Action\ExportNodes::execute()

Executes the plugin.

Overrides ExecutableInterface::execute

File

src/Plugin/Action/ExportNodes.php, line 90

Class

ExportNodes
Redirects to a content sync form.

Namespace

Drupal\content_sync\Plugin\Action

Code

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