public function Profile::getParent

Returns the parent profile.

Return value

Profile The parent profile

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/Profile.php, line 90

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function getParent() {
  return $this->parent;
}