public function CommandExecuteEvent::getModule in Update helper 8
Get module name.
Return value
string Returns module name.
File
- src/
Events/ CommandExecuteEvent.php, line 88
Class
- CommandExecuteEvent
- Event for command execute.
Namespace
Drupal\update_helper\EventsCode
public function getModule() {
return $this->module;
}