public function DeleteContent::__construct in Drush Delete All 8.2
Same name and namespace in other branches
- 3.x src/DeleteContent.php \Drupal\drush_delete\DeleteContent::__construct()
File
- src/
DeleteContent.php, line 9
Class
Namespace
Drupal\drush_deleteCode
public function __construct() {
$this->say_something = 'Hello World!';
}