You are here

abstract public function SyncIntent::execute in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/SyncIntent.php \Drupal\cms_content_sync\SyncIntent::execute()
  2. 2.0.x src/SyncIntent.php \Drupal\cms_content_sync\SyncIntent::execute()

Execute the intent.

Return value

bool

2 methods override SyncIntent::execute()
PullIntent::execute in src/PullIntent.php
Pull the provided entity.
PushIntent::execute in src/PushIntent.php
Push the given entity.

File

src/SyncIntent.php, line 133

Class

SyncIntent
Class SyncIntent.

Namespace

Drupal\cms_content_sync

Code

public abstract function execute();