You are here

function countries_element_info in Countries 7.2

Same name and namespace in other branches
  1. 8 countries.module \countries_element_info()
  2. 7 countries.module \countries_element_info()

Implements hook_element_info().

File

./countries.module, line 39
Defines the field and entity information for countries.

Code

function countries_element_info() {
  module_load_include('elements.inc', 'countries');
  return _countries_element_info();
}