public function ContentHubExportQueueForm::__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/ ContentHubExportQueueForm.php, line 47
Class
- ContentHubExportQueueForm
- Implements a form to Process items from the Content Hub Export Queue.
Namespace
Drupal\acquia_contenthub\FormCode
public function __construct(ContentHubExportQueueController $export_queue, ConfigFactoryInterface $config_factory) {
$this->exportQueueController = $export_queue;
$this->configFactory = $config_factory;
}