You are here

function brightcove_field_auto_creation in Brightcove Video Connect 7.7

Same name and namespace in other branches
  1. 7.5 brightcove_field/brightcove_field.module \brightcove_field_auto_creation()
  2. 7.6 brightcove.module \brightcove_field_auto_creation()

Callback for entity auto creation.

1 string reference to 'brightcove_field_auto_creation'
brightcove_field_property_info_callback in ./brightcove.module
Callback for generating entity metadata property info.

File

./brightcove.module, line 1975
Brightcove module is an integration layer between any modules using Brightcove API. It makes all necessary checks for the API and makes settings available to the user.

Code

function brightcove_field_auto_creation() {
  return [
    'brightcove_id' => 0,
    'player' => variable_get('brightcove_player_default', ''),
  ];
}