You are here

public function WebformMessageManagerInterface::get in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformMessageManagerInterface.php \Drupal\webform\WebformMessageManagerInterface::get()

Get message.

Parameters

string $key: The name of webform settings message to be displayed.

Return value

string|bool A message or FALSE if no message is found.

1 method overrides WebformMessageManagerInterface::get()
WebformMessageManager::get in src/WebformMessageManager.php
Get message.

File

src/WebformMessageManagerInterface.php, line 207

Class

WebformMessageManagerInterface
Provides an interface for managing a webform's custom, default, and hard-coded messages.

Namespace

Drupal\webform

Code

public function get($key);