| 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. |
| EntityDeleteTest::testEventMetadata |
function |
tests/src/Unit/Integration/Event/EntityDeleteTest.php |
Tests the event metadata. |
| EntityEvent |
class |
src/Event/EntityEvent.php |
Represent various entity events. |
| EntityEvent.php |
file |
src/Event/EntityEvent.php |
|
| EntityInsertTest::testEventMetadata |
function |
tests/src/Unit/Integration/Event/EntityInsertTest.php |
Tests the event metadata. |
| EntityPresaveTest::testEventMetadata |
function |
tests/src/Unit/Integration/Event/EntityPresaveTest.php |
Tests the event metadata. |
| EntityUpdateTest::testEventMetadata |
function |
tests/src/Unit/Integration/Event/EntityUpdateTest.php |
Tests the event metadata. |
| EntityViewTest::testEventMetadata |
function |
tests/src/Unit/Integration/Event/EntityViewTest.php |
Tests the event metadata. |
| EventBundleTest |
class |
tests/src/FunctionalJavascript/EventBundleTest.php |
Tests the Ajax behavior of the Add Reaction Rule UI. |
| EventBundleTest.php |
file |
tests/src/FunctionalJavascript/EventBundleTest.php |
|
| EventBundleTest::$defaultTheme |
property |
tests/src/FunctionalJavascript/EventBundleTest.php |
The theme to install as the default for testing. |
| EventBundleTest::$modules |
property |
tests/src/FunctionalJavascript/EventBundleTest.php |
Modules to enable. |
| EventBundleTest::setUp |
function |
tests/src/FunctionalJavascript/EventBundleTest.php |
|
| EventBundleTest::testEventBundleSelection |
function |
tests/src/FunctionalJavascript/EventBundleTest.php |
Tests that event bundle selection Ajax works. |
| EventComponentResolver |
class |
src/ComponentResolver/EventComponentResolver.php |
Resolves components that hold all reaction rules for a given event. |
| EventComponentResolver.php |
file |
src/ComponentResolver/EventComponentResolver.php |
|
| EventComponentResolver::$entityStorage |
property |
src/ComponentResolver/EventComponentResolver.php |
The rules component entity storage. |
| EventComponentResolver::$expressionManager |
property |
src/ComponentResolver/EventComponentResolver.php |
The Rules expression manager. |
| EventComponentResolver::getMultiple |
function |
src/ComponentResolver/EventComponentResolver.php |
Gets multiple components. |
| EventComponentResolver::__construct |
function |
src/ComponentResolver/EventComponentResolver.php |
Constructs the object. |
| EventIntegrationTest |
class |
tests/src/Kernel/EventIntegrationTest.php |
Test for the Symfony event mapping to Rules events. |
| EventIntegrationTest.php |
file |
tests/src/Kernel/EventIntegrationTest.php |
|
| EventIntegrationTest::$modules |
property |
tests/src/Kernel/EventIntegrationTest.php |
Modules to enable. |
| EventIntegrationTest::$storage |
property |
tests/src/Kernel/EventIntegrationTest.php |
The entity storage for Rules config entities. |
| EventIntegrationTest::providerTestEntityOriginal |
function |
tests/src/Kernel/EventIntegrationTest.php |
Provides test data for testEntityOriginal(). |
| EventIntegrationTest::setUp |
function |
tests/src/Kernel/EventIntegrationTest.php |
|
| EventIntegrationTest::testBundleQualifiedEvents |
function |
tests/src/Kernel/EventIntegrationTest.php |
Tests that entity events are fired for the correct bundle. |
| EventIntegrationTest::testCronEvent |
function |
tests/src/Kernel/EventIntegrationTest.php |
Test that the cron hook triggers the Rules event listener. |
| EventIntegrationTest::testEntityOriginal |
function |
tests/src/Kernel/EventIntegrationTest.php |
Tests that the entity presave/update events work with original entities. |
| EventIntegrationTest::testInitEvent |
function |
tests/src/Kernel/EventIntegrationTest.php |
Test that Drupal initializing triggers the Rules debug logger listener. |
| EventIntegrationTest::testMultipleEvents |
function |
tests/src/Kernel/EventIntegrationTest.php |
Test that rules config supports multiple events. |
| EventIntegrationTest::testSystemLoggerEvent |
function |
tests/src/Kernel/EventIntegrationTest.php |
Test that a Logger message triggers the Rules debug logger listener. |
| EventIntegrationTest::testTerminateEvent |
function |
tests/src/Kernel/EventIntegrationTest.php |
Test that Drupal terminating triggers the Rules debug logger listener. |
| EventIntegrationTest::testUserLoginEvent |
function |
tests/src/Kernel/EventIntegrationTest.php |
Test that the user login hook triggers the Rules event listener. |
| EventIntegrationTest::testUserLogoutEvent |
function |
tests/src/Kernel/EventIntegrationTest.php |
Test that the user logout hook triggers the Rules event listener. |
| EventPropertyAccessTest |
class |
tests/src/Unit/Integration/Event/EventPropertyAccessTest.php |
Checks that the events defined in the rules_test_event module are correct. |
| EventPropertyAccessTest |
class |
tests/src/Kernel/EventPropertyAccessTest.php |
Tests that Rules can use and access the properties of any Events. |
| EventPropertyAccessTest.php |
file |
tests/src/Unit/Integration/Event/EventPropertyAccessTest.php |
|
| EventPropertyAccessTest.php |
file |
tests/src/Kernel/EventPropertyAccessTest.php |
|
| EventPropertyAccessTest::$modules |
property |
tests/src/Kernel/EventPropertyAccessTest.php |
Modules to enable. |
| EventPropertyAccessTest::$storage |
property |
tests/src/Kernel/EventPropertyAccessTest.php |
The entity storage for Rules config entities. |
| EventPropertyAccessTest::provideTestEvent |
function |
tests/src/Unit/Integration/Event/EventPropertyAccessTest.php |
Provider for events to test. |
| EventPropertyAccessTest::provideTestEvent |
function |
tests/src/Kernel/EventPropertyAccessTest.php |
Provider for events to test. |
| EventPropertyAccessTest::setUp |
function |
tests/src/Kernel/EventPropertyAccessTest.php |
|
| EventPropertyAccessTest::setUp |
function |
tests/src/Unit/Integration/Event/EventPropertyAccessTest.php |
|