You are here

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_updates

Code

public function getFromVersion() {
  return $this->fromVersion;
}