You are here

constant AK_FIELD_PICTURE_ACTIVE in Avatar Kit 8

ID of a `picture` field attached to a user entity.

The field is the target for the active avatar preference for the user.

2 uses of AK_FIELD_PICTURE_ACTIVE
avatars_entity_field_access in ./avatars.module
Implements hook_entity_field_access().
avatars_install in ./avatars.install
Implements hook_install().

File

./avatars.module, line 19

Code

const AK_FIELD_PICTURE_ACTIVE = 'user_picture';