You are here

public function UserProfile::getEntityType in Flexiform 8

Get the entity type.

Overrides FlexiformFormEntityBase::getEntityType

File

src/Plugin/FlexiformFormEntity/UserProfile.php, line 62

Class

UserProfile
Form Entity for getting profiles from a user object.

Namespace

Drupal\flexiform\Plugin\FlexiformFormEntity

Code

public function getEntityType() {
  return 'profile';
}