public function ProfileTypeInterface::allowsMultiple in Profile 8
Gets whether a user can have multiple profiles of this type.
Return value
bool TRUE if a user can have multiple profiles of this type, FALSE otherwise.
1 method overrides ProfileTypeInterface::allowsMultiple()
- ProfileType::allowsMultiple in src/
Entity/ ProfileType.php - Gets whether a user can have multiple profiles of this type.
File
- src/
Entity/ ProfileTypeInterface.php, line 40
Class
- ProfileTypeInterface
- Provides an interface defining a profile type entity.
Namespace
Drupal\profile\EntityCode
public function allowsMultiple();