class ProfileFormInline in Entity Legal 8
Plugin implementation of the 'profile_form_inline' acceptance method.
Plugin annotation
@AcceptanceMethod(
id = "profile_form_inline",
label = @Translation("Embedded document on user profile/user signup form"),
new_users = true,
existing_users = true,
)
Hierarchy
- class \Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod\ProfileForm implements AcceptanceMethodInterface
- class \Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod\ProfileFormInline
Expanded class hierarchy of ProfileFormInline
File
- src/
Plugin/ EntityLegal/ AcceptanceMethod/ ProfileFormInline.php, line 20 - Contains \Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod\ProfileFormInline.
Namespace
Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethodView source
class ProfileFormInline extends ProfileForm {
}