You are here

function embed_form_filter_format_edit_form_alter in Embed 8

Implements hook_form_FORM_ID_alter().

File

./embed.module, line 40

Code

function embed_form_filter_format_edit_form_alter(array &$form) {
  $form['#validate'][] = 'embed_filter_format_edit_form_validate';
}