You are here

protected property WebformSanitizeSubmissionsCommands::$database in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Commands/WebformSanitizeSubmissionsCommands.php \Drupal\webform\Commands\WebformSanitizeSubmissionsCommands::database

The database connection.

Type: \Drupal\Core\Database\Connection

File

src/Commands/WebformSanitizeSubmissionsCommands.php, line 25

Class

WebformSanitizeSubmissionsCommands
Drush sql-sanitize plugin for sanitizing (truncating) webform submissions.

Namespace

Drupal\webform\Commands

Code

protected $database;