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 |
---|---|---|---|
ActionLoopTestCase::triggerActions | function | modules/ |
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/ |
Implements hook_trigger_info(). |
BootstrapGetFilenameTestCase::$getFilenameTestTriggeredError | property | modules/ |
The last file-related error message triggered by the filename test. |
BootstrapGetFilenameWebTestCase::$getFilenameTestTriggeredError | property | modules/ |
The last file-related error message triggered by the filename test. |
drupal-6.trigger.database.php | file | modules/ |
|
drupal-7.trigger.database.php | file | modules/ |
Test content for the trigger upgrade path. |
drupal_trigger_fatal_error | function | includes/ |
Invoke trigger_error() using a fatal error that will terminate the request. |
error_test_trigger_exception | function | modules/ |
Menu callback; trigger an exception to test the exception handler. |
error_test_trigger_pdo_exception | function | modules/ |
Menu callback; trigger an exception to test the exception handler. |
FormsTriggeringElementTestCase | class | modules/ |
Test that FAPI correctly determines $form_state['triggering_element']. |
FormsTriggeringElementTestCase::getInfo | function | modules/ |
|
FormsTriggeringElementTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsTriggeringElementTestCase::testAttemptAccessControlBypass | function | modules/ |
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE. |
FormsTriggeringElementTestCase::testNoButtonInfoInPost | function | modules/ |
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/ |
Declare triggers (events) for users to assign actions to. |
hook_trigger_info_alter | function | modules/ |
Alter triggers declared by hook_trigger_info(). |
overlay_trigger_refresh | function | modules/ |
Checks if the parent window needs to be refreshed on this page load. |
PharInvocationCollection::triggerDuplicateAliasWarning | function | misc/ |
Triggers warning for invocations with same alias and same confirmation state. |
theme_trigger_display | function | modules/ |
Returns HTML for the form showing actions assigned to a trigger. |
trigger.admin.inc | file | modules/ |
Admin page callbacks for the trigger module. |
trigger.api.php | file | modules/ |
Hooks provided by the Trigger module. |
trigger.info | file | modules/ |
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/ |
Install, update and uninstall functions for the trigger module. |
trigger.module | file | modules/ |
Enables functions to be stored and executed at a later time. |
trigger.test | file | modules/ |
Tests for trigger.module. |
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 | class | modules/ |
Provides tests for node triggers. |
TriggerContentTestCase::$_cleanup_roles | property | modules/ |
|
TriggerContentTestCase::$_cleanup_users | property | modules/ |
|
TriggerContentTestCase::actionInfo | function | modules/ |
Returns some info about each of the content actions. |
TriggerContentTestCase::getInfo | function | modules/ |
|
TriggerContentTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
TriggerContentTestCase::testActionContentMultiple | function | modules/ |
Tests multiple node actions. |
TriggerContentTestCase::testActionsContent | function | modules/ |
Tests several content-oriented trigger issues. |
TriggerCronTestCase | class | modules/ |
Tests cron trigger. |
TriggerCronTestCase::getInfo | function | modules/ |
|
TriggerCronTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
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. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.