public function Section::getId in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/Stopwatch.php \Drupal\webprofiler\Section::getId()
- 8.2 webprofiler/src/Stopwatch.php \Drupal\webprofiler\Section::getId()
- 4.x webprofiler/src/Stopwatch.php \Drupal\webprofiler\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\webprofilerCode
public function getId() {
return $this->id;
}