You are here

public function PushEntities::get in CMS Content Sync 8

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

Get the operations that were already added. You can use them when instantiating this class again later to keep the existing operations and add on top of them.

Return value

null|array

File

src/Controller/PushEntities.php, line 181

Class

PushEntities
Pull controller.

Namespace

Drupal\cms_content_sync\Controller

Code

public function get() {
  return $this->operations;
}