You are here

public function WebformCommandsBase::drush_user_abort in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Commands/WebformCommandsBase.php \Drupal\webform\Commands\WebformCommandsBase::drush_user_abort()

File

src/Commands/WebformCommandsBase.php, line 59

Class

WebformCommandsBase
Base class for Webform commands for Drush 9.x.

Namespace

Drupal\webform\Commands

Code

public function drush_user_abort() {
  throw new UserAbortException();
}