function Section::getId

Return value

string The identifier of the section

File

webprofiler/src/Stopwatch.php, line 206

Class

Section
@internal This class is for internal usage only

Namespace

Drupal\webprofiler

Code

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