You are here

public function DemoWidgetFormsController::__construct in Geolocation Field 8

File

modules/geolocation_demo/src/Controller/DemoWidgetFormsController.php, line 35

Class

DemoWidgetFormsController
Returns responses for geolocation_demo module routes.

Namespace

Drupal\geolocation_demo\Controller

Code

public function __construct(WidgetPluginManager $plugin_manager_field_widget, EntityTypeManager $entity_type_manager) {
  $this->pluginManagerFieldWidget = $plugin_manager_field_widget;
  $this->entityTypeManager = $entity_type_manager;
}