You are here

public function FeedbackMessageInterface::getType in Feedback 3.x

Gets the Feedback message type.

Return value

string The Feedback message type.

1 method overrides FeedbackMessageInterface::getType()
FeedbackMessage::getType in src/Entity/FeedbackMessage.php
Gets the Feedback message type.

File

src/FeedbackMessageInterface.php, line 22

Class

FeedbackMessageInterface
Provides an interface for defining Feedback message entities.

Namespace

Drupal\feedback

Code

public function getType();