Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Link.php

class Link

Same name in this branch
  1. 11.1.x vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Link.php \Opentelemetry\Proto\Trace\V1\Span\Link
  2. 11.1.x vendor/composer/composer/src/Composer/Package/Link.php \Composer\Package\Link
  3. 11.1.x vendor/symfony/dom-crawler/Link.php \Symfony\Component\DomCrawler\Link
  4. 11.1.x vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Link.php \phpDocumentor\Reflection\DocBlock\Tags\Link
  5. 11.1.x core/lib/Drupal/Core/Link.php \Drupal\Core\Link
  6. 11.1.x core/lib/Drupal/Core/Render/Element/Link.php \Drupal\Core\Render\Element\Link
  7. 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

... See full list

File

vendor/open-telemetry/sdk/Trace/Link.php, line 10

Namespace

OpenTelemetry\SDK\Trace
View 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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal