You are here

public function PushIntent::getOperation in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/PushIntent.php \Drupal\cms_content_sync\PushIntent::getOperation()
  2. 2.0.x src/PushIntent.php \Drupal\cms_content_sync\PushIntent::getOperation()

Return value

\EdgeBox\SyncCore\Interfaces\Syndication\IPushSingle

File

src/PushIntent.php, line 256

Class

PushIntent
Class PushIntent.

Namespace

Drupal\cms_content_sync

Code

public function getOperation() {
  return $this->operation;
}