Search for trigger

  1. Search 9.5.x for trigger
  2. Search 8.9.x for trigger
  3. Search 10.3.x for trigger
  4. Search 11.x for trigger
  5. Other projects
Title Object type File name Summary
ActionLoopTestCase::triggerActions function modules/simpletest/tests/actions.test Create an infinite loop by causing a watchdog message to be set,
which causes the actions to be triggered again, up to actions_max_stack
times.
actions_loop_test_trigger_info function modules/simpletest/tests/actions_loop_test.module Implements hook_trigger_info().
BootstrapGetFilenameTestCase::$getFilenameTestTriggeredError property modules/simpletest/tests/bootstrap.test The last file-related error message triggered by the filename test.
BootstrapGetFilenameWebTestCase::$getFilenameTestTriggeredError property modules/simpletest/tests/bootstrap.test The last file-related error message triggered by the filename test.
drupal-6.trigger.database.php file modules/simpletest/tests/upgrade/drupal-6.trigger.database.php
drupal-7.trigger.database.php file modules/simpletest/tests/upgrade/drupal-7.trigger.database.php Test content for the trigger upgrade path.
drupal_trigger_fatal_error function includes/bootstrap.inc Invoke trigger_error() using a fatal error that will terminate the request.
error_test_trigger_exception function modules/simpletest/tests/error_test.module Menu callback; trigger an exception to test the exception handler.
error_test_trigger_pdo_exception function modules/simpletest/tests/error_test.module Menu callback; trigger an exception to test the exception handler.
FormsTriggeringElementTestCase class modules/simpletest/tests/form.test Test that FAPI correctly determines $form_state['triggering_element'].
FormsTriggeringElementTestCase::getInfo function modules/simpletest/tests/form.test
FormsTriggeringElementTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormsTriggeringElementTestCase::testAttemptAccessControlBypass function modules/simpletest/tests/form.test Test that $form_state['triggering_element'] does not get set to a button
with #access=FALSE.
FormsTriggeringElementTestCase::testNoButtonInfoInPost function modules/simpletest/tests/form.test Test the determination of $form_state['triggering_element'] when no button
information is included in the POST data, as is sometimes the case when
the ENTER key is pressed in a textfield in Internet Explorer.
hook_trigger_info function modules/trigger/trigger.api.php Declare triggers (events) for users to assign actions to.
hook_trigger_info_alter function modules/trigger/trigger.api.php Alter triggers declared by hook_trigger_info().
overlay_trigger_refresh function modules/overlay/overlay.module Checks if the parent window needs to be refreshed on this page load.
PharInvocationCollection::triggerDuplicateAliasWarning function misc/typo3/phar-stream-wrapper/src/Resolver/PharInvocationCollection.php Triggers warning for invocations with same alias and same confirmation state.
theme_trigger_display function modules/trigger/trigger.admin.inc Returns HTML for the form showing actions assigned to a trigger.
trigger.admin.inc file modules/trigger/trigger.admin.inc Admin page callbacks for the trigger module.
trigger.api.php file modules/trigger/trigger.api.php Hooks provided by the Trigger module.
trigger.info file modules/trigger/trigger.info name = Trigger
description = Enables actions to be fired on certain system events, such as when new content is created.
package = Core
version = VERSION
core = 7.x
files[] = trigger.test
configure = admin/structure/trigger
trigger.install file modules/trigger/trigger.install Install, update and uninstall functions for the trigger module.
trigger.module file modules/trigger/trigger.module Enables functions to be stored and executed at a later time.
trigger.test file modules/trigger/trigger.test Tests for trigger.module.
TriggerActionTestCase class modules/trigger/trigger.test Provides a base class with trigger assignments and test comparisons.
TriggerActionTestCase::assertSystemEmailTokenReplacement function modules/trigger/trigger.test Asserts correct token replacement for the given trigger and account.
TriggerActionTestCase::assertSystemMessageAndEmailTokenReplacement function modules/trigger/trigger.test Asserts correct token replacement in both system message and email.
TriggerActionTestCase::assertSystemMessageTokenReplacement function modules/trigger/trigger.test Asserts correct token replacement for the given trigger and account.
TriggerActionTestCase::assignSimpleAction function modules/trigger/trigger.test Assigns a simple (non-configurable) action to a trigger.
TriggerActionTestCase::assignSystemEmailAction function modules/trigger/trigger.test Assigns a system_send_email_action to the passed-in trigger.
TriggerActionTestCase::assignSystemMessageAction function modules/trigger/trigger.test Assigns a system message action to the passed-in trigger.
TriggerActionTestCase::generateMessageWithTokens function modules/trigger/trigger.test Creates a message with tokens.
TriggerActionTestCase::generateTokenExpandedComparison function modules/trigger/trigger.test Generates a comparison message to match the pre-token-replaced message.
TriggerActionTestCase::setUp function modules/trigger/trigger.test Sets up a Drupal site for running functional and integration tests.
TriggerContentTestCase class modules/trigger/trigger.test Provides tests for node triggers.
TriggerContentTestCase::$_cleanup_roles property modules/trigger/trigger.test
TriggerContentTestCase::$_cleanup_users property modules/trigger/trigger.test
TriggerContentTestCase::actionInfo function modules/trigger/trigger.test Returns some info about each of the content actions.
TriggerContentTestCase::getInfo function modules/trigger/trigger.test
TriggerContentTestCase::setUp function modules/trigger/trigger.test Sets up a Drupal site for running functional and integration tests.
TriggerContentTestCase::testActionContentMultiple function modules/trigger/trigger.test Tests multiple node actions.
TriggerContentTestCase::testActionsContent function modules/trigger/trigger.test Tests several content-oriented trigger issues.
TriggerCronTestCase class modules/trigger/trigger.test Tests cron trigger.
TriggerCronTestCase::getInfo function modules/trigger/trigger.test
TriggerCronTestCase::setUp function modules/trigger/trigger.test Sets up a Drupal site for running functional and integration tests.
TriggerCronTestCase::testActionsCron function modules/trigger/trigger.test Tests assigning multiple actions to the cron trigger.
TriggerOrphanedActionsTestCase class modules/trigger/trigger.test Tests that orphaned actions are properly handled.
TriggerOrphanedActionsTestCase::getInfo function modules/trigger/trigger.test
TriggerOrphanedActionsTestCase::setUp function modules/trigger/trigger.test Sets up a Drupal site for running functional and integration tests.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.