You are here

public function TaxonomyColor::__construct in Fullcalendar View 8.2

Same name and namespace in other branches
  1. 8.3 src/TaxonomyColor.php \Drupal\fullcalendar_view\TaxonomyColor::__construct()
  2. 8 src/TaxonomyColor.php \Drupal\fullcalendar_view\TaxonomyColor::__construct()
  3. 6.x src/TaxonomyColor.php \Drupal\fullcalendar_view\TaxonomyColor::__construct()
  4. 5.x src/TaxonomyColor.php \Drupal\fullcalendar_view\TaxonomyColor::__construct()

Constructor.

File

src/TaxonomyColor.php, line 19

Class

TaxonomyColor
Class TaxonomyColor.

Namespace

Drupal\fullcalendar_view

Code

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