You are here

public function ConditionInterface::evaluate in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Condition/ConditionInterface.php \Drupal\Core\Condition\ConditionInterface::evaluate()

Evaluates the condition and returns TRUE or FALSE accordingly.

Return value

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

8 methods override ConditionInterface::evaluate()
BaloneySpam::evaluate in core/modules/block/tests/modules/block_test/src/Plugin/Condition/BaloneySpam.php
Evaluates the condition and returns TRUE or FALSE accordingly.
ConditionTestDualUser::evaluate in core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php
Evaluates the condition and returns TRUE or FALSE accordingly.
CurrentThemeCondition::evaluate in core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php
Evaluates the condition and returns TRUE or FALSE accordingly.
Language::evaluate in core/modules/language/src/Plugin/Condition/Language.php
Evaluates the condition and returns TRUE or FALSE accordingly.
NodeType::evaluate in core/modules/node/src/Plugin/Condition/NodeType.php
Evaluates the condition and returns TRUE or FALSE accordingly.

... See full list

File

core/lib/Drupal/Core/Condition/ConditionInterface.php, line 66
Contains \Drupal\Core\Condition\ConditionInterface.

Class

ConditionInterface
An interface for condition plugins.

Namespace

Drupal\Core\Condition

Code

public function evaluate();