Gets all event periods.
Return value
array An array of periods
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Debug/StopwatchEvent.php, line 115
Class
- StopwatchEvent
- Represents an Event managed by Stopwatch.
Namespace
Symfony\Component\HttpKernel\Debug
Code
public function getPeriods() {
return $this->periods;
}