You are here

function addressfield_theme in Address Field 7

Implementation of hook_theme().

File

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

Code

function addressfield_theme() {
  $hooks['addressfield_container'] = array(
    'render element' => 'element',
  );
  return $hooks;
}