public function ExportNodes::execute in Content Synchronization 8.2
Same name and namespace in other branches
- 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\ActionCode
public function execute($object = NULL) {
$this
->executeMultiple(array(
$object,
));
}