You are here

protected property GdprSqlDump::$driver in General Data Protection Regulation 3.0.x

Same name and namespace in other branches
  1. 8.2 modules/gdpr_dump/src/Service/GdprSqlDump.php \Drupal\gdpr_dump\Service\GdprSqlDump::driver
  2. 8 modules/gdpr_dump/src/Service/GdprSqlDump.php \Drupal\gdpr_dump\Service\GdprSqlDump::driver

The database driver.

E.g mysql, pgsql, sqlite.

Type: string

File

modules/gdpr_dump/src/Service/GdprSqlDump.php, line 70

Class

GdprSqlDump
Class GdprSqlDump.

Namespace

Drupal\gdpr_dump\Service

Code

protected $driver;