public function WebformCommands::drush_webform_docs in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Commands/WebformCommands.php \Drupal\webform\Commands\WebformCommands::drush_webform_docs()
Generates HTML documentation.
@command webform:docs @usage webform:docs Generates HTML documentation used by the Webform module's documentation pages. @aliases wfd,webform-docs
File
- src/
Commands/ WebformCommands.php, line 304
Class
- WebformCommands
- Webform commands for Drush 9.x.
Namespace
Drupal\webform\CommandsCode
public function drush_webform_docs() {
$this->cliService
->drush_webform_docs();
}