function pmperson_default_field_instances in Drupal PM (Project Management) 7.3
Same name and namespace in other branches
- 8 pmperson/includes/pmperson.field_instance.inc \pmperson_default_field_instances()
- 7.2 pmperson/includes/pmperson.field_instance.inc \pmperson_default_field_instances()
Field instances definitions for Drupal user.
1 call to pmperson_default_field_instances()
- pmperson_migrate_create_fields in pmperson/
includes/ pmperson.migrate.inc - Creates and attaches fields to Drupal user.
File
- pmperson/
includes/ pmperson.field_instance.inc, line 10 - Field instance definitions for the PM Person module.
Code
function pmperson_default_field_instances() {
$field_instances = array();
// Exported field_instance: 'user-user-pm_description'
$field_instances['user-user-pm_description'] = array(
'bundle' => 'user',
'default_value' => NULL,
'deleted' => 0,
'description' => '',
'display' => array(
'default' => array(
'label' => 'inline',
'module' => 'text',
'settings' => array(),
'type' => 'text_default',
'weight' => 6,
),
),
'entity_type' => 'user',
'field_name' => 'pm_description',
'label' => 'Description',
'required' => 0,
'settings' => array(
'display_summary' => 0,
'text_processing' => 1,
'user_register_form' => 0,
),
'widget' => array(
'active' => 1,
'module' => 'text',
'settings' => array(
'rows' => 20,
'summary_rows' => 5,
),
'type' => 'text_textarea_with_summary',
'weight' => 13,
),
);
// Exported field_instance: 'user-user-pmperson_im'
$field_instances['user-user-pmperson_im'] = array(
'bundle' => 'user',
'default_value' => NULL,
'deleted' => 0,
'description' => '',
'display' => array(
'default' => array(
'label' => 'inline',
'module' => 'text',
'settings' => array(),
'type' => 'text_default',
'weight' => 5,
),
),
'entity_type' => 'user',
'field_name' => 'pmperson_im',
'label' => 'IM',
'required' => 0,
'settings' => array(
'text_processing' => 0,
'user_register_form' => 0,
),
'widget' => array(
'active' => 1,
'module' => 'text',
'settings' => array(
'size' => 60,
),
'type' => 'text_textfield',
'weight' => 12,
),
);
// Exported field_instance: 'user-user-pmperson_name'
$field_instances['user-user-pmperson_name'] = array(
'bundle' => 'user',
'default_value' => NULL,
'deleted' => 0,
'description' => '',
'display' => array(
'default' => array(
'label' => 'inline',
'module' => 'text',
'settings' => array(),
'type' => 'text_default',
'weight' => 1,
),
),
'entity_type' => 'user',
'field_name' => 'pmperson_name',
'label' => 'Name',
'required' => 0,
'settings' => array(
'text_processing' => 0,
'user_register_form' => 0,
),
'widget' => array(
'active' => 1,
'module' => 'text',
'settings' => array(
'size' => 60,
),
'type' => 'text_textfield',
'weight' => 8,
),
);
// Exported field_instance: 'user-user-pmperson_phone'
$field_instances['user-user-pmperson_phone'] = array(
'bundle' => 'user',
'default_value' => NULL,
'deleted' => 0,
'description' => '',
'display' => array(
'default' => array(
'label' => 'inline',
'module' => 'text',
'settings' => array(),
'type' => 'text_default',
'weight' => 4,
),
),
'entity_type' => 'user',
'field_name' => 'pmperson_phone',
'label' => 'Phone',
'required' => 0,
'settings' => array(
'text_processing' => 0,
'user_register_form' => 0,
),
'widget' => array(
'active' => 1,
'module' => 'text',
'settings' => array(
'size' => 60,
),
'type' => 'text_textfield',
'weight' => 11,
),
);
// Exported field_instance: 'user-user-pmperson_prefix'
$field_instances['user-user-pmperson_prefix'] = array(
'bundle' => 'user',
'default_value' => NULL,
'deleted' => 0,
'description' => '',
'display' => array(
'default' => array(
'label' => 'inline',
'module' => 'text',
'settings' => array(),
'type' => 'text_default',
'weight' => 0,
),
),
'entity_type' => 'user',
'field_name' => 'pmperson_prefix',
'label' => 'Prefix',
'required' => 0,
'settings' => array(
'text_processing' => 0,
'user_register_form' => 0,
),
'widget' => array(
'active' => 1,
'module' => 'text',
'settings' => array(
'size' => 60,
),
'type' => 'text_textfield',
'weight' => 7,
),
);
// Exported field_instance: 'user-user-pmperson_www'
$field_instances['user-user-pmperson_www'] = array(
'bundle' => 'user',
'default_value' => NULL,
'deleted' => 0,
'description' => '',
'display' => array(
'default' => array(
'label' => 'inline',
'module' => 'link',
'settings' => array(),
'type' => 'link_default',
'weight' => 3,
),
),
'entity_type' => 'user',
'field_name' => 'pmperson_www',
'label' => 'WWW',
'required' => 0,
'settings' => array(
'attributes' => array(
'class' => '',
'configurable_title' => 0,
'rel' => '',
'target' => 'default',
'title' => '',
),
'display' => array(
'url_cutoff' => 80,
),
'enable_tokens' => 1,
'rel_remove' => 'default',
'title' => 'none',
'title_maxlength' => 128,
'title_value' => '',
'url' => 0,
'user_register_form' => 0,
'validate_url' => 1,
),
'widget' => array(
'active' => 0,
'module' => 'link',
'settings' => array(),
'type' => 'link_field',
'weight' => 10,
),
);
// Translatables
// Included for use with string extractors like potx.
t('Description');
t('E-mail');
t('IM');
t('Name');
t('Phone');
t('Prefix');
t('WWW');
return $field_instances;
}