Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ResourceSpans.php
function ResourceSpans::hasResource
File
vendor/
open-telemetry/
gen-otlp-protobuf/
Opentelemetry/
Proto/
Trace/
V1/
ResourceSpans.php
, line 78
Class
ResourceSpans
A collection of ScopeSpans from a Resource.
Namespace
Opentelemetry\Proto\Trace\V1
Code
public
function
hasResource
() {
return
isset
(
$this
->
resource
); }
RSS feed