You are here

public property ProfileType::$userCategory in Profile 2 7.2

Same name and namespace in other branches
  1. 7 profile2.module \ProfileType::userCategory

Whether the profile type appears in the user categories.

File

./profile2.module, line 1315
Support for configurable user profiles.

Class

ProfileType
Use a separate class for profile types so we can specify some defaults modules may alter.

Code

public $userCategory = TRUE;