You are here

Functions in Feeds Image Grabber 6

Primary tabs

Namesort descending Location Description Direct uses Strings
feeds_imagegrabber_admin ./feeds_imagegrabber.module Implementation of the default settings admin form. 1
feeds_imagegrabber_feeds_node_processor_targets_alter ./feeds_imagegrabber.module Implementation of hook_feeds_node_processor_targets_alter().
feeds_imagegrabber_feeds_set_target ./feeds_imagegrabber.module Implementation of hook_feeds_set_target(). 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_alter ./feeds_imagegrabber.module Implementation of hook_form_alter().
feeds_imagegrabber_form_validate ./feeds_imagegrabber.module 2
feeds_imagegrabber_get_default_settings ./feeds_imagegrabber.module Retrieve the default settings for a feed node from the database. 2
feeds_imagegrabber_get_image_info ./feeds_imagegrabber.module Get details about an image. Drupal only supports GIF, JPG and PNG file formats. (Mostly from drupal's image.inc.) 1
feeds_imagegrabber_get_settings ./feeds_imagegrabber.module Retrieve settings for a feed node from the database. 2
feeds_imagegrabber_http_request ./feeds_imagegrabber.module Perform an HTTP request. Directly ported from D7 for the timeout feature. 2
feeds_imagegrabber_include_library ./feeds_imagegrabber.module Includes a required library file. 2
feeds_imagegrabber_install ./feeds_imagegrabber.install Implementation of hook_install().
feeds_imagegrabber_is_image ./feeds_imagegrabber.module Checks that a file is an image. 1
feeds_imagegrabber_menu ./feeds_imagegrabber.module Implementation of hook_menu().
feeds_imagegrabber_nodeapi ./feeds_imagegrabber.module Implementation of hook_nodeapi().
feeds_imagegrabber_requirements ./feeds_imagegrabber.install Implementation of hook_requirements().
feeds_imagegrabber_schema ./feeds_imagegrabber.install Implementation of hook_schema().
feeds_imagegrabber_scrape_images ./feeds_imagegrabber.module 1
feeds_imagegrabber_uninstall ./feeds_imagegrabber.install Implementation of hook_uninstall().
feeds_imagegrabber_validate_download_size ./feeds_imagegrabber.module Validates the size of an file accessible through a http url. 1
feeds_imagegrabber_validate_extensions ./feeds_imagegrabber.module Check that the filename ends with an allowed extension. This check is also enforced for the user #1 unlike drupal's default file_validate_extensions. 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

Other projects