public function ProfileTypeInterface::getRegistration in Profile 8
Gets whether a profile of this type should be created during registration.
Return value
bool TRUE a profile of this type should be created during registration, FALSE otherwise.
1 method overrides ProfileTypeInterface::getRegistration()
- ProfileType::getRegistration in src/
Entity/ ProfileType.php - Gets whether a profile of this type should be created during registration.
File
- src/
Entity/ ProfileTypeInterface.php, line 59
Class
- ProfileTypeInterface
- Provides an interface defining a profile type entity.
Namespace
Drupal\profile\EntityCode
public function getRegistration();