Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
SystemEmailToUsersOfRole::doExecute function src/Plugin/RulesAction/SystemEmailToUsersOfRole.php Sends an email to all users of the specified role(s).
SystemEmailToUsersOfRole::__construct function src/Plugin/RulesAction/SystemEmailToUsersOfRole.php Constructs a SystemEmailToUsersOfRole object.
SystemEmailToUsersOfRoleTest class tests/src/Unit/Integration/RulesAction/SystemEmailToUsersOfRoleTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\SystemEmailToUsersOfRole[[api-linebreak]]
@group RulesAction
SystemEmailToUsersOfRoleTest.php file tests/src/Unit/Integration/RulesAction/SystemEmailToUsersOfRoleTest.php
SystemEmailToUsersOfRoleTest::$accounts property tests/src/Unit/Integration/RulesAction/SystemEmailToUsersOfRoleTest.php
SystemEmailToUsersOfRoleTest::$action property tests/src/Unit/Integration/RulesAction/SystemEmailToUsersOfRoleTest.php The action to be tested.
SystemEmailToUsersOfRoleTest::$logger property tests/src/Unit/Integration/RulesAction/SystemEmailToUsersOfRoleTest.php
SystemEmailToUsersOfRoleTest::$mailManager property tests/src/Unit/Integration/RulesAction/SystemEmailToUsersOfRoleTest.php
SystemEmailToUsersOfRoleTest::$userStorage property tests/src/Unit/Integration/RulesAction/SystemEmailToUsersOfRoleTest.php
SystemEmailToUsersOfRoleTest::setUp function tests/src/Unit/Integration/RulesAction/SystemEmailToUsersOfRoleTest.php
SystemEmailToUsersOfRoleTest::testSendMailToOneRoles function tests/src/Unit/Integration/RulesAction/SystemEmailToUsersOfRoleTest.php Tests sending an email to one role.
SystemEmailToUsersOfRoleTest::testSendMailToTwoRoles function tests/src/Unit/Integration/RulesAction/SystemEmailToUsersOfRoleTest.php Tests sending an email to two roles.
SystemEmailToUsersOfRoleTest::testSummary function tests/src/Unit/Integration/RulesAction/SystemEmailToUsersOfRoleTest.php Tests the summary.
SystemLoggerEvent class src/Event/SystemLoggerEvent.php Event that is fired when a logger-item is created.
SystemLoggerEvent.php file src/Event/SystemLoggerEvent.php
SystemLoggerEvent::EVENT_NAME constant src/Event/SystemLoggerEvent.php
SystemLoggerEventTest class tests/src/Unit/Integration/Event/SystemLoggerEventTest.php Checks that the event "rules_system_logger_event" is correctly defined.
SystemLoggerEventTest.php file tests/src/Unit/Integration/Event/SystemLoggerEventTest.php
SystemLoggerEventTest::testSystemLoggerEvent function tests/src/Unit/Integration/Event/SystemLoggerEventTest.php Tests the event metadata.
SystemMessage class src/Plugin/RulesAction/SystemMessage.php Provides a 'Show a message on the site' action.
SystemMessage.php file src/Plugin/RulesAction/SystemMessage.php
SystemMessage::$messenger property src/Plugin/RulesAction/SystemMessage.php The messenger service.
SystemMessage::create function src/Plugin/RulesAction/SystemMessage.php Creates an instance of the plugin.
SystemMessage::doExecute function src/Plugin/RulesAction/SystemMessage.php Set a system message.
SystemMessage::__construct function src/Plugin/RulesAction/SystemMessage.php Constructs a SystemMessage object.
SystemMessageTest class tests/src/Unit/Integration/RulesAction/SystemMessageTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\SystemMessage[[api-linebreak]]
@group RulesAction
SystemMessageTest.php file tests/src/Unit/Integration/RulesAction/SystemMessageTest.php
SystemMessageTest::$action property tests/src/Unit/Integration/RulesAction/SystemMessageTest.php The action to be tested.
SystemMessageTest::clearMessages function tests/src/Unit/Integration/RulesAction/SystemMessageTest.php Clears the statically stored messages.
SystemMessageTest::getMessages function tests/src/Unit/Integration/RulesAction/SystemMessageTest.php Retrieves the stored messages.
SystemMessageTest::setUp function tests/src/Unit/Integration/RulesAction/SystemMessageTest.php
SystemMessageTest::testActionExecution function tests/src/Unit/Integration/RulesAction/SystemMessageTest.php Tests the action execution.
SystemMessageTest::testOptionalRepeat function tests/src/Unit/Integration/RulesAction/SystemMessageTest.php Tests that the action works if the optional repeat flag is not set.
SystemMessageTest::testSummary function tests/src/Unit/Integration/RulesAction/SystemMessageTest.php Tests the summary.
SystemPageRedirect class src/Plugin/RulesAction/SystemPageRedirect.php Provides "Page redirect" rules action.
SystemPageRedirect.php file src/Plugin/RulesAction/SystemPageRedirect.php
SystemPageRedirect::$currentPathStack property src/Plugin/RulesAction/SystemPageRedirect.php The current path service.
SystemPageRedirect::$logger property src/Plugin/RulesAction/SystemPageRedirect.php The Rules debug logger.
SystemPageRedirect::$request property src/Plugin/RulesAction/SystemPageRedirect.php The current request.
SystemPageRedirect::create function src/Plugin/RulesAction/SystemPageRedirect.php Creates an instance of the plugin.
SystemPageRedirect::doExecute function src/Plugin/RulesAction/SystemPageRedirect.php Redirect to a provided url at the end of the request.
SystemPageRedirect::__construct function src/Plugin/RulesAction/SystemPageRedirect.php Constructs a SystemPageRedirect object.
SystemPageRedirectTest class tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\SystemPageRedirect[[api-linebreak]]
@group RulesAction
SystemPageRedirectTest.php file tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php
SystemPageRedirectTest::$action property tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php The action to be tested.
SystemPageRedirectTest::$currentPathStack property tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php The mocked current path stack service.
SystemPageRedirectTest::$currentRequest property tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php A mocked request.
SystemPageRedirectTest::$logger property tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php A mocked Rules logger.channel.rules_debug service.
SystemPageRedirectTest::$parameterBag property tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php A mocked parameter bag.
SystemPageRedirectTest::$requestStack property tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php The mocked request stack service.