You are here

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

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

Return value

\EdgeBox\SyncCore\Interfaces\Syndication\IPullOperation

File

src/PullIntent.php, line 213

Class

PullIntent

Namespace

Drupal\cms_content_sync

Code

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