function brightcove_field_auto_creation in Brightcove Video Connect 7.5
Same name and namespace in other branches
- 7.7 brightcove.module \brightcove_field_auto_creation()
- 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_field/
brightcove_field.module - Callback for generating entity metadata property info.
File
- brightcove_field/
brightcove_field.module, line 1746 - Brightcove field module provides a Content Construction Kit module to developers, allowing them to browse videos in their Brightcove Studio and upload them.
Code
function brightcove_field_auto_creation() {
return array(
'brightcove_id' => 0,
'player' => variable_get('brightcove_player_default', ''),
);
}