Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
DataListItemRemoveTest::setUp function tests/src/Unit/Integration/RulesAction/DataListItemRemoveTest.php
DataListItemRemoveTest::testActionExecution function tests/src/Unit/Integration/RulesAction/DataListItemRemoveTest.php Tests the action execution.
DataListItemRemoveTest::testSummary function tests/src/Unit/Integration/RulesAction/DataListItemRemoveTest.php Tests the summary.
DataProcessorInterface interface src/Context/DataProcessorInterface.php Interface for Rules data processor plugins.
DataProcessorInterface.php file src/Context/DataProcessorInterface.php
DataProcessorInterface::process function src/Context/DataProcessorInterface.php Process the given value.
DataProcessorManager class src/Context/DataProcessorManager.php Plugin manager for Rules data processors.
DataProcessorManager.php file src/Context/DataProcessorManager.php
DataProcessorManager::__construct function src/Context/DataProcessorManager.php Creates the discovery object.
DataProcessorManagerTrait trait src/Context/DataProcessorManagerTrait.php Trait for easily using the data processor service.
DataProcessorManagerTrait.php file src/Context/DataProcessorManagerTrait.php
DataProcessorManagerTrait::$dataProcessorManager property src/Context/DataProcessorManagerTrait.php The data processor manager.
DataProcessorManagerTrait::getDataProcessorManager function src/Context/DataProcessorManagerTrait.php Gets the data processor manager.
DataProcessorManagerTrait::setDataProcessorManager function src/Context/DataProcessorManagerTrait.php Sets the data processor manager.
DataProcessorTest class tests/src/Kernel/DataProcessorTest.php Test the data processor plugins during Rules evaluation.
DataProcessorTest.php file tests/src/Kernel/DataProcessorTest.php
DataProcessorTest::testNumericOffset function tests/src/Kernel/DataProcessorTest.php Tests that the numeric offset plugin works.
DataSet class src/Plugin/RulesAction/DataSet.php Provides a 'Data set' action.
DataSet.php file src/Plugin/RulesAction/DataSet.php
DataSet::autoSaveContext function src/Plugin/RulesAction/DataSet.php Returns a list of context names that should be auto-saved after execution.
DataSet::doExecute function src/Plugin/RulesAction/DataSet.php Executes the Plugin.
DataSetTest class tests/src/Unit/Integration/RulesAction/DataSetTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\DataSet
@group RulesAction
DataSetTest.php file tests/src/Unit/Integration/RulesAction/DataSetTest.php
DataSetTest::$action property tests/src/Unit/Integration/RulesAction/DataSetTest.php The action to be tested.
DataSetTest::setUp function tests/src/Unit/Integration/RulesAction/DataSetTest.php
DataSetTest::testPrimitiveValues function tests/src/Unit/Integration/RulesAction/DataSetTest.php Tests that primitive values can be set.
DataSetTest::testSetToNull function tests/src/Unit/Integration/RulesAction/DataSetTest.php Tests that a variable can be set to NULL.
DataSetTest::testSummary function tests/src/Unit/Integration/RulesAction/DataSetTest.php Tests the summary.
debug.css file css/debug.css Stylesheet for Rules module debugging.
DeleteEventForm class src/Form/DeleteEventForm.php Removes an event from a rule.
DeleteEventForm.php file src/Form/DeleteEventForm.php
DeleteEventForm::$eventManager property src/Form/DeleteEventForm.php The Rules event manager.
DeleteEventForm::$id property src/Form/DeleteEventForm.php The ID of the event in the rule.
DeleteEventForm::$reactionRule property src/Form/DeleteEventForm.php The Reaction Rule being modified.
DeleteEventForm::$rulesUiHandler property src/Form/DeleteEventForm.php The RulesUI handler of the currently active UI.
DeleteEventForm::buildForm function src/Form/DeleteEventForm.php Form constructor.
DeleteEventForm::create function src/Form/DeleteEventForm.php Instantiates a new instance of this class.
DeleteEventForm::getCancelUrl function src/Form/DeleteEventForm.php Returns the route to go to if the user cancels the action.
DeleteEventForm::getConfirmText function src/Form/DeleteEventForm.php Returns a caption for the button that confirms the action.
DeleteEventForm::getFormId function src/Form/DeleteEventForm.php Returns a unique string identifying the form.
DeleteEventForm::getQuestion function src/Form/DeleteEventForm.php Returns the question to ask the user.
DeleteEventForm::submitForm function src/Form/DeleteEventForm.php Form submission handler.
DeleteEventForm::__construct function src/Form/DeleteEventForm.php Constructs a new event delete form.
DeleteExpressionForm class src/Form/DeleteExpressionForm.php Removes an expression from a rule.
DeleteExpressionForm.php file src/Form/DeleteExpressionForm.php
DeleteExpressionForm::$rulesUiHandler property src/Form/DeleteExpressionForm.php The RulesUI handler of the currently active UI.
DeleteExpressionForm::$uuid property src/Form/DeleteExpressionForm.php The UUID of the expression in the rule.
DeleteExpressionForm::buildForm function src/Form/DeleteExpressionForm.php Form constructor.
DeleteExpressionForm::getCancelUrl function src/Form/DeleteExpressionForm.php Returns the route to go to if the user cancels the action.
DeleteExpressionForm::getConfirmText function src/Form/DeleteExpressionForm.php Returns a caption for the button that confirms the action.