You are here

function brightcove_cck_handler_field_video::label 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::label()

File

brightcove_cck/views/brightcove_cck_handler_field_video.inc, line 74
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 label() {
  return $this->options['label'];
}