You are here

public function DeleteContent::__construct in Drush Delete All 8.2

Same name and namespace in other branches
  1. 3.x src/DeleteContent.php \Drupal\drush_delete\DeleteContent::__construct()

File

src/DeleteContent.php, line 9

Class

DeleteContent

Namespace

Drupal\drush_delete

Code

public function __construct() {
  $this->say_something = 'Hello World!';
}