You are here

class ProfileForm in Entity Legal 8

Plugin implementation of the 'profile_form' acceptance method.

Plugin annotation


@AcceptanceMethod(
  id = "profile_form",
  label = @Translation("Field on user profile/user signup form"),
  new_users = true,
  existing_users = true,
)

Hierarchy

Expanded class hierarchy of ProfileForm

File

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

Namespace

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

}

Members