public function ConfigurationUpdateEvent::getModule in Update helper 8
Same name and namespace in other branches
- 2.x 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;
}