You are here

public function FeedbackMessage::getType in Feedback 3.x

Gets the Feedback message type.

Return value

string The Feedback message type.

Overrides FeedbackMessageInterface::getType

File

src/Entity/FeedbackMessage.php, line 85

Class

FeedbackMessage
Defines the Feedback message entity.

Namespace

Drupal\feedback\Entity

Code

public function getType() {
  return $this
    ->bundle();
}