public function InputHelper::__construct in FillPDF 5.0.x
Same name and namespace in other branches
- 8.4 src/InputHelper.php \Drupal\fillpdf\InputHelper::__construct()
Constructs an InputHelper object.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory service.
\Drupal\fillpdf\Plugin\PdfBackendManager $backend_manager: The FillPDF backend manager.
File
- src/
InputHelper.php, line 41
Class
- InputHelper
- Class InputHelper.
Namespace
Drupal\fillpdfCode
public function __construct(ConfigFactoryInterface $config_factory, PdfBackendManager $backend_manager) {
$this->configManager = $config_factory;
$this->backendManager = $backend_manager;
}