You are here

function brightcove_cck_handler_field_video_date::label in Brightcove Video Connect 6

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

File

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

Class

brightcove_cck_handler_field_video_date
@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'];
}