ConditionInterface::evaluate

public ConditionInterface::evaluate()

Evaluates the condition and returns TRUE or FALSE accordingly.

Return value

bool TRUE if the condition has been met, FALSE otherwise.

File

core/lib/Drupal/Core/Condition/ConditionInterface.php, line 61

Class

ConditionInterface
An interface for condition plugins.

Namespace

Drupal\Core\Condition

Code

public function evaluate();
doc_Drupal
2016-10-29 08:52:01
Comments
Leave a Comment

Please login to continue.