Search for addEvent
Title | Object type | File name | Summary |
---|---|---|---|
AddEventForm | class | src/ |
UI form to add an event to a rule. |
AddEventForm.php | file | src/ |
|
AddEventForm::$reactionRule | property | src/ |
The Reaction Rule being modified. |
AddEventForm::actions | function | src/ |
|
AddEventForm::buildForm | function | src/ |
Form constructor. |
AddEventForm::create | function | src/ |
Instantiates a new instance of this class. |
AddEventForm::getFormId | function | src/ |
Returns a unique string identifying the form. |
AddEventForm::getTitle | function | src/ |
Provides the page title on the form. |
AddEventForm::submitForm | function | src/ |
Form submission handler. |
AddEventForm::__construct | function | src/ |
Constructs a new event add form. |
AddEventFormTrait | trait | src/ |
Trait for adding an event. |
AddEventFormTrait.php | file | src/ |
|
AddEventFormTrait::$entityBundleInfo | property | src/ |
The entity type bundle information manager. |
AddEventFormTrait::$eventManager | property | src/ |
The Rules event manager. |
AddEventFormTrait::buildEventForm | function | src/ |
|
AddEventFormTrait::bundleSelectCallback | function | src/ |
Ajax callback for the entity bundle restriction select element. |
AddEventFormTrait::entityBundleBuilder | function | src/ |
Callback method for the #entity_builder form property. |
ConfigureAndExecuteTest::testAddEventAndExecute | function | tests/ |
Tests adding an event and then triggering its execution. |
ReactionRuleConfig::addEvent | function | src/ |
Adds an event to the rule configuration. |
ReactionRuleConfigTest::addEventDataProvider | function | tests/ |
Data provider for ::testAddEvent(). |
ReactionRuleConfigTest::testAddEvent | function | tests/ |
@covers ::addEvent @covers ::getEvents |
RulesTriggerableInterface::addEvent | function | src/ |
Adds an event to the rule configuration. |
UiPageTest::testAddEvent | function | tests/ |
Tests that an event can be added. |
UiPageTest::testAddEventWithRestrictByType | function | tests/ |
Tests that an event with type restriction can be added. |