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

Breadcrumb

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

function Checkpoint::__construct

Constructs a checkpoint object.

Parameters

string $id: The checkpoint's ID.

\Stringable|string $label: The human-readable label.

int $timestamp: The timestamp when the checkpoint was created.

string|null $parent: The ID of the checkpoint's parent.

File

core/lib/Drupal/Core/Config/Checkpoint/Checkpoint.php, line 27

Class

Checkpoint
A value object to store information about a checkpoint.

Namespace

Drupal\Core\Config\Checkpoint

Code

public function __construct(string $id, \Stringable|string $label, int $timestamp, ?string $parent) {
}
RSS feed
Powered by Drupal