You are here

public function SecurityAdvisory::getProject in Drupal 9

Same name and namespace in other branches
  1. 10 core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php \Drupal\system\SecurityAdvisories\SecurityAdvisory::getProject()

Gets the project associated with the advisory.

Return value

string The project name.

File

core/modules/system/src/SecurityAdvisories/SecurityAdvisory.php, line 164

Class

SecurityAdvisory
Provides a security advisory value object.

Namespace

Drupal\system\SecurityAdvisories

Code

public function getProject() : string {
  return $this->project;
}