You are here

function video_embed_field_handler_facebook_form_validate in Video Embed Field 7.2

Validates the form elements for the Facebook video configuration form.

Parameters

array $element: The form element to validate.

array $form_state: The form to validate state.

array $form: The form to validate structure.

File

video_embed_facebook/video_embed_facebook.module, line 81
Adds a handler for Facebook videos to Video Embed Field.

Code

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