Message.php in Entity Legal 8
File
src/Plugin/EntityLegal/AcceptanceMethod/Message.phpView source
<?php
/**
* @file
* Contains \Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod\Message.
*/
namespace Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod;
use Drupal\entity_legal\AcceptanceMethod\AcceptanceMethodInterface;
/**
* Plugin implementation of the 'message' acceptance method.
*
* @AcceptanceMethod(
* id = "message",
* label = @Translation("Drupal warning message, prompting the user, until accepted"),
* new_users = false,
* existing_users = true,
* )
*/
class Message implements AcceptanceMethodInterface {
}