You are here

function brightcove_cck_handler_field_video::admin_summary in Brightcove Video Connect 6

Same name and namespace in other branches
  1. 6.2 brightcove_cck/views/brightcove_cck_handler_field_video.inc \brightcove_cck_handler_field_video::admin_summary()

File

brightcove_cck/views/brightcove_cck_handler_field_video.inc, line 40
The subclass adds basic field and formatter info, for field-specific subclasses to use if they need to.

Class

brightcove_cck_handler_field_video
@file The subclass adds basic field and formatter info, for field-specific subclasses to use if they need to.

Code

function admin_summary() {
  return '';
}