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

Breadcrumb

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

class SentMessageEvent

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

  • class \Symfony\Contracts\EventDispatcher\Event implements \Psr\EventDispatcher\StoppableEventInterface
    • class \Symfony\Component\Mailer\Event\SentMessageEvent extends \Symfony\Contracts\EventDispatcher\Event

Expanded class hierarchy of SentMessageEvent

1 file declares its use of SentMessageEvent
AbstractTransport.php in vendor/symfony/mailer/Transport/AbstractTransport.php

File

vendor/symfony/mailer/Event/SentMessageEvent.php, line 20

Namespace

Symfony\Component\Mailer\Event
View source
final class SentMessageEvent extends Event {
    public function __construct(SentMessage $message) {
    }
    public function getMessage() : SentMessage {
        return $this->message;
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title Overrides
Event::$propagationStopped private property
Event::isPropagationStopped public function Is propagation stopped? Overrides StoppableEventInterface::isPropagationStopped
Event::stopPropagation public function Stops the propagation of the event to further event listeners. 1
SentMessageEvent::getMessage public function
SentMessageEvent::__construct public function
RSS feed
Powered by Drupal