You are here

constant LINKIT_PROFILE_TYPE_FIELD in Linkit 7.3

Define the profile type field.

6 uses of LINKIT_PROFILE_TYPE_FIELD
LinkitTestCase::createProfile in test/linkit.test
Helper function: Create a Linkit profile.
linkit_get_profile_type in ./linkit.module
Get profile type.
linkit_profiles_form_submit in plugins/export_ui/linkit_profiles.inc
Linkit profile submit callback.
linkit_profiles_form_validate in plugins/export_ui/linkit_profiles.inc
Linkit profile validate callback.
linkit_profile_field_load_all in ./linkit.module
Load all Linkit profiles that is for fields.

... See full list

File

./linkit.module, line 51
Main file for Linkit module.

Code

define('LINKIT_PROFILE_TYPE_FIELD', 2);