constant PROFILE_NOT_ACTIVE in Profile 2 8
Denotes that the profile is not active.
2 uses of PROFILE_NOT_ACTIVE
- Profile::setActive in src/
Entity/ Profile.php - Sets the published status of a profile.
- UnpublishProfile::execute in src/
Plugin/ Action/ UnpublishProfile.php - Executes the plugin.
File
- ./
profile.module, line 23 - Support for configurable user profiles.
Code
const PROFILE_NOT_ACTIVE = 0;