Search for event

  1. Search 7.x-2.x for event
  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.
ConfigurableEventHandlerBase class src/EventHandler/ConfigurableEventHandlerBase.php Base class for event handler.
ConfigurableEventHandlerBase.php file src/EventHandler/ConfigurableEventHandlerBase.php
ConfigurableEventHandlerBase::$configuration property src/EventHandler/ConfigurableEventHandlerBase.php The event configuration.
ConfigurableEventHandlerBase::defaultConfiguration function src/EventHandler/ConfigurableEventHandlerBase.php Gets default configuration for this plugin.
ConfigurableEventHandlerBase::extractConfigurationFormValues function src/EventHandler/ConfigurableEventHandlerBase.php Extract the form values and update the event configuration.
ConfigurableEventHandlerBase::getConfiguration function src/EventHandler/ConfigurableEventHandlerBase.php Gets this plugin's configuration.
ConfigurableEventHandlerBase::setConfiguration function src/EventHandler/ConfigurableEventHandlerBase.php Sets the configuration for this plugin instance.
ConfigurableEventHandlerEntityBundle class src/EventHandler/ConfigurableEventHandlerEntityBundle.php Exposes the bundle of an entity as event setting.
ConfigurableEventHandlerEntityBundle.php file src/EventHandler/ConfigurableEventHandlerEntityBundle.php
ConfigurableEventHandlerEntityBundle::buildConfigurationForm function src/EventHandler/ConfigurableEventHandlerEntityBundle.php Builds the event configuration form.
ConfigurableEventHandlerEntityBundle::determineQualifiedEvents function src/EventHandler/ConfigurableEventHandlerEntityBundle.php Determines the qualified event names for the dispatched event.
ConfigurableEventHandlerEntityBundle::getEventNameSuffix function src/EventHandler/ConfigurableEventHandlerEntityBundle.php Provides the event name suffix based upon the plugin configuration.
ConfigurableEventHandlerEntityBundle::refineContextDefinitions function src/EventHandler/ConfigurableEventHandlerEntityBundle.php Refines provided context definitions based upon plugin configuration.
ConfigurableEventHandlerEntityBundle::summary function src/EventHandler/ConfigurableEventHandlerEntityBundle.php Provides a human readable summary of the event's configuration.
ConfigurableEventHandlerEntityBundle::validate function src/EventHandler/ConfigurableEventHandlerEntityBundle.php Validates that this event is configured correctly.
ConfigurableEventHandlerTest class tests/src/Kernel/ConfigurableEventHandlerTest.php Tests events with qualified name.
ConfigurableEventHandlerTest.php file tests/src/Kernel/ConfigurableEventHandlerTest.php
ConfigurableEventHandlerTest::$modules property tests/src/Kernel/ConfigurableEventHandlerTest.php Modules to enable.
ConfigurableEventHandlerTest::$node property tests/src/Kernel/ConfigurableEventHandlerTest.php A node used for testing.
ConfigurableEventHandlerTest::$storage property tests/src/Kernel/ConfigurableEventHandlerTest.php The entity storage for Rules config entities.
ConfigurableEventHandlerTest::setUp function tests/src/Kernel/ConfigurableEventHandlerTest.php
ConfigurableEventHandlerTest::testConfigurableEventHandler function tests/src/Kernel/ConfigurableEventHandlerTest.php Tests ConfigurableEventHandlerEntityBundle.
ConfigureAndExecuteTest::testAddEventAndExecute function tests/src/Functional/ConfigureAndExecuteTest.php Tests adding an event and then triggering its execution.
ConfigureAndExecuteTest::testDeleteEventAndExecute function tests/src/Functional/ConfigureAndExecuteTest.php Tests deleting an event and then triggering its execution.
ConfigureAndExecuteTest::testTwoRulesSameEvent function tests/src/Functional/ConfigureAndExecuteTest.php Tests creating and altering two rules reacting on the same event.
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.