You are here

public function PushEntities::skipUnpushed in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/Controller/PushEntities.php \Drupal\cms_content_sync\Controller\PushEntities::skipUnpushed()
  2. 2.1.x src/Controller/PushEntities.php \Drupal\cms_content_sync\Controller\PushEntities::skipUnpushed()

Return value

$this

File

src/Controller/PushEntities.php, line 77

Class

PushEntities
Pull controller.

Namespace

Drupal\cms_content_sync\Controller

Code

public function skipUnpushed() {
  $this->_skipUnpushed = true;
  return $this;
}