| ActionForm::validateForm |
function |
src/Form/Expression/ActionForm.php |
Form validation callback to validate expression elements. |
| ActionsFormTest::dataActionsFormWidgets |
function |
tests/src/Functional/ActionsFormTest.php |
Provides data for testActionsFormWidgets(). |
| ActionsFormTest::testActionsFormWidgets |
function |
tests/src/Functional/ActionsFormTest.php |
Test each action provided by Rules. |
| AddEventForm::getFormId |
function |
src/Form/AddEventForm.php |
Returns a unique string identifying the form. |
| AddExpressionForm::$expressionId |
property |
src/Form/AddExpressionForm.php |
The expression ID that is added, example: 'rules_action'. |
| AnnotationProcessingTest::provideRulesPlugins |
function |
tests/src/Unit/Integration/Engine/AnnotationProcessingTest.php |
Provider for plugins to test. |
| BreakLockForm::getFormId |
function |
src/Form/BreakLockForm.php |
Returns a unique string identifying the form. |
| ConditionForm::validateForm |
function |
src/Form/Expression/ConditionForm.php |
Form validation callback to validate expression elements. |
| ConditionsFormTest::dataConditionsFormWidgets |
function |
tests/src/Functional/ConditionsFormTest.php |
Provides data for testConditionsFormWidgets(). |
| ConditionsFormTest::testConditionsFormWidgets |
function |
tests/src/Functional/ConditionsFormTest.php |
Test each condition provided by Rules. |
| ConfigurableEventHandlerEntityBundle::validate |
function |
src/EventHandler/ConfigurableEventHandlerEntityBundle.php |
Validates that this event is configured correctly. |
| ContextConfig::provideAs |
function |
src/Context/ContextConfig.php |
Maps the name of a provided context. |
| ContextFormTrait::buildProvidedContextForm |
function |
src/Context/Form/ContextFormTrait.php |
Provides the form part for a 'provided' context parameter. |
| ContextHandlerTrait::addProvidedContext |
function |
src/Context/ContextHandlerTrait.php |
Adds provided context values from the plugin to the execution state. |
| ContextHandlerTrait::addProvidedContextDefinitions |
function |
src/Context/ContextHandlerTrait.php |
Adds the definitions of provided context to the execution metadata state. |
| ContextProviderInterface |
interface |
src/Context/ContextProviderInterface.php |
Interface for plugins that provide context. |
| ContextProviderInterface.php |
file |
src/Context/ContextProviderInterface.php |
|
| ContextProviderInterface::getProvidedContext |
function |
src/Context/ContextProviderInterface.php |
Gets a defined provided context. |
| ContextProviderInterface::getProvidedContextDefinition |
function |
src/Context/ContextProviderInterface.php |
Gets a specific provided context definition of the plugin. |
| ContextProviderInterface::getProvidedContextDefinitions |
function |
src/Context/ContextProviderInterface.php |
Gets the provided context definitions of the plugin. |
| ContextProviderInterface::setProvidedValue |
function |
src/Context/ContextProviderInterface.php |
Sets the value for a provided context. |
| ContextProviderTrait |
trait |
src/Context/ContextProviderTrait.php |
A trait implementing the ContextProviderInterface. |
| ContextProviderTrait.php |
file |
src/Context/ContextProviderTrait.php |
|
| ContextProviderTrait::$providedContext |
property |
src/Context/ContextProviderTrait.php |
The data objects that are provided by this plugin. |
| ContextProviderTrait::getProvidedContext |
function |
src/Context/ContextProviderTrait.php |
|
| ContextProviderTrait::getProvidedContextDefinition |
function |
src/Context/ContextProviderTrait.php |
|
| ContextProviderTrait::getProvidedContextDefinitions |
function |
src/Context/ContextProviderTrait.php |
|
| ContextProviderTrait::setProvidedValue |
function |
src/Context/ContextProviderTrait.php |
|
| ContextProviderTrait::upcastEntityId |
function |
src/Context/ContextProviderTrait.php |
Upcasts an entity id to a full entity object. |
| DataConvertTest::testInvalidRoundingBehavior |
function |
tests/src/Unit/Integration/RulesAction/DataConvertTest.php |
Test the behavior if rounding behavior is used with non integers. |
| DataConvertTest::testInvalidRoundingBehaviorException |
function |
tests/src/Unit/Integration/RulesAction/DataConvertTest.php |
Test the behavior if nonsense rounding_behaviors is set. |
| DataConvertTest::testInvalidTargetTypeException |
function |
tests/src/Unit/Integration/RulesAction/DataConvertTest.php |
Test the behavior if nonsense target_type is set. |
| DataConvertTest::testInvalidValueException |
function |
tests/src/Unit/Integration/RulesAction/DataConvertTest.php |
Test the behavior if nonsense context values is set. |
| DeleteEventForm::$id |
property |
src/Form/DeleteEventForm.php |
The ID of the event in the rule. |
| DeleteEventForm::getFormId |
function |
src/Form/DeleteEventForm.php |
Returns a unique string identifying the form. |
| DeleteExpressionForm::$uuid |
property |
src/Form/DeleteExpressionForm.php |
The UUID of the expression in the rule. |
| DeleteExpressionForm::getFormId |
function |
src/Form/DeleteExpressionForm.php |
Returns a unique string identifying the form. |
| DispatchForm::getFormId |
function |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Returns a unique string identifying the form. |
| EditExpressionForm::$uuid |
property |
src/Form/EditExpressionForm.php |
The UUID of the edited expression in the rule. |
| EditExpressionForm::getFormId |
function |
src/Form/EditExpressionForm.php |
Returns a unique string identifying the form. |
| EditExpressionForm::validateForm |
function |
src/Form/EditExpressionForm.php |
Form validation handler. |
| EmbeddedComponentForm::getFormId |
function |
src/Form/EmbeddedComponentForm.php |
Returns a unique string identifying the form. |
| EmbeddedComponentForm::validateForm |
function |
src/Form/EmbeddedComponentForm.php |
Form validation handler. |
| EntityCreate::$entityTypeId |
property |
src/Plugin/RulesAction/EntityCreate.php |
The entity type id. |
| EntityFetchByFieldTest::testActionExecutionProvidedContextEntityType |
function |
tests/src/Unit/Integration/RulesAction/EntityFetchByFieldTest.php |
Tests that the action execution loads the entity from storage. |
| EntityFetchById |
class |
src/Plugin/RulesAction/EntityFetchById.php |
Provides a 'Fetch entity by id' action. |
| EntityFetchById.php |
file |
src/Plugin/RulesAction/EntityFetchById.php |
|
| EntityFetchById::$entityTypeManager |
property |
src/Plugin/RulesAction/EntityFetchById.php |
The entity type manager service. |
| EntityFetchById::create |
function |
src/Plugin/RulesAction/EntityFetchById.php |
Creates an instance of the plugin. |
| EntityFetchById::doExecute |
function |
src/Plugin/RulesAction/EntityFetchById.php |
Executes the action with the given context. |