You are here

public function ProfileTypeInterface::getRegistration in Profile 2 8

Return the registration flag for allowing creation of profile type at user registration.

1 method overrides ProfileTypeInterface::getRegistration()
ProfileType::getRegistration in src/Entity/ProfileType.php
Return the registration flag for allowing creation of profile type at user registration.

File

src/ProfileTypeInterface.php, line 26
Contains \Drupal\profile\Entity\ProfileTypeInterface.

Class

ProfileTypeInterface
Provides an interface defining a profile type entity.

Namespace

Drupal\profile

Code

public function getRegistration();