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

Breadcrumb

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

function TransportInterface::send

Same name in this branch
  1. 11.1.x vendor/symfony/mailer/Transport/TransportInterface.php \Symfony\Component\Mailer\Transport\TransportInterface::send()
2 methods override TransportInterface::send()
PsrTransport::send in vendor/open-telemetry/sdk/Common/Export/Http/PsrTransport.php
@psalm-suppress ArgumentTypeCoercion
StreamTransport::send in vendor/open-telemetry/sdk/Common/Export/Stream/StreamTransport.php

File

vendor/open-telemetry/sdk/Common/Export/TransportInterface.php, line 17

Class

TransportInterface
@psalm-template-covariant CONTENT_TYPE of string

Namespace

OpenTelemetry\SDK\Common\Export

Code

public function send(string $payload, ?CancellationInterface $cancellation = null) : FutureInterface;
RSS feed
Powered by Drupal