You are here

function uc_addresses_ctools_plugin_field_handlers in Ubercart Addresses 6.2

Implementation of hook_ctools_plugin_TYPE() for field_handlers.

Informs CTools on how to handle Ubercart Addresses field handlers plugins.

Return value

array A list of information for the CTools plugin system.

File

./uc_addresses.module, line 829
Adds user profile address support to Ubercart.

Code

function uc_addresses_ctools_plugin_field_handlers() {
  return array(
    'cache' => FALSE,
    'use hooks' => TRUE,
  );
}