Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

emfield.module

Version

1.12.2.3 (checked in on 2008/02/19 at 16:52:28 by aaron)

Functions

Namesort iconDescription
emfield_allowed_providersreturn a list of providers allowed for a specific field
emfield_emfield_fieldImplementation of hook_emfield_field *
emfield_emfield_field_formatter
emfield_emfield_widget
emfield_emfield_widget_settingsWidgets *
emfield_field_columns
emfield_implement_typesthis returns a list of content types that are implemented by emfield
emfield_include_hookDetermine whether an include implements a hook, cf. module_hook.
emfield_include_invokeInvoke hook in a particular include.
emfield_include_listMaintains a list of all loaded include files.
emfield_menuImplement hook_menu
emfield_nodeapiImplementation of hook_nodeapi().
emfield_node_operationsImplementation of hook_node_operations().
emfield_operations_reloadThis reloads and saves the data for all the nid's in the array.
emfield_parse_embedThis will parse the url or embedded code pasted by the node submitter. returns either an empty array (if no match), or an array of provider and value.
emfield_request_xmlWhen an include file requires to read an xml to receive information, such as for thumbnails, this script can be used to request the xml and return it as an array. i suspect it could be done easier (and more quickly) in php 5.
emfield_settingsCallback for admin/content/emfield
emfield_set_error
emfield_system_listReturn an array of installed .inc files and/or loads them upon request. This routine is modeled after drupal_system_listing() (and also depends on it). It's major difference, however, is that it loads .inc files by default.
emfield_views_handler_filter_is_not_nullCustom filter for provider NOT NULL
emfield_views_handler_filter_providerViews handler for the provider list filter.
emfield_views_handler_filter_provider_listCreate a list of providers.
_emfield_field_submit_idreplace embedded code with the extracted id. this goes in the field 'value' also allows you to grab directly from the URL to display the content from field 'provider'
_emfield_field_validate_idextract the id from embedded code or url
_emfield_handler_arg_providerHandle the provider argument. This is called from a wrapper that includes the module.