You are here

Functions in Addressfield Tokens 7

Primary tabs

Namesort descending Location Description Direct uses Strings
addressfield_tokens_admin_form ./addressfield_tokens.admin.inc Provides a form for configuring regional options for addresses. 1
addressfield_tokens_components ./addressfield_tokens.module Generates token components. 2
addressfield_tokens_default_country ./addressfield_tokens.module Returns the country that has been configured as the default country. 6
addressfield_tokens_field_formatter_info ./addressfield_tokens.module Implements hook_field_formatter_info(). 1
addressfield_tokens_field_formatter_settings_form ./addressfield_tokens.module Implements hook_field_formatter_settings_form().
addressfield_tokens_field_formatter_settings_summary ./addressfield_tokens.module Implements hook_field_formatter_settings_summary().
addressfield_tokens_field_formatter_view ./addressfield_tokens.module Implements hook_field_formatter_view().
addressfield_tokens_menu ./addressfield_tokens.module Implements hook_menu().
addressfield_tokens_property_names ./addressfield_tokens.module Returns the names that have been configured for each address field. 5
addressfield_tokens_state ./addressfield_tokens.module Gets the name of the state with the given abbreviation. 3
addressfield_tokens_states ./addressfield_tokens.module Gets the list of states in the given country. 1
addressfield_tokens_theme ./addressfield_tokens.module Implements hook_theme().
addressfield_tokens_tokens ./addressfield_tokens.tokens.inc Implements hook_tokens().
addressfield_tokens_token_info_alter ./addressfield_tokens.tokens.inc Implements hook_token_info_alter().
addressfield_tokens_update_7100 ./addressfield_tokens.install Set Webform format handlers for existing webform components.
addressfield_tokens_webform_component_info ./addressfield_tokens.module Implements hook_webform_component_info().
addressfield_tokens_webform_hints_element_alter ./addressfield_tokens.module Implements hook_webform_hints_element_alter().
addressfield_tokens_webform_validator_alter ./addressfield_tokens.module Implements hook_webform_validator_alter().
theme_addressfield_formatter ./addressfield_tokens.theme.inc Implements theme_field();
theme_addressfield_formatter__citystate ./addressfield_tokens.theme.inc Implements theme_field();
theme_addressfield_formatter__components ./addressfield_tokens.theme.inc
theme_addressfield_formatter__linear ./addressfield_tokens.theme.inc Implements theme_field();
_addressfield_tokens_countries ./addressfield_tokens.module Gets the list of countries from the locale settings in Drupal. 3
_addressfield_tokens_country ./addressfield_tokens.module Gets the name of the country with the given abbreviation. 5
_addressfield_tokens_country_abbr ./addressfield_tokens.module Gets the abbreviation of the country with the given name.
_addressfield_tokens_expand_value ./addressfield_tokens.components.inc Expand a raw address submission as loaded from the database to an array. 4
_addressfield_tokens_webform_components ./addressfield_tokens.module Retrieves node components based on Node ID.
_form_builder_webform_form_builder_map_addressfield ./addressfield_tokens.components.inc Implements _form_builder_webform_form_builder_map_component().
_form_builder_webform_form_builder_types_addressfield ./addressfield_tokens.components.inc Implements _form_builder_webform_form_builder_types_component().
_webform_addressfield ./addressfield_tokens.components.inc Stores an addressfield submitted in a webform component. 2
_webform_addressfield_country_validate ./addressfield_tokens.components.inc Validates a country, and if changed, rebuilds the form for the new country. 1
_webform_addressfield_default_values ./addressfield_tokens.components.inc 1
_webform_analysis_addressfield ./addressfield_tokens.components.inc Calculate and returns statistics about results for this component.
_webform_csv_data_addressfield ./addressfield_tokens.components.inc Format the submitted data of a component for CSV downloading.
_webform_csv_headers_addressfield ./addressfield_tokens.components.inc Return the header for this component to be displayed in a CSV file.
_webform_defaults_addressfield ./addressfield_tokens.components.inc Specify the default properties of a component.
_webform_display_addressfield ./addressfield_tokens.components.inc Display the result of a submission for a component.
_webform_edit_addressfield ./addressfield_tokens.components.inc Generate the form for editing a component.
_webform_render_addressfield ./addressfield_tokens.components.inc Render a Webform component to be part of a form.
_webform_submit_addressfield ./addressfield_tokens.components.inc A hook for changing the input values before saving to the database.
_webform_table_addressfield ./addressfield_tokens.components.inc Return the result of a component value for display in a table.

Other projects