You are here

public function RequestTree::getParentId in Subrequests 8

Get the parent ID of the request this tree belongs to.

Return value

string

1 call to RequestTree::getParentId()
RequestTree::isRoot in src/Blueprint/RequestTree.php
Is this tree the base one?

File

src/Blueprint/RequestTree.php, line 74

Class

RequestTree
Contains the hierarchical information of the requests.

Namespace

Drupal\subrequests\Blueprint

Code

public function getParentId() {
  return $this->parentId;
}