You are here

public function CustomServicesDeleteForm::__construct in Shorten URLs 8.2

CustomServicesDeleteForm constructor.

Parameters

\Drupal\Core\Database\Connection $database: The database connection.

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory.

File

modules/shorten_cs/src/Form/CustomServicesDeleteForm.php, line 33

Class

CustomServicesDeleteForm
Settings form.

Namespace

Drupal\shorten_cs\Form

Code

public function __construct(Connection $database, ConfigFactoryInterface $config_factory) {
  $this->database = $database;
}