Search for evaluate

  1. Search 7.x-2.x for evaluate
  2. Other projects
Title Object type File name Summary
AndExpression::evaluate function src/Plugin/RulesExpression/AndExpression.php Returns the final result after executing the conditions.
ConditionExpressionContainer::evaluate function src/Engine/ConditionExpressionContainer.php Returns the final result after executing the conditions.
DataComparison::doEvaluate function src/Plugin/Condition/DataComparison.php Evaluate the data comparison.
DataIsEmpty::evaluate function src/Plugin/Condition/DataIsEmpty.php Evaluates the condition and returns TRUE or FALSE accordingly.
DataListContains::doEvaluate function src/Plugin/Condition/DataListContains.php Evaluate whether the list has the item.
DataListCountIs::doEvaluate function src/Plugin/Condition/DataListCountIs.php Compare the value to the count of the list.
EntityHasField::doEvaluate function src/Plugin/Condition/EntityHasField.php Checks if a given entity has a given field.
EntityIsNew::doEvaluate function src/Plugin/Condition/EntityIsNew.php Check if the provided entity is new.
EntityIsOfBundle::doEvaluate function src/Plugin/Condition/EntityIsOfBundle.php Check if a provided entity is of a specific type and bundle.
EntityIsOfType::doEvaluate function src/Plugin/Condition/EntityIsOfType.php Check if the provided entity is of a specific type.
IpIsBanned::doEvaluate function src/Plugin/Condition/IpIsBanned.php Checks if an IP address is banned.
NodeIsOfType::doEvaluate function src/Plugin/Condition/NodeIsOfType.php Check if a node is of a specific set of types.
NodeIsPromoted::doEvaluate function src/Plugin/Condition/NodeIsPromoted.php Checks if a node is promoted.
NodeIsPublished::doEvaluate function src/Plugin/Condition/NodeIsPublished.php Checks if a node is published.
NodeIsSticky::doEvaluate function src/Plugin/Condition/NodeIsSticky.php Check if the given node is sticky.
OrExpression::evaluate function src/Plugin/RulesExpression/OrExpression.php Returns the final result after executing the conditions.
PathAliasExists::doEvaluate function src/Plugin/Condition/PathAliasExists.php Check if a path alias exists.
PathHasAlias::doEvaluate function src/Plugin/Condition/PathHasAlias.php Check if a URL path has a URL alias.
RulesConditionBase::evaluate function src/Core/RulesConditionBase.php Evaluates the condition and returns TRUE or FALSE accordingly.
RulesConditionContainerTestStub::evaluate function tests/src/Unit/RulesConditionContainerTest.php Returns the final result after executing the conditions.
TestConditionFalse::evaluate function tests/modules/rules_test/src/Plugin/Condition/TestConditionFalse.php Evaluates the condition and returns TRUE or FALSE accordingly.
TestConditionProvider::evaluate function tests/modules/rules_test/src/Plugin/Condition/TestConditionProvider.php Evaluates the condition and returns TRUE or FALSE accordingly.
TestConditionTrue::evaluate function tests/modules/rules_test/src/Plugin/Condition/TestConditionTrue.php Evaluates the condition and returns TRUE or FALSE accordingly.
TestTextCondition::evaluate function tests/modules/rules_test/src/Plugin/Condition/TestTextCondition.php Evaluates the condition and returns TRUE or FALSE accordingly.
TextComparison::doEvaluate function src/Plugin/Condition/TextComparison.php Evaluate the text comparison.
UserHasEntityFieldAccess::doEvaluate function src/Plugin/Condition/UserHasEntityFieldAccess.php Evaluate if the user has access to the field of an entity.
UserHasRole::doEvaluate function src/Plugin/Condition/UserHasRole.php Evaluate if user has role(s).
UserIsBlocked::doEvaluate function src/Plugin/Condition/UserIsBlocked.php Check if user is blocked.