public function ProfileTypeInterface::setMultiple in Profile 8
Sets whether a user can have multiple profiles of this type.
Parameters
bool $multiple: Whether a user can have multiple profiles of this type.
Return value
$this
1 method overrides ProfileTypeInterface::setMultiple()
- ProfileType::setMultiple in src/
Entity/ ProfileType.php - Sets whether a user can have multiple profiles of this type.
File
- src/
Entity/ ProfileTypeInterface.php, line 50
Class
- ProfileTypeInterface
- Provides an interface defining a profile type entity.
Namespace
Drupal\profile\EntityCode
public function setMultiple($multiple);