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

Breadcrumb

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

function MessageInterface::setSubject

Sets the subject for the email.

Parameters

string $subject: The message subject.

1 method overrides MessageInterface::setSubject()
Message::setSubject in core/modules/contact/src/Entity/Message.php
Sets the subject for the email.

File

core/modules/contact/src/MessageInterface.php, line 66

Class

MessageInterface
Provides an interface defining a contact message entity.

Namespace

Drupal\contact

Code

public function setSubject($subject);
RSS feed
Powered by Drupal