You are here

protected property State::$messages in Feeds 8.3

The list of messages to display to the user.

Each entry on the array is expected to have the following values:

  • message (string|\Drupal\Component\Render\MarkupInterface): the translated message to be displayed to the user;
  • type (string): the message's type. These values are supported:
    • 'status'
    • 'warning'
    • 'error'
  • repeat (bool): whether or not showing the same message more than once.

Type: array

File

src/State.php, line 83

Class

State
Status of the import or clearing operation of a Feed.

Namespace

Drupal\feeds

Code

protected $messages = [];