You are here

class Popup in Entity Legal 8

Plugin implementation of the 'message' acceptance method.

Plugin annotation


@AcceptanceMethod(
  id = "popup",
  label = @Translation("Popup on all pages until accepted"),
  new_users = false,
  existing_users = true,
)

Hierarchy

Expanded class hierarchy of Popup

File

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

Namespace

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

}

Members