You are here

public function DeprecationMessage::getMessage in Upgrade Status 8.2

Same name and namespace in other branches
  1. 8.3 src/DeprecationMessage.php \Drupal\upgrade_status\DeprecationMessage::getMessage()

Gets the message.

Return value

string

File

src/DeprecationMessage.php, line 54

Class

DeprecationMessage
A value object containing a deprecation message with some metadata.

Namespace

Drupal\upgrade_status

Code

public function getMessage() : string {
  return $this->message;
}