abstract public function SyncIntent::execute in CMS Content Sync 2.1.x
Same name and namespace in other branches
- 8 src/SyncIntent.php \Drupal\cms_content_sync\SyncIntent::execute()
- 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_syncCode
public abstract function execute();