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/open-telemetry/sdk/Common/Export/TransportInterface.php \OpenTelemetry\SDK\Common\Export\TransportInterface::send()

Throws

TransportExceptionInterface

3 methods override TransportInterface::send()
AbstractTransport::send in vendor/symfony/mailer/Transport/AbstractTransport.php
RoundRobinTransport::send in vendor/symfony/mailer/Transport/RoundRobinTransport.php
Transports::send in vendor/symfony/mailer/Transport/Transports.php

File

vendor/symfony/mailer/Transport/TransportInterface.php, line 32

Class

TransportInterface
Interface for all mailer transports.

Namespace

Symfony\Component\Mailer\Transport

Code

public function send(RawMessage $message, ?Envelope $envelope = null) : ?SentMessage;

API Navigation

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