You are here

Functions in Video Embed Field 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_video_embed_handler_info ./video_embed_field.api.php Creates a hook that other modules can implement to get handlers - hook_video_embed_handler_info Can be used to add more handlers if needed - from other modules and such Handler should be an array of the form array( 'function' =>…
video_embed_field_field_formatter_info ./video_embed_field.module
video_embed_field_field_formatter_prepare_view ./video_embed_field.module Implementation of hook_field_formatter_prepare_view Prepare the view of the video embed - if the embed code doesn't exist, create it using the url
video_embed_field_field_formatter_view ./video_embed_field.module implementation of hook_field_widget_form
video_embed_field_field_info ./video_embed_field.module Implementation of hook_field_info Define the fields we're creating
video_embed_field_field_instance_settings_form ./video_embed_field.module Implements hook_field_instance_settings_form().
video_embed_field_field_is_empty ./video_embed_field.module Implementation of hook_field_is_empty Determine whether the field is empty
video_embed_field_field_schema ./video_embed_field.install Implementation of hook_field_schema Define the schema for the field
video_embed_field_field_validate ./video_embed_field.module
video_embed_field_field_widget_form ./video_embed_field.module implementation of hook_field_widget_form
video_embed_field_field_widget_info ./video_embed_field.module Implementation of hook_field_widget_info Define the widget for inputting
video_embed_field_filter_info ./video_embed_field.module Implements hook_filter_info().
video_embed_field_filter_process ./video_embed_field.module Video Embed Field filter process callback 1
video_embed_field_get_form ./video_embed_field.module Create a form from the player configuration options $defaults will be passed in with the default settings for the various fields 1
video_embed_field_handler_vimeo_form ./video_embed_field.module Defines the form elements for the vimeo configuration form 1
video_embed_field_handler_youtube_form ./video_embed_field.module Defines the form elements for the youtube configuration form Eventually it might be nice to have these forms be available per instance instead of just global config 1
video_embed_field_handle_vimeo ./video_embed_field.module handler for vimeo videos Height and width need to be configurable or something I think 1
video_embed_field_handle_youtube ./video_embed_field.module handler for youtube videos 1
video_embed_field_requirements ./video_embed_field.module Implementation of hook_requirements Warn users if they are using the default settings because they haven't updated their fields
video_embed_field_uninstall ./video_embed_field.install
video_embed_field_update_7000 ./video_embed_field.install Add an optional description form
video_embed_field_video_embed_handler_info ./video_embed_field.module Implementation of hook_video_embed_handler_info
video_embed_get_handlers ./video_embed_field.module Creates a hook that other modules can implement to get handlers - hook_video_embed_handler_info Can be used to add more handlers if needed - from other modules and such 4
_video_embed_field_array_filter ./video_embed_field.module 1

Other projects