public function UpdateMetadata::getFromVersion in Automatic Updates 8
Get the current project version.
Return value
string The current project version.
File
- src/
UpdateMetadata.php, line 111
Class
- UpdateMetadata
- Transfer object to encapsulate the details for an update.
Namespace
Drupal\automatic_updatesCode
public function getFromVersion() {
return $this->fromVersion;
}