You are here

class Message in Entity Legal 8

Plugin implementation of the 'message' acceptance method.

Plugin annotation


@AcceptanceMethod(
  id = "message",
  label = @Translation("Drupal warning message, prompting the user, until accepted"),
  new_users = false,
  existing_users = true,
)

Hierarchy

Expanded class hierarchy of Message

File

src/Plugin/EntityLegal/AcceptanceMethod/Message.php, line 20
Contains \Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod\Message.

Namespace

Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod
View source
class Message implements AcceptanceMethodInterface {

}

Members