You are here

function video_embed_field_handler_brightcove_form_validate in Video Embed Field 7.2

Validates the form elements for the Brightcove configuration form.

1 string reference to 'video_embed_field_handler_brightcove_form_validate'
video_embed_brightcove_video_embed_handler_info in video_embed_brightcove/video_embed_brightcove.module
Implements hook_video_embed_handler_info().

File

video_embed_brightcove/video_embed_brightcove.module, line 74
Add a handler for brightcove videos to Video Embed Field.

Code

function video_embed_field_handler_brightcove_form_validate($element, &$form_state, $form) {
  video_embed_field_validate_dimensions($element);
}