Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
TestSessionBase::isStarted function tests/src/Unit/TestSessionBase.php
TestSessionBase::migrate function tests/src/Unit/TestSessionBase.php
TestSessionBase::registerBag function tests/src/Unit/TestSessionBase.php
TestSessionBase::replace function tests/src/Unit/TestSessionBase.php
TestSessionBase::save function tests/src/Unit/TestSessionBase.php
TestSessionBase::set function tests/src/Unit/TestSessionBase.php
TestSessionBase::setId function tests/src/Unit/TestSessionBase.php
TestSessionBase::setName function tests/src/Unit/TestSessionBase.php
TestSessionBase::start function tests/src/Unit/TestSessionBase.php
TestStringAction class tests/modules/rules_test/src/Plugin/RulesAction/TestStringAction.php Provides a test action that concatenates a string to itself.
TestStringAction.php file tests/modules/rules_test/src/Plugin/RulesAction/TestStringAction.php
TestStringAction::doExecute function tests/modules/rules_test/src/Plugin/RulesAction/TestStringAction.php Concatenates the text with itself.
TestTextCondition class tests/modules/rules_test/src/Plugin/Condition/TestTextCondition.php Returns TRUE if the 'text' context parameter equals 'test value'.
TestTextCondition.php file tests/modules/rules_test/src/Plugin/Condition/TestTextCondition.php
TestTextCondition::evaluate function tests/modules/rules_test/src/Plugin/Condition/TestTextCondition.php Evaluates the condition and returns TRUE or FALSE accordingly.
TestTextCondition::summary function tests/modules/rules_test/src/Plugin/Condition/TestTextCondition.php Get the translated summary from the label annotation.
TextComparison class src/Plugin/Condition/TextComparison.php Provides a 'Text comparison' condition.
TextComparison.php file src/Plugin/Condition/TextComparison.php
TextComparison::doEvaluate function src/Plugin/Condition/TextComparison.php Evaluate the text comparison.
TextComparisonTest class tests/src/Unit/Integration/Condition/TextComparisonTest.php @coversDefaultClass \Drupal\rules\Plugin\Condition\TextComparison[[api-linebreak]]
@group RulesCondition
TextComparisonTest.php file tests/src/Unit/Integration/Condition/TextComparisonTest.php
TextComparisonTest::$condition property tests/src/Unit/Integration/Condition/TextComparisonTest.php The condition to be tested.
TextComparisonTest::setUp function tests/src/Unit/Integration/Condition/TextComparisonTest.php
TextComparisonTest::testConditionEvaluationOperatorContains function tests/src/Unit/Integration/Condition/TextComparisonTest.php Tests evaluating the condition with the "contains" operator.
TextComparisonTest::testConditionEvaluationOperatorEnds function tests/src/Unit/Integration/Condition/TextComparisonTest.php Tests evaluating the condition with the "ends" operator.
TextComparisonTest::testConditionEvaluationOperatorRegex function tests/src/Unit/Integration/Condition/TextComparisonTest.php Tests evaluating the condition with the "regex" operator.
TextComparisonTest::testConditionEvaluationOperatorStarts function tests/src/Unit/Integration/Condition/TextComparisonTest.php Tests evaluating the condition with the "starts" operator.
TextComparisonTest::testSummary function tests/src/Unit/Integration/Condition/TextComparisonTest.php Tests the summary.
TokenIntegrationTest class tests/src/Kernel/TokenIntegrationTest.php Test using the Rules API with the placeholder token replacement system.
TokenIntegrationTest.php file tests/src/Kernel/TokenIntegrationTest.php
TokenIntegrationTest::testGlobalContextVariableTokens function tests/src/Kernel/TokenIntegrationTest.php Tests that global context variable tokens are replaced correctly.
TokenIntegrationTest::testSystemDateToken function tests/src/Kernel/TokenIntegrationTest.php Tests that date tokens are formatted correctly.
TokenProcessor class src/Plugin/RulesDataProcessor/TokenProcessor.php A data processor for placeholder token replacements.
TokenProcessor.php file src/Plugin/RulesDataProcessor/TokenProcessor.php
TokenProcessor::$placeholderResolver property src/Plugin/RulesDataProcessor/TokenProcessor.php The placeholder resolver.
TokenProcessor::create function src/Plugin/RulesDataProcessor/TokenProcessor.php Creates an instance of the plugin.
TokenProcessor::process function src/Plugin/RulesDataProcessor/TokenProcessor.php Process the given value.
TokenProcessor::__construct function src/Plugin/RulesDataProcessor/TokenProcessor.php Constructs a TokenProcessor object.
TrueFalseOptions class src/TypedData/Options/TrueFalseOptions.php Options provider to return a True / False choice.
TrueFalseOptions.php file src/TypedData/Options/TrueFalseOptions.php
TrueFalseOptions::getPossibleOptions function src/TypedData/Options/TrueFalseOptions.php Returns an array of possible values with labels for display.
UiPageTest class tests/src/Functional/UiPageTest.php Tests that the Reaction Rules list builder pages work.
UiPageTest.php file tests/src/Functional/UiPageTest.php
UiPageTest::$adminUser property tests/src/Functional/UiPageTest.php A user with administration permissions.
UiPageTest::$modules property tests/src/Functional/UiPageTest.php Modules to enable.
UiPageTest::$profile property tests/src/Functional/UiPageTest.php We use the minimal profile because we want to test local action links.
UiPageTest::$storage property tests/src/Functional/UiPageTest.php The entity storage for Rules config entities.
UiPageTest::setUp function tests/src/Functional/UiPageTest.php
UiPageTest::testAddEvent function tests/src/Functional/UiPageTest.php Tests that an event can be added.
UiPageTest::testAddEventWithRestrictByType function tests/src/Functional/UiPageTest.php Tests that an event with type restriction can be added.