Classes, traits, and interfaces - 8.x-3.x - rules

Primary tabs

Name Deprecated Object type Namespace File name Summary Direct uses Use statements Strings
UserLoginEvent class Drupal\rules\Event src/Event/UserLoginEvent.php Event that is fired when a user logs in. 1
UserLoginTest class Drupal\Tests\rules\Unit\Integration\Event tests/src/Unit/Integration/Event/UserLoginTest.php Checks that the event "rules_user_login" is correctly defined.
UserLogoutEvent class Drupal\rules\Event src/Event/UserLogoutEvent.php Event that is fired when a user logs out. 1
UserLogoutTest class Drupal\Tests\rules\Unit\Integration\Event tests/src/Unit/Integration/Event/UserLogoutTest.php Checks that the event "rules_user_logout" is correctly defined.
UserRoleAdd class Drupal\rules\Plugin\RulesAction src/Plugin/RulesAction/UserRoleAdd.php Provides a 'Add user role' action.
UserRoleAddTest class Drupal\Tests\rules\Unit\Integration\RulesAction tests/src/Unit/Integration/RulesAction/UserRoleAddTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\UserRoleAdd @group RulesAction
UserRoleRemove class Drupal\rules\Plugin\RulesAction src/Plugin/RulesAction/UserRoleRemove.php Provides a 'Remove user role' action.
UserRoleRemoveTest class Drupal\Tests\rules\Unit\Integration\RulesAction tests/src/Unit/Integration/RulesAction/UserRoleRemoveTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\UserRoleRemove @group RulesAction
UserUnblock class Drupal\rules\Plugin\RulesAction src/Plugin/RulesAction/UserUnblock.php Provides "Unblock User" action.
UserUnblockTest class Drupal\Tests\rules\Unit\Integration\RulesAction tests/src/Unit/Integration/RulesAction/UserUnblockTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\UserUnblock @group RulesAction
VariableAdd class Drupal\rules\Plugin\RulesAction src/Plugin/RulesAction/VariableAdd.php Provides an 'Add a variable' action.
VariableAddTest class Drupal\Tests\rules\Unit\Integration\RulesAction tests/src/Unit/Integration/RulesAction/VariableAddTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\VariableAdd @group RulesAction
ViewEditOptions class Drupal\rules\TypedData\Options src/TypedData/Options/ViewEditOptions.php Options provider for the types of field access to check for.
YesNoOptions class Drupal\rules\TypedData\Options src/TypedData/Options/YesNoOptions.php Options provider to return a Yes / No choice.

Other projects