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
ActionLoopTestCase::testActionLoop function modules/simpletest/tests/actions.test Set up a loop with 3 - 12 recursions, and see if it aborts properly.
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.
ActionsConfigurationTestCase::testActionConfiguration function modules/simpletest/tests/actions.test Test the configuration of advanced actions through the administration
interface.
actions_actions_map function includes/actions.inc Creates an associative array keyed by hashes of function names or IDs.
actions_get_all_actions function includes/actions.inc Retrieves all action instances from the database.
actions_loop_test_action_info function modules/simpletest/tests/actions_loop_test.module Implements hook_action_info().
CommentActionsTestCase class modules/comment/comment.test Test actions provided by the comment module.
CommentActionsTestCase::assertHookMessage function modules/comment/comment.test Pass if the message $text was set by one of the comment hooks in
comment_hook_test.module, i.e., if the $text is an element of
$_SESSION['comment_hook_test'].
CommentActionsTestCase::assertWatchdogMessage function modules/comment/comment.test Verify that a watchdog message has been entered.
CommentActionsTestCase::clearWatchdog function modules/comment/comment.test Helper function: clear the watchdog.
CommentActionsTestCase::getInfo function modules/comment/comment.test
CommentActionsTestCase::testCommentPublishUnpublishActions function modules/comment/comment.test Test comment publish and unpublish actions.
CommentActionsTestCase::testCommentPublishUnpublishHooks function modules/comment/comment.test Test comment publish and unpublish hooks.
CommentActionsTestCase::testCommentUnpublishByKeyword function modules/comment/comment.test Tests the unpublish comment by keyword action.
comment_action_info function modules/comment/comment.module Implements hook_action_info().
comment_publish_action function modules/comment/comment.module Publishes a comment.
comment_save_action function modules/comment/comment.module Saves a comment.
comment_unpublish_action function modules/comment/comment.module Unpublishes a comment.
comment_unpublish_by_keyword_action function modules/comment/comment.module Unpublishes a comment if it contains certain keywords.
comment_unpublish_by_keyword_action_form function modules/comment/comment.module Form builder; Prepare a form for blacklisted keywords.
comment_unpublish_by_keyword_action_submit function modules/comment/comment.module Process comment_unpublish_by_keyword_action_form form submissions.
Database abstraction layer group includes/database/database.inc Allow the use of different database servers using the same code base.
DatabaseConnection::$transactionalDDLSupport property includes/database/database.inc Whether this database connection supports transactional DDL.
DatabaseConnection::$transactionLayers property includes/database/database.inc Tracks the number of "layers" of transactions currently active.
DatabaseConnection::$transactionSupport property includes/database/database.inc Whether this database connection supports transactions.
DatabaseConnection::inTransaction function includes/database/database.inc Determines if there is an active transaction open.
DatabaseConnection::popCommittableTransactions function includes/database/database.inc Internal function: commit all the transaction layers that can commit.
DatabaseConnection::popTransaction function includes/database/database.inc Decreases the depth of transaction nesting.
DatabaseConnection::pushTransaction function includes/database/database.inc Increases the depth of transaction nesting.
DatabaseConnection::startTransaction function includes/database/database.inc Returns a new DatabaseTransaction object on this connection.
DatabaseConnection::supportsTransactionalDDL function includes/database/database.inc Determines if this driver supports transactional DDL.
DatabaseConnection::supportsTransactions function includes/database/database.inc Determines if this driver supports transactions.
DatabaseConnection::transactionDepth function includes/database/database.inc Determines current transaction depth.
DatabaseConnection_mysql::popCommittableTransactions function includes/database/mysql/database.inc Overridden to work around issues to MySQL not supporting transactional DDL.
DatabaseConnection_sqlite::popTransaction function includes/database/sqlite/database.inc Decreases the depth of transaction nesting.
DatabaseConnection_sqlite::pushTransaction function includes/database/sqlite/database.inc Increases the depth of transaction nesting.
DatabaseTransaction class includes/database/database.inc A wrapper class for creating and managing database transactions.
DatabaseTransaction::$connection property includes/database/database.inc The connection object for this transaction.
DatabaseTransaction::$name property includes/database/database.inc The name of the transaction.
DatabaseTransaction::$rolledBack property includes/database/database.inc A boolean value to indicate whether this transaction has been rolled back.
DatabaseTransaction::name function includes/database/database.inc Retrieves the name of the transaction or savepoint.
DatabaseTransaction::rollback function includes/database/database.inc Rolls back the current transaction.
DatabaseTransaction::__construct function includes/database/database.inc
DatabaseTransaction::__destruct function includes/database/database.inc
DatabaseTransactionCommitFailedException class includes/database/database.inc Exception thrown when a commit() function fails.
DatabaseTransactionExplicitCommitNotAllowedException class includes/database/database.inc Exception to deny attempts to explicitly manage transactions.
DatabaseTransactionNameNonUniqueException class includes/database/database.inc Exception thrown when a savepoint or transaction name occurs twice.
DatabaseTransactionNoActiveException class includes/database/database.inc Exception for when popTransaction() is called with no active transaction.
DatabaseTransactionOutOfOrderException class includes/database/database.inc Exception thrown when a rollback() resulted in other active transactions being rolled-back.
DatabaseTransactionTestCase class modules/simpletest/tests/database_test.test Test transaction support, particularly nesting.

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