public function Profile::getChildren

Finds children profilers.

Return value

array An array of Profile

File

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

Class

Profile
Profile.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

public function getChildren() {
  return $this->children;
}