You are here

public function PushChanges::execute in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/Plugin/Action/PushChanges.php \Drupal\cms_content_sync\Plugin\Action\PushChanges::execute()
  2. 2.0.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\Action

Code

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