You are here

function brightcove_cck_handler_field_video_date_multiple::options in Brightcove Video Connect 6

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

Overrides brightcove_cck_handler_field_video_date::options

File

brightcove_cck/views/brightcove_cck_handler_field_video_date_multiple.inc, line 39
An extended subclass for field handling that adds multiple field grouping.

Class

brightcove_cck_handler_field_video_date_multiple
@file An extended subclass for field handling that adds multiple field grouping.

Code

function options(&$options) {
  parent::options($options);
}