Overrides Drupal\field_ui\OverviewBase::__construct().
Overrides OverviewBase::__construct
public function __construct($entity_type, $bundle, $view_mode = NULL) {
$this->entity_type = $entity_type;
$this->bundle = $bundle;
$this->view_mode = 'form';
$this->adminPath = field_ui_bundle_admin_path($this->entity_type, $this->bundle);
}