Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DataConvert | class | src/ |
Provides an action to convert data from one type to another. |
DataConvert.php | file | src/ |
|
DataConvert::doExecute | function | src/ |
Executes the plugin. |
DataConvert::refineContextDefinitions | function | src/ |
Refines used and provided context definitions based upon context values. |
DataConvertTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesAction\DataConvert @group RulesAction |
DataConvertTest.php | file | tests/ |
|
DataConvertTest::$action | property | tests/ |
The action to be tested. |
DataConvertTest::executeAction | function | tests/ |
Shortcut method to execute the convert action and to avoid duplicate code. |
DataConvertTest::setUp | function | tests/ |
|
DataConvertTest::testConvertToFloat | function | tests/ |
Test the conversion to float. |
DataConvertTest::testConvertToInteger | function | tests/ |
Test the conversion and rounding to integer. |
DataConvertTest::testConvertToString | function | tests/ |
Test the conversion to text. |
DataConvertTest::testInvalidRoundingBehavior | function | tests/ |
Test the behavior if rounding behavior is used with non integers. |
DataConvertTest::testInvalidRoundingBehaviorException | function | tests/ |
Test the behavior if nonsense rounding_behaviors is set. |
DataConvertTest::testInvalidTargetTypeException | function | tests/ |
Test the behavior if nonsense target_type is set. |
DataConvertTest::testInvalidValueException | function | tests/ |
Test the behavior if nonsense context values is set. |
DataConvertTest::testRefiningContextDefinitions | function | tests/ |
Test that the provided context variable is the correct type. |
DataIsEmpty | class | src/ |
Provides a 'Data value is empty' condition. |
DataIsEmpty.php | file | src/ |
|
DataIsEmpty::evaluate | function | src/ |
Evaluates the condition and returns TRUE or FALSE accordingly. |
DataIsEmptyTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\Condition\DataIsEmpty @group RulesCondition |
DataIsEmptyTest.php | file | tests/ |
|
DataIsEmptyTest::$condition | property | tests/ |
The condition to be tested. |
DataIsEmptyTest::setUp | function | tests/ |
|
DataIsEmptyTest::testConditionEvaluation | function | tests/ |
Tests evaluating the condition. |
DataListContains | class | src/ |
Provides a 'List contains' condition. |
DataListContains.php | file | src/ |
|
DataListContains::doEvaluate | function | src/ |
Evaluate whether the list has the item. |
DataListCountIs | class | src/ |
Provides a 'List count comparison' condition. |
DataListCountIs.php | file | src/ |
|
DataListCountIs::doEvaluate | function | src/ |
Compare the value to the count of the list. |
DataListItemAdd | class | src/ |
Provides an 'Add list item' action. |
DataListItemAdd.php | file | src/ |
|
DataListItemAdd::doExecute | function | src/ |
Add an item to a list. |
DataListItemAddTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesAction\DataListItemAdd @group RulesAction |
DataListItemAddTest.php | file | tests/ |
|
DataListItemAddTest::$action | property | tests/ |
The action to be tested. |
DataListItemAddTest::setUp | function | tests/ |
|
DataListItemAddTest::testActionExecutionEnforceUnique | function | tests/ |
Tests the action execution - enforce unique items. |
DataListItemAddTest::testActionExecutionItemAppend | function | tests/ |
Tests the action execution - item append. |
DataListItemAddTest::testActionExecutionItemPrepend | function | tests/ |
Tests the action execution - item prepend. |
DataListItemAddTest::testActionExecutionNonUnique | function | tests/ |
Tests the action execution - add non-unique items. |
DataListItemAddTest::testActionExecutionWithDefaults | function | tests/ |
Tests the action execution with default values. |
DataListItemAddTest::testSummary | function | tests/ |
Tests the summary. |
DataListItemRemove | class | src/ |
Provides a 'Remove item from list' action. |
DataListItemRemove.php | file | src/ |
|
DataListItemRemove::doExecute | function | src/ |
Removes an item from a list. |
DataListItemRemoveTest | class | tests/ |
@coversDefaultClass \Drupal\rules\Plugin\RulesAction\DataListItemRemove @group RulesAction |
DataListItemRemoveTest.php | file | tests/ |
|
DataListItemRemoveTest::$action | property | tests/ |
The action to be tested. |
Pagination
- Previous page
- Page 11
- Next page