public function WebformSubmissionDevelGenerate::validateDrushParams in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/DevelGenerate/WebformSubmissionDevelGenerate.php \Drupal\webform\Plugin\DevelGenerate\WebformSubmissionDevelGenerate::validateDrushParams()
File
- src/
Plugin/ DevelGenerate/ WebformSubmissionDevelGenerate.php, line 32
Class
- WebformSubmissionDevelGenerate
- Provides a WebformSubmissionDevelGenerate plugin.
Namespace
Drupal\webform\Plugin\DevelGenerateCode
public function validateDrushParams(array $args, array $options = []) {
return $this
->_validateDrushParams($args, $options);
}