Search for addEvent

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