public function WebformCliServiceInterface::drush_webform_tidy_validate in Webform 8.5
Same name and namespace in other branches
- 6.x src/Commands/WebformCliServiceInterface.php \Drupal\webform\Commands\WebformCliServiceInterface::drush_webform_tidy_validate()
Implements drush_hook_COMMAND_validate().
1 method overrides WebformCliServiceInterface::drush_webform_tidy_validate()
- WebformCliService::drush_webform_tidy_validate in src/
Commands/ WebformCliService.php - Implements drush_hook_COMMAND_validate().
File
- src/
Commands/ WebformCliServiceInterface.php, line 48
Class
- WebformCliServiceInterface
- Defines an interface for Drush version agnostic commands.
Namespace
Drupal\webform\CommandsCode
public function drush_webform_tidy_validate($target = NULL);