Search for trigger
- Search 9.5.x for trigger
- Search 8.9.x for trigger
- Search 10.3.x for trigger
- Search 11.x for trigger
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
trigger_taxonomy_term_update | function | modules/ |
Implements hook_taxonomy_term_update(). |
trigger_test.info | file | modules/ |
name = "Trigger Test" description = "Support module for Trigger tests." package = Testing core = 7.x hidden = TRUE |
trigger_test.module | file | modules/ |
Mock module to aid in testing trigger.module. |
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. |
trigger_test_trigger_info | function | modules/ |
Implements hook_trigger_info(). |
trigger_theme | function | modules/ |
Implements hook_theme(). |
trigger_trigger_info | function | modules/ |
Implements hook_trigger_info(). |
trigger_unassign | function | modules/ |
Form constructor for confirmation page for removal of an assigned action. |
trigger_unassign_submit | function | modules/ |
Form submission handler for trigger_unassign(). |
trigger_update_7000 | function | modules/ |
Alter the "hook" field and drop the "op field" of {trigger_assignments}. |
trigger_update_7001 | function | modules/ |
Increase the length of the "hook" field to 78 characters. |
trigger_update_7002 | function | modules/ |
Renames nodeapi to node. |
trigger_user_cancel | function | modules/ |
Implements hook_user_cancel(). |
trigger_user_delete | function | modules/ |
Implements hook_user_delete(). |
trigger_user_insert | function | modules/ |
Implements hook_user_insert(). |
trigger_user_login | function | modules/ |
Implements hook_user_login(). |
trigger_user_logout | function | modules/ |
Implements hook_user_logout(). |
trigger_user_update | function | modules/ |
Implements hook_user_update(). |
trigger_user_view | function | modules/ |
Implements hook_user_view(). |
update.trigger.test | file | modules/ |
Provides upgrade path tests for the Trigger module. |
upgrade.trigger.test | file | modules/ |
Provides upgrade path tests for the Trigger module. |
UpgradePathTriggerTestCase | class | modules/ |
Tests the Trigger 6 -> 7 upgrade path. |
UpgradePathTriggerTestCase::getInfo | function | modules/ |
|
UpgradePathTriggerTestCase::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
UpgradePathTriggerTestCase::testTaxonomyUpgrade | function | modules/ |
Basic tests for the trigger upgrade. |
_drupal_get_filename_fallback_trigger_error | function | includes/ |
Triggers a user-level warning for missing or unexpectedly moved files. |
_drupal_trigger_error_with_delayed_logging | function | includes/ |
Invokes trigger_error() with logging delayed until the end of the request. |
_form_element_triggered_scripted_submission | function | includes/ |
Detects if an element triggered the form submission via Ajax. |
_trigger_comment | function | modules/ |
Calls action functions for comment triggers. |
_trigger_get_all_info | function | modules/ |
Retrieves and caches information from hook_trigger_info() implementations. |
_trigger_node | function | modules/ |
Calls action functions for node triggers. |
_trigger_normalize_comment_context | function | modules/ |
Loads associated objects for comment triggers. |
_trigger_normalize_node_context | function | modules/ |
Loads associated objects for node triggers. |
_trigger_normalize_user_context | function | modules/ |
Loads associated objects for user triggers. |
_trigger_tab_information | function | modules/ |
Gathers information about tabs on the triggers administration screen. |
_trigger_taxonomy | function | modules/ |
Calls action functions for taxonomy triggers. |
_trigger_user | function | modules/ |
Calls action functions for user triggers. |
Pagination
- Previous page
- Page 3
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.