Skip to content
Snippets Groups Projects
Commit ca334de8 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1602112 by bgano: Add return docs for Connection::startTransaction()

parent 6abd79d3
No related branches found
No related tags found
No related merge requests found
......@@ -820,6 +820,9 @@ public function transactionDepth() {
* @param $name
* Optional name of the savepoint.
*
* @return Drupal\Core\Database\Transaction
* A DatabaseTransaction object.
*
* @see Drupal\Core\Database\Transaction
*/
public function startTransaction($name = '') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment