Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
ListCountIsTest::setUp function tests/src/Unit/Integration/Condition/ListCountIsTest.php
ListCountIsTest::testConditionEvaluation function tests/src/Unit/Integration/Condition/ListCountIsTest.php Tests evaluating the condition.
ListPositionOptions class src/TypedData/Options/ListPositionOptions.php Options provider for the types of field access to check for.
ListPositionOptions.php file src/TypedData/Options/ListPositionOptions.php
ListPositionOptions::getPossibleOptions function src/TypedData/Options/ListPositionOptions.php Returns an array of possible values with labels for display.
logger.channel.rules service ./rules.services.yml
logger.channel.rules_debug service ./rules.services.yml Drupal\rules\Logger\RulesDebugLoggerChannel
logger.ruleslog service ./rules.services.yml Drupal\rules\Logger\RulesLog
logger.rules_debug_log service ./rules.services.yml Drupal\rules\Logger\RulesDebugLog
LogicException class src/Exception/LogicException.php An exception that is thrown when there is an error in program logic.
LogicException.php file src/Exception/LogicException.php
LoopExpression class src/Plugin/RulesExpression/LoopExpression.php Holds a set of actions that are executed over the iteration of a list.
LoopExpression.php file src/Plugin/RulesExpression/LoopExpression.php
LoopExpression::allowsMetadataAssertions function src/Plugin/RulesExpression/LoopExpression.php Determines whether child-expressions are allowed to assert metadata.
LoopExpression::checkIntegrity function src/Plugin/RulesExpression/LoopExpression.php Verifies that this expression is configured correctly.
LoopExpression::defaultConfiguration function src/Plugin/RulesExpression/LoopExpression.php Gets default configuration for this plugin.
LoopExpression::executeWithState function src/Plugin/RulesExpression/LoopExpression.php Execute the expression with a given Rules state.
LoopExpression::prepareExecutionMetadataStateAfterTraversal function src/Plugin/RulesExpression/LoopExpression.php Prepares execution metadata state after traversing through children.
LoopExpression::prepareExecutionMetadataStateBeforeTraversal function src/Plugin/RulesExpression/LoopExpression.php Prepares execution metadata state before traversing through children.
LoopTest class tests/src/Unit/Integration/Engine/LoopTest.php Test Rules execution with the loop plugin.
LoopTest.php file tests/src/Unit/Integration/Engine/LoopTest.php
LoopTest::setUp function tests/src/Unit/Integration/Engine/LoopTest.php
LoopTest::testInvalidListType function tests/src/Unit/Integration/Engine/LoopTest.php Tests that the data type used to loop over is a list.
LoopTest::testItemNameConflict function tests/src/Unit/Integration/Engine/LoopTest.php Test the integrity check for loop item names that conflict with others.
LoopTest::testListExists function tests/src/Unit/Integration/Engine/LoopTest.php Tests that the specified list variable exists in the execution state.
LoopTest::testListItemRenaming function tests/src/Unit/Integration/Engine/LoopTest.php Tests that list items can be renamed for usage in nested loops.
LoopTest::testListItemUsage function tests/src/Unit/Integration/Engine/LoopTest.php Tests that list items in the loop can be used during execution.
LoopTest::testMissingList function tests/src/Unit/Integration/Engine/LoopTest.php Tests that a loop must have a list configured.
LoopTest::testOutOfScopeVariable function tests/src/Unit/Integration/Engine/LoopTest.php Tests that the loop list item variable is not available after the loop.
LoopTest::testOutOfScopeVariableExecution function tests/src/Unit/Integration/Engine/LoopTest.php Tests that the loop list item variable is not available after the loop.
LoopTest::testPropertyPathList function tests/src/Unit/Integration/Engine/LoopTest.php Tests that a list can be chosen with a property path selector.
LoopTest::testWrongVariableInAction function tests/src/Unit/Integration/Engine/LoopTest.php Tests that a variable used in an action within the loop exists.
MessageTypeOptions class src/TypedData/Options/MessageTypeOptions.php Options provider to return the System Message types.
MessageTypeOptions.php file src/TypedData/Options/MessageTypeOptions.php
MessageTypeOptions::getPossibleOptions function src/TypedData/Options/MessageTypeOptions.php Returns an array of possible values with labels for display.
MetadataAssertionTest class tests/src/Kernel/Engine/MetadataAssertionTest.php Tests asserting metadata works correctly.
MetadataAssertionTest.php file tests/src/Kernel/Engine/MetadataAssertionTest.php
MetadataAssertionTest::$modules property tests/src/Kernel/Engine/MetadataAssertionTest.php Modules to enable.
MetadataAssertionTest::setUp function tests/src/Kernel/Engine/MetadataAssertionTest.php
MetadataAssertionTest::testAssertingEntityBundle function tests/src/Kernel/Engine/MetadataAssertionTest.php Tests asserting metadata using the EntityIfOfBundle condition.
MetadataAssertionTest::testAssertingOfNegatedConditions function tests/src/Kernel/Engine/MetadataAssertionTest.php Tests asserted metadata of negated conditions is ignored.
MetadataAssertionTest::testAssertingWithLogicalOperations function tests/src/Kernel/Engine/MetadataAssertionTest.php Tests asserted metadata is handled correctly in OR and AND containers.
NodeIsOfType class src/Plugin/Condition/NodeIsOfType.php Provides a 'Node is of type' condition.
NodeIsOfType.php file src/Plugin/Condition/NodeIsOfType.php
NodeIsOfType::doEvaluate function src/Plugin/Condition/NodeIsOfType.php Check if a node is of a specific set of types.
NodeIsOfTypeTest class tests/src/Unit/Integration/Condition/NodeIsOfTypeTest.php @coversDefaultClass \Drupal\rules\Plugin\Condition\NodeIsOfType
@group RulesCondition
NodeIsOfTypeTest.php file tests/src/Unit/Integration/Condition/NodeIsOfTypeTest.php
NodeIsOfTypeTest::$condition property tests/src/Unit/Integration/Condition/NodeIsOfTypeTest.php The condition to be tested.
NodeIsOfTypeTest::setUp function tests/src/Unit/Integration/Condition/NodeIsOfTypeTest.php
NodeIsOfTypeTest::testConditionEvaluation function tests/src/Unit/Integration/Condition/NodeIsOfTypeTest.php Tests evaluating the condition.