You are here

protected function FeedsExTestUi::executeSourceExpression in Feeds extensible parsers 7.2

Same name and namespace in other branches
  1. 7 tests/FeedsExTestUi.inc \FeedsExTestUi::executeSourceExpression()

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 FeedsExBase::executeSourceExpression

File

tests/FeedsExTestUi.inc, line 23
Contains FeedsExTestUi.

Class

FeedsExTestUi
A minimal implementation of a parser for UI testing.

Code

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