You are here

function addressfield_ctools_plugin_type in Address Field 7

Implements hook_ctools_plugin_type().

File

./addressfield.module, line 20
Defines a field for attaching country-specific addresses to entities.

Code

function addressfield_ctools_plugin_type() {
  $plugins['format'] = array(
    'load themes' => TRUE,
  );
  return $plugins;
}