|
user_fields |
function |
drupal-6.x/modules/user/user.module |
|
|
db_add_field |
function |
drupal-6.x/includes/database.pgsql.inc |
Add a new field to a table. |
|
db_add_field |
function |
drupal-6.x/includes/database.mysql-common.inc |
Add a new field to a table. |
|
db_drop_field |
function |
drupal-6.x/includes/database.pgsql.inc |
Drop a field. |
|
db_drop_field |
function |
drupal-6.x/includes/database.mysql-common.inc |
Drop a field. |
|
theme_fieldset |
function |
drupal-6.x/includes/form.inc |
Format a group of form items. |
|
db_field_names |
function |
drupal-6.x/includes/database.inc |
Return an array of field names from an array of key/index column specifiers. |
|
theme_textfield |
function |
drupal-6.x/includes/form.inc |
Format a textfield. |
|
db_change_field |
function |
drupal-6.x/includes/database.pgsql.inc |
Change a field definition. |
|
db_change_field |
function |
drupal-6.x/includes/database.mysql-common.inc |
|
|
node_body_field |
function |
drupal-6.x/modules/node/node.pages.inc |
Return a node body field, with format and teaser. |
|
db_distinct_field |
function |
drupal-6.x/includes/database.inc |
Adds the DISTINCT flag to the supplied query and returns the altered query. |
|
_db_process_field |
function |
drupal-6.x/includes/database.pgsql.inc |
Set database-engine specific properties for a field. |
|
_db_process_field |
function |
drupal-6.x/includes/database.mysql-common.inc |
Set database-engine specific properties for a field. |
|
profile_view_field |
function |
drupal-6.x/modules/profile/profile.module |
|
|
profile_field_form |
function |
drupal-6.x/modules/profile/profile.admin.inc |
Menu callback: Generate a form to add/edit a user profile field. |
|
_profile_get_fields |
function |
drupal-6.x/modules/profile/profile.module |
|
|
_db_create_field_sql |
function |
drupal-6.x/includes/database.pgsql.inc |
Create an SQL string for a field to be used in table creation or alteration. |
|
db_field_set_default |
function |
drupal-6.x/includes/database.pgsql.inc |
Set the default value for a field. |
|
_db_create_field_sql |
function |
drupal-6.x/includes/database.mysql-common.inc |
Create an SQL string for a field to be used in table creation or alteration. |
|
db_field_set_default |
function |
drupal-6.x/includes/database.mysql-common.inc |
Set the default value for a field. |
|
_profile_field_types |
function |
drupal-6.x/modules/profile/profile.module |
|
|
profile_field_delete |
function |
drupal-6.x/modules/profile/profile.admin.inc |
Menu callback; deletes a field from all user profiles. |
|
db_field_set_no_default |
function |
drupal-6.x/includes/database.pgsql.inc |
Set a field to have no default value. |
|
db_field_set_no_default |
function |
drupal-6.x/includes/database.mysql-common.inc |
Set a field to have no default value. |
|
drupal_schema_fields_sql |
function |
drupal-6.x/includes/common.inc |
Retrieve a list of fields from a table schema. The list is suitable for use in a SQL query. |
|
_profile_field_serialize |
function |
drupal-6.x/modules/profile/profile.module |
|
|
form_type_textfield_value |
function |
drupal-6.x/includes/form.inc |
Helper function to determine the value for a textfield form element. |
|
profile_field_form_submit |
function |
drupal-6.x/modules/profile/profile.admin.inc |
Process profile_field_form submissions. |
|
_profile_update_user_fields |
function |
drupal-6.x/modules/profile/profile.module |
Helper function: update an array of user fields by calling profile_view_field |
|
profile_field_form_validate |
function |
drupal-6.x/modules/profile/profile.admin.inc |
Validate profile_field_form submissions. |
|
profile_field_delete_submit |
function |
drupal-6.x/modules/profile/profile.admin.inc |
Process a field delete form submission. |