public function WebformCommandsBase::drush_redispatch_get_options in Webform 8.5
Same name and namespace in other branches
- 6.x src/Commands/WebformCommandsBase.php \Drupal\webform\Commands\WebformCommandsBase::drush_redispatch_get_options()
File
- src/
Commands/ WebformCommandsBase.php, line 67
Class
- WebformCommandsBase
- Base class for Webform commands for Drush 9.x.
Namespace
Drupal\webform\CommandsCode
public function drush_redispatch_get_options() {
return Drush::redispatchOptions();
}