You are here

public function SecurityAdvisory::getTitle in Drupal 9

Gets the title.

Return value

string The project title.

File

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

Class

SecurityAdvisory
Provides a security advisory value object.

Namespace

Drupal\system\SecurityAdvisories

Code

public function getTitle() : string {
  return $this->title;
}