public function ContentHubImportQueueForm::__construct in Acquia Content Hub 8
Constructs a \Drupal\system\ConfigFormBase object.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.
Overrides ConfigFormBase::__construct
File
- src/
Form/ ContentHubImportQueueForm.php, line 28
Class
- ContentHubImportQueueForm
- Form for the Content Hub Import Queue.
Namespace
Drupal\acquia_contenthub\FormCode
public function __construct(ConfigFactoryInterface $config_factory, QueueFactory $queue_factory) {
parent::__construct($config_factory);
$this->queueFactory = $queue_factory;
}