You are here

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

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\AcceptanceMethod
View source
class ProfileFormInline extends ProfileForm {

}

Members