class Link
Same name in this branch
- 11.1.x vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Link.php \Opentelemetry\Proto\Trace\V1\Span\Link
- 11.1.x vendor/composer/composer/src/Composer/Package/Link.php \Composer\Package\Link
- 11.1.x vendor/symfony/dom-crawler/Link.php \Symfony\Component\DomCrawler\Link
- 11.1.x vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Link.php \phpDocumentor\Reflection\DocBlock\Tags\Link
- 11.1.x core/lib/Drupal/Core/Link.php \Drupal\Core\Link
- 11.1.x core/lib/Drupal/Core/Render/Element/Link.php \Drupal\Core\Render\Element\Link
- 11.1.x core/modules/jsonapi/src/JsonApiResource/Link.php \Drupal\jsonapi\JsonApiResource\Link
Hierarchy
- class \OpenTelemetry\SDK\Trace\Link implements \OpenTelemetry\SDK\Trace\LinkInterface
Expanded class hierarchy of Link
61 string references to 'Link'
- ckeditor5.ckeditor5.yml in core/
modules/ ckeditor5/ ckeditor5.ckeditor5.yml - core/modules/ckeditor5/ckeditor5.ckeditor5.yml
- claro_form_alter in core/
themes/ claro/ claro.theme - Implements hook_form_alter().
- claro_page_attachments_alter in core/
themes/ claro/ claro.theme - Implements hook_page_attachments_alter().
- ContentTranslationHandler::entityFormSharedElements in core/
modules/ content_translation/ src/ ContentTranslationHandler.php - Process callback: determines which elements get clue in the form.
- contextual.views.schema.yml in core/
modules/ contextual/ config/ schema/ contextual.views.schema.yml - core/modules/contextual/config/schema/contextual.views.schema.yml
File
-
vendor/
open-telemetry/ sdk/ Trace/ Link.php, line 10
Namespace
OpenTelemetry\SDK\TraceView source
final class Link implements LinkInterface {
public function __construct(API\SpanContextInterface $context, AttributesInterface $attributes) {
}
public function getSpanContext() : API\SpanContextInterface {
return $this->context;
}
public function getAttributes() : AttributesInterface {
return $this->attributes;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
Link::getAttributes | public | function | Overrides LinkInterface::getAttributes | |
Link::getSpanContext | public | function | Overrides LinkInterface::getSpanContext | |
Link::__construct | public | function |