You are here

public function UpdateMetadata::getProjectType in Automatic Updates 8

Get the project type.

Return value

string The project type.

File

src/UpdateMetadata.php, line 87

Class

UpdateMetadata
Transfer object to encapsulate the details for an update.

Namespace

Drupal\automatic_updates

Code

public function getProjectType() {
  return $this->projectType;
}