ContactFormInterface::setWeight

public ContactFormInterface::setWeight($weight) Sets the weight. Parameters int $weight: The desired weight. Return value $this File core/modules/contact/src/ContactFormInterface.php, line 110 Class ContactFormInterface Provides an interface defining a contact form entity. Namespace Drupal\contact Code public function setWeight($weight);

ContactFormInterface::setReply

public ContactFormInterface::setReply($reply) Sets an auto-reply message to send to the message author. Parameters string $reply: The desired reply. Return value $this File core/modules/contact/src/ContactFormInterface.php, line 100 Class ContactFormInterface Provides an interface defining a contact form entity. Namespace Drupal\contact Code public function setReply($reply);

ContactFormInterface::setRedirectPath

public ContactFormInterface::setRedirectPath($redirect) Sets the redirect path. Parameters string $redirect: The desired path. Return value $this File core/modules/contact/src/ContactFormInterface.php, line 90 Class ContactFormInterface Provides an interface defining a contact form entity. Namespace Drupal\contact Code public function setRedirectPath($redirect);

ContactFormInterface::setRecipients

public ContactFormInterface::setRecipients($recipients) Sets list of recipient email addresses. Parameters array $recipients: The desired list of email addresses of this category. Return value $this File core/modules/contact/src/ContactFormInterface.php, line 80 Class ContactFormInterface Provides an interface defining a contact form entity. Namespace Drupal\contact Code public function setRecipients($recipients);

ContactFormInterface::setMessage

public ContactFormInterface::setMessage($message) Sets the message to be displayed to the user. Parameters string $message: The message to display after form is submitted. Return value $this File core/modules/contact/src/ContactFormInterface.php, line 70 Class ContactFormInterface Provides an interface defining a contact form entity. Namespace Drupal\contact Code public function setMessage($message);

ContactFormInterface::getWeight

public ContactFormInterface::getWeight() Returns the weight of this category (used for sorting). Return value int The weight of this category. File core/modules/contact/src/ContactFormInterface.php, line 60 Class ContactFormInterface Provides an interface defining a contact form entity. Namespace Drupal\contact Code public function getWeight();

ContactFormInterface::getReply

public ContactFormInterface::getReply() Returns an auto-reply message to send to the message author. Return value string An auto-reply message File core/modules/contact/src/ContactFormInterface.php, line 52 Class ContactFormInterface Provides an interface defining a contact form entity. Namespace Drupal\contact Code public function getReply();

ContactFormInterface::getRedirectUrl

public ContactFormInterface::getRedirectUrl() Returns the url object for redirect path. Empty redirect property results a url object of front page. Return value \Drupal\core\Url The redirect url object. File core/modules/contact/src/ContactFormInterface.php, line 44 Class ContactFormInterface Provides an interface defining a contact form entity. Namespace Drupal\contact Code public function getRedirectUrl();

ContactFormInterface::getRedirectPath

public ContactFormInterface::getRedirectPath() Returns the path for redirect. Return value string The redirect path. File core/modules/contact/src/ContactFormInterface.php, line 34 Class ContactFormInterface Provides an interface defining a contact form entity. Namespace Drupal\contact Code public function getRedirectPath();

ContactFormInterface::getRecipients

public ContactFormInterface::getRecipients() Returns list of recipient email addresses. Return value array List of recipient email addresses. File core/modules/contact/src/ContactFormInterface.php, line 26 Class ContactFormInterface Provides an interface defining a contact form entity. Namespace Drupal\contact Code public function getRecipients();