You are here

protected function TestUiParser::executeSourceExpression in Feeds extensible parsers 8

Executes a single source expression.

Parameters

string $machine_name: The source machine name being executed.

string $expression: The expression to execute.

mixed $row: The row to execute on.

Return value

scalar|[]scalar Either a scalar, or a list of scalars. If null, the value will be ignored.

Overrides ParserBase::executeSourceExpression

File

tests/modules/feeds_ex_test/src/Feeds/Parser/TestUiParser.php, line 31

Class

TestUiParser
A minimal implementation of a parser for UI testing.

Namespace

Drupal\feeds_ex_test\Feeds\Parser

Code

protected function executeSourceExpression($machine_name, $expression, $row) {
}