amazon_component_block_configure |
amazon_component/amazon_component.module |
Implements hook_block_configure. |
|
|
amazon_component_block_info |
amazon_component/amazon_component.module |
Implements hook_block_info. |
|
|
amazon_component_block_save |
amazon_component/amazon_component.module |
Implements hook_block_save. |
|
|
amazon_component_block_view |
amazon_component/amazon_component.module |
Implements hook_block_view. |
|
|
amazon_component_gallery_clean_xml |
amazon_component/amazon_component.module |
Take the Amazon XML item and turn it into our own private 'cleaned'
data structure. |
1 |
|
amazon_component_gallery_lookup |
amazon_component/amazon_component.module |
Look up an item using database or web.
The default is to look in the database for existing data, and then to do the
web search if that fails. $force_lookup==TRUE forces going to Amazon's
API. |
1 |
|
amazon_component_gallery_lookup_from_web |
amazon_component/amazon_component.module |
Use Amazon API to look up an array of ASINs. |
1 |
|
amazon_component_get_cart_creds |
amazon_component/amazon_component.module |
Return cart credentials (cart ID and HMAC) from the session variable |
|
|
amazon_component_lookup_gallery_from_db |
amazon_component/amazon_component.module |
Look up ASINs in database and return arrays of information keyed by ASIN. |
1 |
|
amazon_component_permission |
amazon_component/amazon_component.module |
Implementation of hook_permission |
|
|
amazon_component_theme |
amazon_component/amazon_component.module |
Implements hook_theme(). |
|
|
amazon_convert_to_asin |
./amazon.module |
Try to turn a non-asin into an ASIN where possible. |
3 |
|
amazon_cron |
./amazon.module |
|
|
|
amazon_data_cache |
./amazon.module |
Misc. helper functions for managing the wide array of Amazon
data bitsies. |
10 |
|
amazon_db_error_watchdog |
./amazon.module |
Have watchdog emit complete errors about a database exception. |
3 |
|
amazon_ean_to_asin |
./amazon.module |
Given an EAN (ISBN-13), try to get Amazon to give it to us. |
1 |
|
amazon_examples_ctools_plugin_api |
amazon_examples/amazon_examples.features.inc |
Implementation of hook_ctools_plugin_api(). |
|
|
amazon_examples_field_default_fields |
amazon_examples/amazon_examples.features.field.inc |
Implementation of hook_field_default_fields(). |
|
|
amazon_examples_node_info |
amazon_examples/amazon_examples.features.inc |
Implementation of hook_node_info(). |
|
|
amazon_examples_strongarm |
amazon_examples/amazon_examples.strongarm.inc |
Implementation of hook_strongarm(). |
|
|
amazon_examples_views_api |
amazon_examples/amazon_examples.features.inc |
Implementation of hook_views_api(). |
|
|
amazon_examples_views_default_views |
amazon_examples/amazon_examples.views_default.inc |
Implementation of hook_views_default_views(). |
|
|
amazon_expire_items |
./amazon.module |
Allows expiration of items in the amazon_item table. Items can be
expired by productgroup type, specifically by asin, or all items.
If no parameters are specified, all items will be expired. |
2 |
|
amazon_filter_info |
amazon_filter/amazon_filter.module |
Implements hook_filter_info(). |
|
|
amazon_flush_caches |
./amazon.module |
Implements hook_flush_caches(). |
|
|
amazon_get_associate_id |
./amazon.module |
|
2 |
|
amazon_get_response_groups |
./amazon.module |
Allow other modules to alter the list of response groups used when sending an http request. Invoke using the alter
hook modulename_amazon_response_groups_alter. |
2 |
|
amazon_http_request |
./amazon.module |
Create an issue an HTTP request to the Amazon API. |
6 |
|
amazon_init |
./amazon.module |
|
|
|
amazon_install |
./amazon.install |
Implements hook_install. |
|
|
amazon_item_clean_xml |
./amazon.module |
Take the Amazon XML item and turn it into our own private 'cleaned'
data structure. |
3 |
|
amazon_item_delete |
./amazon.module |
Delete all vestiges of Amazon item. |
2 |
|
amazon_item_insert |
./amazon.module |
Insert 'cleaned' amazon item into database. |
5 |
|
amazon_item_lookup |
./amazon.module |
Look up an item using database or web.
The default is to look in the database for existing data, and then to do the
web search if that fails. $force_lookup==TRUE forces going to Amazon's
API. |
4 |
|
amazon_item_lookup_from_db |
./amazon.module |
Look up ASINs in database and return arrays of information keyed by ASIN. |
1 |
|
amazon_item_lookup_from_web |
./amazon.module |
Use Amazon API to look up an array of ASINs. |
3 |
|
amazon_media_amazon_item_delete |
amazon_media/amazon_media.module |
Delete a record using the asin as key. |
|
|
amazon_media_amazon_item_insert |
amazon_media/amazon_media.module |
Insert the associated information into the related table. |
|
|
amazon_media_amazon_item_load |
amazon_media/amazon_media.module |
Load and return additional information for an Amazon item. |
|
|
amazon_media_get_table_name |
amazon_media/amazon_media.module |
Given an item, return the name of the table it's associated with. |
2 |
|
amazon_media_install |
amazon_media/amazon_media.install |
@file
Install, update and uninstall functions for the amazon_media module. |
|
|
amazon_media_preprocess_amazon_item |
amazon_media/amazon_media.module |
Implements hook_preprocess. |
|
|
amazon_media_schema |
amazon_media/amazon_media.install |
|
1 |
|
amazon_media_theme |
amazon_media/amazon_media.module |
Implements hook_theme(). |
|
|
amazon_media_theme_registry_alter |
amazon_media/amazon_media.module |
Implements hook_theme_registry_alter(). |
|
|
amazon_media_uninstall |
amazon_media/amazon_media.install |
|
|
|
amazon_media_update_7002 |
amazon_media/amazon_media.install |
Set the weight on amazon_media to be higher than amazon. |
1 |
|
amazon_media_update_7003 |
amazon_media/amazon_media.install |
Update the "edition" field to a varchar since it can be many things provided
by amazon. |
|
|
amazon_media_update_7004 |
amazon_media/amazon_media.install |
Remove the Theatrical Release Date as Amazon no longer supports it. |
|
|
amazon_media_update_7005 |
amazon_media/amazon_media.install |
Amazon seems not to require or always provide EAN. |
|
|