| 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/Kernel/EventPropertyAccessTest.php |
Tests that Rules can use and access the properties of any Events. |
| EventPropertyAccessTest |
class |
tests/src/Unit/Integration/Event/EventPropertyAccessTest.php |
Checks that the events defined in the rules_test_event module are correct. |
| 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/Kernel/EventPropertyAccessTest.php |
Provider for events to test. |
| EventPropertyAccessTest::provideTestEvent |
function |
tests/src/Unit/Integration/Event/EventPropertyAccessTest.php |
Provider for events to test. |
| EventPropertyAccessTest::setUp |
function |
tests/src/Unit/Integration/Event/EventPropertyAccessTest.php |
|
| EventPropertyAccessTest::setUp |
function |
tests/src/Kernel/EventPropertyAccessTest.php |
|
| EventPropertyAccessTest::testEventContextDefinition |
function |
tests/src/Unit/Integration/Event/EventPropertyAccessTest.php |
Tests the event metadata to ensure that all properties may be accessed. |
| EventPropertyAccessTest::testEventProperties |
function |
tests/src/Kernel/EventPropertyAccessTest.php |
Tests that all event properties may be accessed. |
| EventTestBase |
class |
tests/src/Unit/Integration/Event/EventTestBase.php |
Base class for testing Rules Event definitions. |
| EventTestBase.php |
file |
tests/src/Unit/Integration/Event/EventTestBase.php |
|
| EventTestBase::$eventManager |
property |
tests/src/Unit/Integration/Event/EventTestBase.php |
The Rules event plugin manager. |
| EventTestBase::setUp |
function |
tests/src/Unit/Integration/Event/EventTestBase.php |
|
| ExecutablePluginTrait |
trait |
src/Core/ExecutablePluginTrait.php |
Offers common methods for executable plugins. |
| ExecutablePluginTrait.php |
file |
src/Core/ExecutablePluginTrait.php |
|
| ExecutablePluginTrait::getLabelValue |
function |
src/Core/ExecutablePluginTrait.php |
Get the translated label from the plugin definition. |
| ExecutablePluginTrait::summary |
function |
src/Core/ExecutablePluginTrait.php |
Get the translated summary from the label annotation. |
| ExecutionMetadataState |
class |
src/Context/ExecutionMetadataState.php |
The state used during configuration time holding data definitions. |
| ExecutionMetadataState.php |
file |
src/Context/ExecutionMetadataState.php |
|
| ExecutionMetadataState::$dataDefinitions |
property |
src/Context/ExecutionMetadataState.php |
The known data definitions. |
| ExecutionMetadataState::autocomplete |
function |
src/Context/ExecutionMetadataState.php |
|
| ExecutionMetadataState::create |
function |
src/Context/ExecutionMetadataState.php |
Creates the object. |
| ExecutionMetadataState::fetchDefinitionByPropertyPath |
function |
src/Context/ExecutionMetadataState.php |
Applies a data selector and returns the corresponding data definition. |
| ExecutionMetadataState::getDataDefinition |
function |
src/Context/ExecutionMetadataState.php |
Retrieve a data definition in this execution metadata state. |