You are here

public function TokenReplacerInterface::test in Forena Reports 8

Same name and namespace in other branches
  1. 7.5 src/Token/TokenReplacerInterface.php \Drupal\forena\Token\TokenReplacerInterface::test()

Parameters

$condition:

Return value

mixed Provides test replacement that lets us test whether an expression is true or false.

1 method overrides TokenReplacerInterface::test()
TokenReplacerBase::test in src/Token/TokenReplacerBase.php
Test for TRUE/FALSE for conditions that are able to be represented using bind parameters Note that & are used to separate the different conditions and these are to be OR'd together.

File

src/Token/TokenReplacerInterface.php, line 33

Class

TokenReplacerInterface

Namespace

Drupal\forena\Token

Code

public function test($condition);