You are here

public function WebformSubmissionDevelGenerateDeprecated::validateDrushParams in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/DevelGenerate/WebformSubmissionDevelGenerateDeprecated.php \Drupal\webform\Plugin\DevelGenerate\WebformSubmissionDevelGenerateDeprecated::validateDrushParams()

File

src/Plugin/DevelGenerate/WebformSubmissionDevelGenerateDeprecated.php, line 24

Class

WebformSubmissionDevelGenerateDeprecated
Provides a WebformSubmissionDevelGenerate deprecated plugin.

Namespace

Drupal\webform\Plugin\DevelGenerate

Code

public function validateDrushParams($args) {
  return $this
    ->_validateDrushParams($args);
}