You are here

function _video_embed_field_array_filter in Video Embed Field 7

1 string reference to '_video_embed_field_array_filter'
video_embed_field_requirements in ./video_embed_field.module
Implementation of hook_requirements Warn users if they are using the default settings because they haven't updated their fields

File

./video_embed_field.module, line 707

Code

function _video_embed_field_array_filter($item) {
  return isset($item['type']) && $item['type'] == 'video_embed_field' && !$item['deleted'];
}