|
actions_get_info |
core/includes/actions.inc |
Retrieves a single action's info by its name, or all actions |
|
actions_execute |
core/includes/actions.inc |
Executes a single action. |
|
ActionLoopTestCase::triggerActions |
core/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. |
|
ActionLoopTestCase::testActionLoop |
core/modules/simpletest/tests/actions.test |
Set up a loop with 3 - 12 recursions, and see if it aborts properly. |
|
ActionLoopTestCase::setUp |
core/modules/simpletest/tests/actions.test |
Sets up a Backdrop site for running functional and integration tests. |
|
ActionExampleTestCase::testActionExample |
modules/examples/action_example/tests/action_example.test |
Test Action Example. |
|
ActionExampleTestCase::setUp |
modules/examples/action_example/tests/action_example.test |
Sets up a Backdrop site for running functional and integration tests. |
|
AccessDeniedTestCase::testAccessDenied |
core/modules/system/tests/system.test |
|
|
AccessDeniedTestCase::test403PathOnSystemForm |
core/modules/system/tests/system.test |
|
|
AccessDeniedTestCase::setUp |
core/modules/system/tests/system.test |
Sets up a Backdrop site for running functional and integration tests. |