public function ConfigurationUpdateEvent::getModule in Update helper 2.x
Same name and namespace in other branches
- 8 src/Events/ConfigurationUpdateEvent.php \Drupal\update_helper\Events\ConfigurationUpdateEvent::getModule()
Get module name.
Return value
string Returns module name.
File
- src/
Events/ ConfigurationUpdateEvent.php, line 57
Class
- ConfigurationUpdateEvent
- Event for configuration update execution.
Namespace
Drupal\update_helper\EventsCode
public function getModule() {
return $this->module;
}