You are here

public function WSCallForm::__construct in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Form/WSCallForm.php \Drupal\wsdata\Form\WSCallForm::__construct()

File

src/Form/WSCallForm.php, line 51

Class

WSCallForm
Class WSCallForm.

Namespace

Drupal\wsdata\Form

Code

public function __construct(WSEncoderManager $plugin_manager_wsencoder, WSDecoderManager $plugin_manager_wsdecoder, ModuleHandlerInterface $module_handler, EntityTypeManagerInterface $entity_type_manager) {
  $this->encoderManager = $plugin_manager_wsencoder;
  $this->decoderManager = $plugin_manager_wsdecoder;
  $this->moduleHandler = $module_handler;
  $this->entityTypeManager = $entity_type_manager;
}