public function Section::getId

Return value

string The identifier of the section

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/Stopwatch.php, line 174

Class

Section

Namespace

Symfony\Component\HttpKernel\Debug

Code

public function getId() {
  return $this->id;
}