public function ContentDashboard::__construct in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Plugin/Derivative/ContentDashboard.php \Drupal\cms_content_sync\Plugin\Derivative\ContentDashboard::__construct()
- 2.0.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\DerivativeCode
public function __construct($base_plugin_id, EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}