public function IcalWizard::getEntityFieldManager in Views iCal 8
File
- src/Plugin/ views/ style/ IcalWizard.php, line 257 
Class
- IcalWizard
- Style plugin to render an iCal feed. This provides a style usable for Feed displays.
Namespace
Drupal\views_ical\Plugin\views\styleCode
public function getEntityFieldManager() {
  return $this->entityFieldManager;
}