class StackItem
A value object for items on the transaction stack.
Hierarchy
- class \Drupal\Core\Database\Transaction\StackItem
Expanded class hierarchy of StackItem
File
-
core/
lib/ Drupal/ Core/ Database/ Transaction/ StackItem.php, line 10
Namespace
Drupal\Core\Database\TransactionView source
final class StackItem {
/**
* Constructor.
*
* @param string $name
* The name of the transaction.
* @param StackItemType $type
* The stack item type.
*/
public function __construct(string $name, StackItemType $type) {
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
StackItem::__construct | public | function | Constructor. |