Search for _action
- Search 7.x for _action
- Search 9.5.x for _action
- Search 10.3.x for _action
- Search 11.x for _action
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TestLocalActionWithConfig::$config | property | core/ |
|
TestLocalActionWithConfig::create | function | core/ |
Creates an instance of the plugin. |
TestLocalActionWithConfig::getTitle | function | core/ |
Returns the localized title to be shown for this action. |
TestLocalActionWithConfig::__construct | function | core/ |
Constructs a TestLocalActionWithConfig object. |
tour_test.links.action.yml | file | core/ |
core/modules/tour/tests/tour_test/tour_test.links.action.yml |
Transaction | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Transaction. |
Transaction | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Transaction. |
Transaction | class | core/ |
SQLite implementation of \Drupal\Core\Database\Transaction. |
Transaction | class | core/ |
MySQL implementation of \Drupal\Core\Database\Transaction. |
Transaction | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Transaction. |
Transaction | class | core/ |
A wrapper class for creating and managing database transactions. |
Transaction.php | file | core/ |
|
Transaction.php | file | core/ |
|
Transaction.php | file | core/ |
|
Transaction.php | file | core/ |
|
Transaction.php | file | core/ |
|
Transaction.php | file | core/ |
|
Transaction::$connection | property | core/ |
The connection object for this transaction. |
Transaction::$name | property | core/ |
The name of the transaction. |
Transaction::$rolledBack | property | core/ |
A boolean value to indicate whether this transaction has been rolled back. |
Transaction::name | function | core/ |
Retrieves the name of the transaction or savepoint. |
Transaction::rollBack | function | core/ |
Rolls back the current transaction. |
Transaction::__construct | function | core/ |
|
Transaction::__destruct | function | core/ |
|
TransactionCommitFailedException | class | core/ |
Exception thrown when a commit() function fails. |
TransactionCommitFailedException.php | file | core/ |
|
TransactionException | class | core/ |
Exception thrown by an error in a database transaction. |
TransactionException.php | file | core/ |
|
TransactionExplicitCommitNotAllowedException | class | core/ |
Exception to deny attempts to explicitly manage transactions. |
TransactionExplicitCommitNotAllowedException.php | file | core/ |
|
TransactionNameNonUniqueException | class | core/ |
Exception thrown when a savepoint or transaction name occurs twice. |
TransactionNameNonUniqueException.php | file | core/ |
|
TransactionNoActiveException | class | core/ |
Exception for when popTransaction() is called with no active transaction. |
TransactionNoActiveException.php | file | core/ |
|
TransactionOutOfOrderException | class | core/ |
Exception thrown when a rollBack() resulted in other active transactions being rolled-back. |
TransactionOutOfOrderException.php | file | core/ |
|
TransactionTest | class | core/ |
Tests the transaction abstraction system. |
TransactionTest.php | file | core/ |
|
TransactionTest::assertRowAbsent | function | core/ |
Asserts that a given row is absent from the test table. |
TransactionTest::assertRowPresent | function | core/ |
Asserts that a given row is present in the test table. |
TransactionTest::cleanUp | function | core/ |
Starts over for a new test. |
TransactionTest::executeDDLStatement | function | core/ |
Executes a DDL statement. |
TransactionTest::insertRow | function | core/ |
Inserts a single row into the testing table. |
TransactionTest::testCommittedTransaction | function | core/ |
Tests a committed transaction. |
TransactionTest::testQueryFailureInTransaction | function | core/ |
Tests that transactions can continue to be used if a query fails. |
TransactionTest::testTransactionRollBackNotSupported | function | core/ |
Tests transaction rollback on a database that doesn't support transactions. |
TransactionTest::testTransactionRollBackSupported | function | core/ |
Tests transaction rollback on a database that supports transactions. |
TransactionTest::testTransactionStacking | function | core/ |
Tests transaction stacking, commit, and rollback. |
TransactionTest::testTransactionWithDdlStatement | function | core/ |
Tests the compatibility of transactions with DDL statements. |
TransactionTest::transactionInnerLayer | function | core/ |
Creates an "inner layer" transaction. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.