You are here

interface AcceptanceMethodInterface in Entity Legal 8

Defines an AcceptanceMethod interface.

Hierarchy

Expanded class hierarchy of AcceptanceMethodInterface

All classes that implement AcceptanceMethodInterface

5 files declare their use of AcceptanceMethodInterface
Message.php in src/Plugin/EntityLegal/AcceptanceMethod/Message.php
Contains \Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod\Message.
Popup.php in src/Plugin/EntityLegal/AcceptanceMethod/Popup.php
Contains \Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod\Popup.
ProfileForm.php in src/Plugin/EntityLegal/AcceptanceMethod/ProfileForm.php
Contains \Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod\ProfileForm.
ProfileFormInline.php in src/Plugin/EntityLegal/AcceptanceMethod/ProfileFormInline.php
Contains \Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod\ProfileFormInline.
Redirect.php in src/Plugin/EntityLegal/AcceptanceMethod/Redirect.php
Contains \Drupal\entity_legal\Plugin\EntityLegal\AcceptanceMethod\Redirect.

File

src/AcceptanceMethod/AcceptanceMethodInterface.php, line 13
Contains \Drupal\entity_legal\AcceptanceMethod\AcceptanceMethodInterface.

Namespace

Drupal\entity_legal\AcceptanceMethod
View source
interface AcceptanceMethodInterface {

}

Members