Search for _action

  1. Search 9.5.x for _action
  2. Search 8.9.x for _action
  3. Search 10.3.x for _action
  4. Search 11.x for _action
  5. Other projects
Title Object type File name Summary
DatabaseTransactionTestCase::assertRowAbsent function modules/simpletest/tests/database_test.test Assert that a given row is absent from the test table.
DatabaseTransactionTestCase::assertRowPresent function modules/simpletest/tests/database_test.test Assert that a given row is present in the test table.
DatabaseTransactionTestCase::cleanUp function modules/simpletest/tests/database_test.test Start over for a new test.
DatabaseTransactionTestCase::executeDDLStatement function modules/simpletest/tests/database_test.test Execute a DDL statement.
DatabaseTransactionTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseTransactionTestCase::insertRow function modules/simpletest/tests/database_test.test Insert a single row into the testing table.
DatabaseTransactionTestCase::rollBackWithoutTransactionErrorHandler function modules/simpletest/tests/database_test.test Special handling of "rollback without transaction" errors.
DatabaseTransactionTestCase::testCommittedTransaction function modules/simpletest/tests/database_test.test Test committed transaction.
DatabaseTransactionTestCase::testTransactionRollBackNotSupported function modules/simpletest/tests/database_test.test Test transaction rollback on a database that does not support transactions.
DatabaseTransactionTestCase::testTransactionRollBackSupported function modules/simpletest/tests/database_test.test Test transaction rollback on a database that supports transactions.
DatabaseTransactionTestCase::testTransactionStacking function modules/simpletest/tests/database_test.test Test transaction stacking and commit / rollback.
DatabaseTransactionTestCase::testTransactionWithDdlStatement function modules/simpletest/tests/database_test.test Test the compatibility of transactions with DDL statements.
DatabaseTransactionTestCase::transactionInnerLayer function modules/simpletest/tests/database_test.test Helper method for transaction unit tests. This "inner layer" transaction
is either used alone or nested inside of the "outer layer" transaction.
DatabaseTransactionTestCase::transactionOuterLayer function modules/simpletest/tests/database_test.test Helper method for transaction unit test.
db_transaction function includes/database/database.inc Returns a new transaction object for the active database.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX function modules/simpletest/tests/form.test Tests that a form's action is retained after an Ajax submission.
form_process_actions function includes/form.inc Processes a form actions container element.
hook_actions_delete function modules/system/system.api.php Executes code after an action is deleted.
hook_action_info function modules/system/system.api.php Declares information about actions.
hook_action_info_alter function modules/system/system.api.php Alters the actions declared by another module.
MENU_IS_LOCAL_ACTION constant includes/menu.inc Internal menu flag -- menu item is a local action.
MENU_LOCAL_ACTION constant includes/menu.inc Menu type -- An action specific to the parent, usually rendered as a link.
menu_local_actions function includes/menu.inc Returns the rendered local actions at the current level.
node_action_info function modules/node/node.module Implements hook_action_info().
node_assign_owner_action function modules/node/node.module Assigns ownership of a node to a user.
node_assign_owner_action_form function modules/node/node.module Generates the settings form for node_assign_owner_action().
node_assign_owner_action_submit function modules/node/node.module Saves settings form for node_assign_owner_action().
node_assign_owner_action_validate function modules/node/node.module Validates settings form for node_assign_owner_action().
node_make_sticky_action function modules/node/node.module Sets the sticky-at-top-of-list property of a node to 1.
node_make_unsticky_action function modules/node/node.module Sets the sticky-at-top-of-list property of a node to 0.
node_promote_action function modules/node/node.module Sets the promote property of a node to 1.
node_publish_action function modules/node/node.module Sets the status of a node to 1 (published).
node_save_action function modules/node/node.module Saves a node.
node_unpromote_action function modules/node/node.module Sets the promote property of a node to 0.
node_unpublish_action function modules/node/node.module Sets the status of a node to 0 (unpublished).
node_unpublish_by_keyword_action function modules/node/node.module Unpublishes a node containing certain keywords.
node_unpublish_by_keyword_action_form function modules/node/node.module Generates settings form for node_unpublish_by_keyword_action().
node_unpublish_by_keyword_action_submit function modules/node/node.module Saves settings form for node_unpublish_by_keyword_action().
system_actions_configure function modules/system/system.admin.inc Menu callback; Creates the form for configuration of a single action.
system_actions_configure_submit function modules/system/system.admin.inc Process system_actions_configure() form submissions.
system_actions_configure_validate function modules/system/system.admin.inc Validate system_actions_configure() form submissions.
system_actions_delete_form function modules/system/system.admin.inc Create the form for confirmation of deleting an action.
system_actions_delete_form_submit function modules/system/system.admin.inc Process system_actions_delete form submissions.
system_actions_manage function modules/system/system.admin.inc Menu callback; Displays an overview of available and configured actions.
system_actions_manage_form function modules/system/system.admin.inc Define the form for the actions overview page.
system_actions_manage_form_submit function modules/system/system.admin.inc Process system_actions_manage form submissions.
system_actions_remove_orphans function modules/system/system.admin.inc Remove actions that are in the database but not supported by any enabled module.
system_action_delete_orphans_post function modules/system/system.admin.inc Post-deletion operations for deleting action orphans.
system_action_info function modules/system/system.module Implements hook_action_info().
system_block_ip_action function modules/system/system.module Blocks the current user's IP address.

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