You are here

protected property FeedsExTestFeedsSource::$logMessages in Feeds extensible parsers 7

Log messages stored for later use.

Each message has the following keys:

  • type;
  • message;
  • variables;
  • severity.

Type: array

File

src/Tests/FeedsExTestFeedsSource.inc, line 24
Contains FeedsExTestFeedsSource.

Class

FeedsExTestFeedsSource
A FeedsSource class used during testing.

Code

protected $logMessages = array();