You are here

public function ContentDashboard::__construct in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/Derivative/ContentDashboard.php \Drupal\cms_content_sync\Plugin\Derivative\ContentDashboard::__construct()
  2. 2.1.x src/Plugin/Derivative/ContentDashboard.php \Drupal\cms_content_sync\Plugin\Derivative\ContentDashboard::__construct()

Creates a ProductMenuLink instance.

Parameters

$base_plugin_id:

File

src/Plugin/Derivative/ContentDashboard.php, line 25

Class

ContentDashboard
Derivative class that provides the menu links for the Products.

Namespace

Drupal\cms_content_sync\Plugin\Derivative

Code

public function __construct($base_plugin_id, EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}