You are here

class Redirect in Entity Legal 8

Plugin implementation of the 'redirect' acceptance method.

Plugin annotation


@AcceptanceMethod(
  id = "redirect",
  label = @Translation("Redirect every page load to legal document until accepted"),
  new_users = false,
  existing_users = true,
)

Hierarchy

Expanded class hierarchy of Redirect

File

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

Namespace

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

}

Members