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
- class \Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod\Message implements AcceptanceMethodInterface
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\AcceptanceMethodView source
class Message implements AcceptanceMethodInterface {
}