You are here

Functions in Feeds Image Grabber 7

Primary tabs

Namesort descending Location Description Direct uses Strings
encode_url libraries/url_to_absolute.inc This function encodes URL to form a URL which is properly percent encoded to replace disallowed characters. 2 2
feeds_imagegrabber_admin ./feeds_imagegrabber.module Implementation of the default settings admin form. 1
feeds_imagegrabber_feeds_processor_targets_alter ./feeds_imagegrabber.module Implements hook_feeds_processor_targets_alter().
feeds_imagegrabber_feeds_set_target ./feeds_imagegrabber.module Callback for mapping. Here is where the actual mapping happens. 1
feeds_imagegrabber_form ./feeds_imagegrabber.module Appends the form with the Feeds Image Grabber form using the passed default settings. 2
feeds_imagegrabber_form_node_form_alter ./feeds_imagegrabber.module Implements hook_form_BASE_FORM_ID_alter().
feeds_imagegrabber_form_validate ./feeds_imagegrabber.module Validates the feeds_imagegrabber form of the node. 2
feeds_imagegrabber_get_default_settings ./feeds_imagegrabber.module Retrieve the default settings for a feed node from the database. 3
feeds_imagegrabber_get_image_info ./feeds_imagegrabber.module Get the file info for in image file. 1
feeds_imagegrabber_get_settings ./feeds_imagegrabber.module Retrieve settings for a feed node from the database. 2
feeds_imagegrabber_include_library ./feeds_imagegrabber.module Includes a required library file. 1
feeds_imagegrabber_is_image ./feeds_imagegrabber.module Checks that a file is an image. 1
feeds_imagegrabber_menu ./feeds_imagegrabber.module Implements hook_menu().
feeds_imagegrabber_node_delete ./feeds_imagegrabber.module Implements hook_node_delete().
feeds_imagegrabber_node_insert ./feeds_imagegrabber.module Implements hook_node_insert().
feeds_imagegrabber_node_update ./feeds_imagegrabber.module Implements hook_node_update(). 1
feeds_imagegrabber_schema ./feeds_imagegrabber.install Implements hook_schema().
feeds_imagegrabber_scrape_images ./feeds_imagegrabber.module Scrape images from HTML/XML content. 1
feeds_imagegrabber_uninstall ./feeds_imagegrabber.install Implements hook_uninstall().
feeds_imagegrabber_validate_download_size ./feeds_imagegrabber.module Validates the size of an file accessible through a http url. 1
feeds_imagegrabber_webpage_scraper ./feeds_imagegrabber.module Scrape the webpage using the id or the css class of a tag and returns the HTML between the tag. 1
feeds_imagegrabber_widget_file_validator ./feeds_imagegrabber.module Validate the file object with field instance specific validators. 1
join_url libraries/url_to_absolute.inc This function joins together URL components to form a complete URL. 1
split_url libraries/url_to_absolute.inc This function parses an absolute or relative URL and splits it into individual components. 1
url_remove_dot_segments libraries/url_to_absolute.inc Filter out "." and ".." segments from a URL's path and return the result. 1
url_to_absolute libraries/url_to_absolute.inc Combine a base URL and a relative URL to produce a new absolute URL. The base URL is often the URL of a page, and the relative URL is a URL embedded on that page. 1 1

Other projects