Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.12.2.3 (checked in on 2008/02/19 at 16:52:28 by aaron)
| Name | Description |
|---|---|
| emfield_allowed_providers | return a list of providers allowed for a specific field |
| emfield_emfield_field | Implementation of hook_emfield_field * |
| emfield_emfield_field_formatter | |
| emfield_emfield_widget | |
| emfield_emfield_widget_settings | Widgets * |
| emfield_field_columns | |
| emfield_implement_types | this returns a list of content types that are implemented by emfield |
| emfield_include_hook | Determine whether an include implements a hook, cf. module_hook. |
| emfield_include_invoke | Invoke hook in a particular include. |
| emfield_include_list | Maintains a list of all loaded include files. |
| emfield_menu | Implement hook_menu |
| emfield_nodeapi | Implementation of hook_nodeapi(). |
| emfield_node_operations | Implementation of hook_node_operations(). |
| emfield_operations_reload | This reloads and saves the data for all the nid's in the array. |
| emfield_parse_embed | This 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_xml | When 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_settings | Callback for admin/content/emfield |
| emfield_set_error | |
| emfield_system_list | Return 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_null | Custom filter for provider NOT NULL |
| emfield_views_handler_filter_provider | Views handler for the provider list filter. |
| emfield_views_handler_filter_provider_list | Create a list of providers. |
| _emfield_field_submit_id | replace 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_id | extract the id from embedded code or url |
| _emfield_handler_arg_provider | Handle the provider argument. This is called from a wrapper that includes the module. |