public function SyncIntent::getAction in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/SyncIntent.php \Drupal\cms_content_sync\SyncIntent::getAction()
- 2.0.x src/SyncIntent.php \Drupal\cms_content_sync\SyncIntent::getAction()
Return value
string
2 calls to SyncIntent::getAction()
- PushIntent::execute in src/
PushIntent.php - Push the given entity.
- PushIntent::saveFailedPush in src/
PushIntent.php - Save that the pull for the given entity failed.
File
- src/
SyncIntent.php, line 146
Class
- SyncIntent
- Class SyncIntent.
Namespace
Drupal\cms_content_syncCode
public function getAction() {
return $this->action;
}