Search for all

  1. Search 7.x-2.x for all
  2. Other projects
Title Object type File name Summary
SystemPageRedirectTest::setUp function tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php
SystemPageRedirectTest::testRedirect function tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php Tests redirection.
SystemPageRedirectTest::testRedirectBatch function tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php Tests unsuccessful redirection due to ongoing batch process.
SystemPageRedirectTest::testRedirectRulesAdminPage function tests/src/Unit/Integration/RulesAction/SystemPageRedirectTest.php Tests unsuccessful redirection due to rules admin page location.
SystemSendEmail class src/Plugin/RulesAction/SystemSendEmail.php Provides "Send email" rules action.
SystemSendEmail.php file src/Plugin/RulesAction/SystemSendEmail.php
SystemSendEmail::$logger property src/Plugin/RulesAction/SystemSendEmail.php The logger channel the action will write log messages to.
SystemSendEmail::$mailManager property src/Plugin/RulesAction/SystemSendEmail.php
SystemSendEmail::create function src/Plugin/RulesAction/SystemSendEmail.php Creates an instance of the plugin.
SystemSendEmail::doExecute function src/Plugin/RulesAction/SystemSendEmail.php Send a system email.
SystemSendEmail::__construct function src/Plugin/RulesAction/SystemSendEmail.php Constructs a SystemSendEmail object.
SystemSendEmailTest class tests/src/Unit/Integration/RulesAction/SystemSendEmailTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\SystemSendEmail[[api-linebreak]]
@group RulesAction
SystemSendEmailTest.php file tests/src/Unit/Integration/RulesAction/SystemSendEmailTest.php
SystemSendEmailTest::$action property tests/src/Unit/Integration/RulesAction/SystemSendEmailTest.php The action to be tested.
SystemSendEmailTest::$logger property tests/src/Unit/Integration/RulesAction/SystemSendEmailTest.php
SystemSendEmailTest::$mailManager property tests/src/Unit/Integration/RulesAction/SystemSendEmailTest.php
SystemSendEmailTest::setUp function tests/src/Unit/Integration/RulesAction/SystemSendEmailTest.php
SystemSendEmailTest::testSendMailToOneRecipient function tests/src/Unit/Integration/RulesAction/SystemSendEmailTest.php Tests sending a mail to one recipient.
SystemSendEmailTest::testSendMailToTwoRecipients function tests/src/Unit/Integration/RulesAction/SystemSendEmailTest.php Tests sending a mail to two recipients.
SystemSendEmailTest::testSummary function tests/src/Unit/Integration/RulesAction/SystemSendEmailTest.php Tests the summary.
template_preprocess_rules_debug_log_element function ./rules.theme.inc Prepares variables for rules debug log element templates.
TempStorageTest class tests/src/Functional/TempStorageTest.php Tests that editing a rule locks it for another user.
TempStorageTest.php file tests/src/Functional/TempStorageTest.php
TempStorageTest::$modules property tests/src/Functional/TempStorageTest.php Modules to enable.
TempStorageTest::$profile property tests/src/Functional/TempStorageTest.php We use the minimal profile because we want to test local action links.
TempStorageTest::testLocking function tests/src/Functional/TempStorageTest.php Tests that editing a rule locks it for another user.
TempStoreTrait trait src/Ui/TempStoreTrait.php Provides methods for modified rules components in temporary storage.
TempStoreTrait.php file src/Ui/TempStoreTrait.php
TempStoreTrait::$dateFormatter property src/Ui/TempStoreTrait.php The date formatter service.
TempStoreTrait::$entityTypeManager property src/Ui/TempStoreTrait.php The entity type manager service.
TempStoreTrait::$renderer property src/Ui/TempStoreTrait.php The renderer service.
TempStoreTrait::$rulesUiHandler property src/Ui/TempStoreTrait.php The currently active rules UI handler.
TempStoreTrait::$tempStore property src/Ui/TempStoreTrait.php The temporary store for the rules component.
TempStoreTrait::$tempStoreFactory property src/Ui/TempStoreTrait.php The tempstore factory.
TempStoreTrait::addLockInformation function src/Ui/TempStoreTrait.php
TempStoreTrait::clearTemporaryStorage function src/Ui/TempStoreTrait.php
TempStoreTrait::fetchFromTempStore function src/Ui/TempStoreTrait.php Fetches the stored data from the temporary storage.
TempStoreTrait::getDateFormatter function src/Ui/TempStoreTrait.php Retrieves the date formatter service if not already present.
TempStoreTrait::getEntityTypeManager function src/Ui/TempStoreTrait.php Retrieves the entity type manager service if not already present.
TempStoreTrait::getLockMetaData function src/Ui/TempStoreTrait.php
TempStoreTrait::getRenderer function src/Ui/TempStoreTrait.php Retrieves the renderer service if not already present.
TempStoreTrait::getRulesUiHandler function src/Ui/TempStoreTrait.php Gets the currently active RulesUI's handler.
TempStoreTrait::getTempStore function src/Ui/TempStoreTrait.php Gets the temporary storage repository from the factory.
TempStoreTrait::getTempStoreFactory function src/Ui/TempStoreTrait.php Retrieves the temporary storage service if not already present.
TempStoreTrait::getTempStoreItemId function src/Ui/TempStoreTrait.php Generates the temp store item's ID to use for the edited component.
TempStoreTrait::isEdited function src/Ui/TempStoreTrait.php
TempStoreTrait::isLocked function src/Ui/TempStoreTrait.php
TempStoreTrait::lockInformationMessage function src/Ui/TempStoreTrait.php Provides a lock info message.
TempStoreTrait::setDateFormatter function src/Ui/TempStoreTrait.php Setter injection for the date formatter service.
TempStoreTrait::setTempStoreFactory function src/Ui/TempStoreTrait.php Setter injection for the temporary storage factory.