| 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. |
| DeleteExpressionForm::getFormId |
function |
src/Form/DeleteExpressionForm.php |
Returns a unique string identifying the form. |
| DeleteExpressionForm::getQuestion |
function |
src/Form/DeleteExpressionForm.php |
Returns the question to ask the user. |
| DeleteExpressionForm::submitForm |
function |
src/Form/DeleteExpressionForm.php |
Form submission handler. |
| DispatchForm |
class |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Acquires input, wraps it in a Task object, and queues it for processing. |
| DispatchForm.php |
file |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
|
| DispatchForm::$dispatcher |
property |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
The event_dispatcher service. |
| DispatchForm::buildForm |
function |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Form constructor. |
| DispatchForm::create |
function |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Instantiates a new instance of this class. |
| DispatchForm::getFormId |
function |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Returns a unique string identifying the form. |
| DispatchForm::submitForm |
function |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Form submission handler. |
| DispatchForm::__construct |
function |
tests/modules/rules_test_event/src/Form/DispatchForm.php |
Constructor. |
| EditExpressionForm |
class |
src/Form/EditExpressionForm.php |
UI form to edit an expression like a condition or action in a rule. |
| EditExpressionForm.php |
file |
src/Form/EditExpressionForm.php |
|
| EditExpressionForm::$component |
property |
src/Form/EditExpressionForm.php |
The edited component. |
| EditExpressionForm::$rulesUiHandler |
property |
src/Form/EditExpressionForm.php |
The RulesUI handler of the currently active UI. |
| EditExpressionForm::$uuid |
property |
src/Form/EditExpressionForm.php |
The UUID of the edited expression in the rule. |
| EditExpressionForm::buildComponent |
function |
src/Form/EditExpressionForm.php |
Builds an updated component object based upon the submitted form values. |
| EditExpressionForm::buildForm |
function |
src/Form/EditExpressionForm.php |
Form constructor. |
| EditExpressionForm::getEditedExpression |
function |
src/Form/EditExpressionForm.php |
Gets the currently edited expression from the given component. |
| EditExpressionForm::getFormId |
function |
src/Form/EditExpressionForm.php |
Returns a unique string identifying the form. |
| EditExpressionForm::getTitle |
function |
src/Form/EditExpressionForm.php |
Provides the page title on the form. |
| EditExpressionForm::submitForm |
function |
src/Form/EditExpressionForm.php |
Form submission handler. |
| EditExpressionForm::validateForm |
function |
src/Form/EditExpressionForm.php |
Form validation handler. |
| EmbeddedComponentForm |
class |
src/Form/EmbeddedComponentForm.php |
Components form, ready to be embedded in some other form. |
| EmbeddedComponentForm.php |
file |
src/Form/EmbeddedComponentForm.php |
|
| EmbeddedComponentForm::$rulesUiHandler |
property |
src/Form/EmbeddedComponentForm.php |
The RulesUI handler of the currently active UI. |
| EmbeddedComponentForm::buildForm |
function |
src/Form/EmbeddedComponentForm.php |
Form constructor. |
| EmbeddedComponentForm::getFormHandler |
function |
src/Form/EmbeddedComponentForm.php |
Gets the form handler for the component's expression. |
| EmbeddedComponentForm::getFormId |
function |
src/Form/EmbeddedComponentForm.php |
Returns a unique string identifying the form. |
| EmbeddedComponentForm::submitForm |
function |
src/Form/EmbeddedComponentForm.php |
Form submission handler. |
| EmbeddedComponentForm::validateForm |
function |
src/Form/EmbeddedComponentForm.php |
Form validation handler. |