Constructs a new DisplayOverview.
\Drupal\Core\Entity\EntityManager $entity_manager: The entity manager.
\Drupal\field\Plugin\Type\Widget\WidgetPluginManager $widget_manager: The widget plugin manager.
Overrides OverviewBase::__construct
public function __construct(EntityManager $entity_manager, WidgetPluginManager $widget_manager) {
parent::__construct($entity_manager);
$this->widgetManager = $widget_manager;
}