public function PushChanges::execute in CMS Content Sync 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/Action/PushChanges.php \Drupal\cms_content_sync\Plugin\Action\PushChanges::execute()
- 2.1.x src/Plugin/Action/PushChanges.php \Drupal\cms_content_sync\Plugin\Action\PushChanges::execute()
Executes the plugin.
Overrides ExecutableInterface::execute
File
- src/
Plugin/ Action/ PushChanges.php, line 78
Class
- PushChanges
- Push the node with Content Sync.
Namespace
Drupal\cms_content_sync\Plugin\ActionCode
public function execute($object = null) {
$this
->executeMultiple([
$object,
]);
}