public function WebformCommands::drush_webform_libraries_status in Webform 8.5
Same name and namespace in other branches
- 6.x src/Commands/WebformCommands.php \Drupal\webform\Commands\WebformCommands::drush_webform_libraries_status()
Displays the status of third party libraries required by the Webform module.
@command webform:libraries:status @usage webform:libraries:status Displays the status of third party libraries required by the Webform module. @aliases wfls,webform-libraries-status
File
- src/
Commands/ WebformCommands.php, line 169
Class
- WebformCommands
- Webform commands for Drush 9.x.
Namespace
Drupal\webform\CommandsCode
public function drush_webform_libraries_status() {
$this->cliService
->drush_webform_libraries_status();
}