function CheckpointListInterface::getParents
Same name in other branches
- 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> The parents for the given checkpoint.
1 method overrides CheckpointListInterface::getParents()
- LinearHistory::getParents in core/
lib/ Drupal/ Core/ Config/ Checkpoint/ LinearHistory.php
File
-
core/
lib/ Drupal/ Core/ Config/ Checkpoint/ CheckpointListInterface.php, line 50
Class
- CheckpointListInterface
- Maintains a list of checkpoints.
Namespace
Drupal\Core\Config\CheckpointCode
public function getParents(string $id) : iterable;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.