public function TaxonomyColor::__construct in Fullcalendar View 5.x
Same name and namespace in other branches
- 8.3 src/TaxonomyColor.php \Drupal\fullcalendar_view\TaxonomyColor::__construct()
- 8 src/TaxonomyColor.php \Drupal\fullcalendar_view\TaxonomyColor::__construct()
- 8.2 src/TaxonomyColor.php \Drupal\fullcalendar_view\TaxonomyColor::__construct()
- 6.x src/TaxonomyColor.php \Drupal\fullcalendar_view\TaxonomyColor::__construct()
Constructor.
File
- src/
TaxonomyColor.php, line 19
Class
- TaxonomyColor
- Class TaxonomyColor.
Namespace
Drupal\fullcalendar_viewCode
public function __construct(EntityTypeManagerInterface $entityTypeManager) {
$this->entityTypeManager = $entityTypeManager;
}