postoffice-1.0.x-dev/extensions/postoffice_compat/src/Email/ContactPersonalEmailInterface.php

extensions/postoffice_compat/src/Email/ContactPersonalEmailInterface.php
<?php

namespace Drupal\postoffice_compat\Email;

/**
 * Interface for contact email containing a personal contact message.
 */
interface ContactPersonalEmailInterface {

  /**
   * Returns recipient name if this is a message to a personal form.
   *
   * Accessible via email.recipientName from twig templates.
   */
  public function getRecipientName(): string;

  /**
   * Returns recipient edit url if this is a message to a personal form.
   *
   * Accessible via email.recipientEditUrl from twig templates.
   */
  public function getRecipientEditUrl(): string;

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc