You are here

public property ProfileType::$userView in Profile 2 7.2

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

Whether the profile is displayed on the user account page.

File

./profile2.module, line 1320
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 $userView = TRUE;