You are here

constant NAME_FIELD_TAXONOMY_OPTION_REGEX in Name Field 7

@file Provides additional Field functionality for the name module.

Most of these functions are related to setting configuration for the field, instance and formatter.

2 uses of NAME_FIELD_TAXONOMY_OPTION_REGEX
_name_field_get_options in includes/name.content.inc
_name_options_validate in includes/name.content.inc
Checks that individual values in the defined options list do not exceed the limits placed on the component.

File

includes/name.content.inc, line 11
Provides additional Field functionality for the name module.

Code

define('NAME_FIELD_TAXONOMY_OPTION_REGEX', '/^\\[vocabulary:([0-9a-z\\_]{1,})\\]/');