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