public function Term::__construct in FullCalendar 8.3
Same name and namespace in other branches
- 8.5 modules/fullcalendar_legend/src/Plugin/block/Term.php \Drupal\fullcalendar_legend\Plugin\Block\Term::__construct()
- 8 fullcalendar_legend/src/Plugin/block/Term.php \Drupal\fullcalendar_legend\Plugin\Block\Term::__construct()
- 8.2 modules/fullcalendar_legend/src/Plugin/block/Term.php \Drupal\fullcalendar_legend\Plugin\Block\Term::__construct()
- 8.4 modules/fullcalendar_legend/src/Plugin/block/Term.php \Drupal\fullcalendar_legend\Plugin\Block\Term::__construct()
Overrides BlockPluginTrait::__construct
File
- fullcalendar_legend/
src/ Plugin/ block/ Term.php, line 45 - Contains \Drupal\fullcalendar_legend\Plugin\Block\Term.
Class
- Term
- TODO
Namespace
Drupal\fullcalendar_legend\Plugin\BlockCode
public function __construct(array $configuration, $plugin_id, array $plugin_definition, TermStorageInterface $term_storage, QueryFactory $entity_query, EntityManagerInterface $entity_manager) {
parent::__construct($configuration, $plugin_id, $plugin_definition);
$this->termStorage = $term_storage;
$this->entityQuery = $entity_query;
$this->entityManager = $entity_manager;
}