function CheckpointListInterface::getParents

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php \Drupal\Core\Config\Checkpoint\CheckpointListInterface::getParents()

Gets a checkpoint's parents.

Parameters

string $id: The checkpoint ID.

Return value

iterable<string, \Drupal\Core\Config\Checkpoint\Checkpoint>

1 method overrides CheckpointListInterface::getParents()
LinearHistory::getParents in core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php
Gets a checkpoint's parents.

File

core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php, line 49

Class

CheckpointListInterface
Maintains a list of checkpoints.

Namespace

Drupal\Core\Config\Checkpoint

Code

public function getParents(string $id) : iterable;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.