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