You are here

public function Embed::pullDashboard in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 2.1.x src/Controller/Embed.php \Drupal\cms_content_sync\Controller\Embed::pullDashboard()

File

src/Controller/Embed.php, line 127

Class

Embed
Class Embed provides helpers to embed Sync Core functionality into the site.

Namespace

Drupal\cms_content_sync\Controller

Code

public function pullDashboard() {
  $this
    ->init();
  $embed = $this->embedService
    ->pullDashboard([]);
  return $this
    ->run($embed);
}