ProfileForm.php in Entity Legal 8
File
src/Plugin/EntityLegal/AcceptanceMethod/ProfileForm.phpView source
<?php
/**
* @file
* Contains \Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod\ProfileForm.
*/
namespace Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod;
use Drupal\entity_legal\AcceptanceMethod\AcceptanceMethodInterface;
/**
* Plugin implementation of the 'profile_form' acceptance method.
*
* @AcceptanceMethod(
* id = "profile_form",
* label = @Translation("Field on user profile/user signup form"),
* new_users = true,
* existing_users = true,
* )
*/
class ProfileForm implements AcceptanceMethodInterface {
}
Classes
Name | Description |
---|---|
ProfileForm | Plugin implementation of the 'profile_form' acceptance method. |