You are here

Hook and callback implementations in Feeds 7.2

Same name and namespace in other branches
  1. 8.2 feeds.module \hooks
  2. 6 feeds.module \hooks
  3. 7 feeds.module \hooks

File

./feeds.module, line 20
Feeds - basic API functions and hook implementations.

Functions

Namesort descending Location Description
feeds_access ./feeds.module Menu access callback.
feeds_admin_menu_output_build ./feeds.module Implements hook_admin_menu_output_build().
feeds_admin_paths ./feeds.module Implements hook_admin_paths().
feeds_batch ./feeds.module Batch API worker callback. Used by FeedsSource::startBatchAPIJob().
feeds_cron ./feeds.module Implements hook_cron().
feeds_cron_job_scheduler_info ./feeds.module Implements hook_cron_job_scheduler_info().
feeds_cron_queue_info ./feeds.module Implements hook_cron_queue_info().
feeds_ctools_plugin_api ./feeds.module Implements hook_ctools_plugin_api().
feeds_ctools_plugin_type ./feeds.module Implements hook_ctools_plugin_type().
feeds_entity_delete ./feeds.module Implements hook_entity_delete().
feeds_entity_insert ./feeds.module Implements hook_entity_insert().
feeds_entity_update ./feeds.module Implements hook_entity_update().
feeds_exit ./feeds.module Implements hook_exit().
feeds_features_pipe_feeds_importer_alter ./feeds.module Implements hook_features_pipe_COMPONENT_alter() for 'feeds_importer'.
feeds_feeds_plugins ./feeds.module Implements hook_feeds_plugins().
feeds_field_extra_fields ./feeds.module Implements hook_field_extra_fields().
feeds_flush_caches ./feeds.module Implements hook_flush_caches().
feeds_forms ./feeds.module Implements hook_forms().
feeds_form_node_form_alter ./feeds.module Implements hook_form_BASE_FORM_ID_alter().
feeds_get_feed_nid ./feeds.module Gets the feed_nid for a single entity.
feeds_hook_info ./feeds.module Implements hook_hook_info().
feeds_importer_import_access ./feeds.module Access callback to determine if the user can import Feeds importers.
feeds_importer_load ./feeds.module Menu loader callback.
feeds_importer_title ./feeds.module Title callback.
feeds_menu ./feeds.module Implements hook_menu().
feeds_menu_local_tasks_alter ./feeds.module Implements hook_menu_local_tasks_alter().
feeds_module_implements_alter ./feeds.module Implements hook_module_implements_alter().
feeds_node_delete ./feeds.module Implements hook_node_delete().
feeds_node_insert ./feeds.module Implements hook_node_insert().
feeds_node_presave ./feeds.module Implements hook_node_presave().
feeds_node_update ./feeds.module Implements hook_node_update().
feeds_node_validate ./feeds.module Implements hook_node_validate().
feeds_page_access ./feeds.module Menu access callback.
feeds_permission ./feeds.module Implements hook_permission().
feeds_push_unsubscribe ./feeds.module Scheduler callback for unsubscribing from PuSH hubs.
feeds_reschedule ./feeds.module Reschedule one or all importers.
feeds_source_clear ./feeds.module Scheduler callback for deleting all items from a source.
feeds_source_expire ./feeds.module Scheduler callback for expiring content.
feeds_source_import ./feeds.module Scheduler callback for importing from a source.
feeds_sync_cache_feeds_http ./feeds.module Scheduler callback for keeping the cache dir and cache entries in sync.
feeds_system_info_alter ./feeds.module Implements hook_system_info_alter().
feeds_theme ./feeds.module Implements hook_theme().
feeds_views_api ./feeds.module Implements hook_views_api().
_feeds_feeds_processor_targets_alter ./feeds.module Implements hook_feeds_processor_targets_alter().
_feeds_queue_worker_helper ./feeds.module Executes a method on a feed source.