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