Search for _action
- Search 9.5.x for _action
- Search 8.9.x for _action
- Search 10.3.x for _action
- Search 11.x for _action
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
system_goto_action | function | modules/ |
Redirects to a different URL. |
system_goto_action_form | function | modules/ |
Settings form for system_goto_action(). |
system_goto_action_submit | function | modules/ |
|
system_message_action | function | modules/ |
Sends a message to the current user's screen. |
system_message_action_form | function | modules/ |
|
system_message_action_submit | function | modules/ |
|
system_send_email_action | function | modules/ |
Sends an e-mail message. |
system_send_email_action_form | function | modules/ |
Return a form definition so the Send email action can be configured. |
system_send_email_action_submit | function | modules/ |
Process system_send_email_action form submissions. |
system_send_email_action_validate | function | modules/ |
Validate system_send_email_action form submissions. |
theme_menu_local_action | function | includes/ |
Returns HTML for a single local action link. |
TriggerActionTestCase | class | modules/ |
Provides a base class with trigger assignments and test comparisons. |
TriggerActionTestCase::assertSystemEmailTokenReplacement | function | modules/ |
Asserts correct token replacement for the given trigger and account. |
TriggerActionTestCase::assertSystemMessageAndEmailTokenReplacement | function | modules/ |
Asserts correct token replacement in both system message and email. |
TriggerActionTestCase::assertSystemMessageTokenReplacement | function | modules/ |
Asserts correct token replacement for the given trigger and account. |
TriggerActionTestCase::assignSimpleAction | function | modules/ |
Assigns a simple (non-configurable) action to a trigger. |
TriggerActionTestCase::assignSystemEmailAction | function | modules/ |
Assigns a system_send_email_action to the passed-in trigger. |
TriggerActionTestCase::assignSystemMessageAction | function | modules/ |
Assigns a system message action to the passed-in trigger. |
TriggerActionTestCase::generateMessageWithTokens | function | modules/ |
Creates a message with tokens. |
TriggerActionTestCase::generateTokenExpandedComparison | function | modules/ |
Generates a comparison message to match the pre-token-replaced message. |
TriggerActionTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
TriggerContentTestCase::actionInfo | function | modules/ |
Returns some info about each of the content actions. |
TriggerContentTestCase::testActionContentMultiple | function | modules/ |
Tests multiple node actions. |
TriggerContentTestCase::testActionsContent | function | modules/ |
Tests several content-oriented trigger issues. |
TriggerCronTestCase::testActionsCron | function | modules/ |
Tests assigning multiple actions to the cron trigger. |
TriggerOrphanedActionsTestCase | class | modules/ |
Tests that orphaned actions are properly handled. |
TriggerOrphanedActionsTestCase::getInfo | function | modules/ |
|
TriggerOrphanedActionsTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
TriggerOrphanedActionsTestCase::testActionsOrphaned | function | modules/ |
Tests logic around orphaned actions. |
TriggerOtherTestCase::testActionsComment | function | modules/ |
Tests triggering on comment save. |
TriggerOtherTestCase::testActionsTaxonomy | function | modules/ |
Tests triggering on taxonomy new term. |
TriggerOtherTestCase::testActionsUser | function | modules/ |
Tests triggering on user create and user login. |
TriggerUserActionTestCase | class | modules/ |
Tests token substitution in trigger actions. |
TriggerUserActionTestCase::getInfo | function | modules/ |
|
TriggerUserActionTestCase::testUserActionAssignmentExecution | function | modules/ |
Tests user action assignment and execution. |
TriggerWebTestCase::configureAdvancedAction | function | modules/ |
Configures an advanced action. |
trigger_actions_delete | function | modules/ |
Implements hook_actions_delete(). |
trigger_get_assigned_actions | function | modules/ |
Gets the action IDs of actions to be executed for a hook. |
trigger_test_action_info | function | modules/ |
Implements hook_action_info(). |
trigger_test_generic_action | function | modules/ |
Action fired during the "taxonomy", "comment", and "user" trigger tests. |
trigger_test_generic_any_action | function | modules/ |
Action fired during the additional trigger tests. |
trigger_test_system_cron_action | function | modules/ |
Action fired during the "cron run" trigger test. |
trigger_test_system_cron_conf_action | function | modules/ |
Implement a configurable Drupal action. |
trigger_test_system_cron_conf_action_form | function | modules/ |
Form for configurable test action. |
trigger_test_system_cron_conf_action_submit | function | modules/ |
Form submission handler for configurable test action. |
UserActionsTest | class | modules/ |
Tests actions provided by the User module. |
UserActionsTest::getInfo | function | modules/ |
|
UserActionsTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
UserActionsTest::testUserBlockUnBlockActions | function | modules/ |
Tests user block and unblock actions. |
user_action_info | function | modules/ |
Implements hook_action_info(). |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.