You are here

public function PushEntities::__construct 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::__construct()
  2. 2.0.x src/Controller/PushEntities.php \Drupal\cms_content_sync\Controller\PushEntities::__construct()

PushEntities constructor.

Parameters

null|array $existing:

File

src/Controller/PushEntities.php, line 59

Class

PushEntities
Pull controller.

Namespace

Drupal\cms_content_sync\Controller

Code

public function __construct($existing = null) {
  $this->operations = $existing;
  $this->title = t('Push content');
  $this->callback = '\\Drupal\\cms_content_sync\\Controller\\PushEntities::batchFinished';
}