function CheckpointListInterface::getParents

Same name in other branches
  1. 11.x 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>

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.