Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StackItem.php

function StackItem::__construct

Constructor.

Parameters

string $name: The name of the transaction.

StackItemType $type: The stack item type.

File

core/lib/Drupal/Core/Database/Transaction/StackItem.php, line 20

Class

StackItem
A value object for items on the transaction stack.

Namespace

Drupal\Core\Database\Transaction

Code

public function __construct(string $name, StackItemType $type) {
}
RSS feed
Powered by Drupal