Name | Location | Description |
---|---|---|
_color_unpack |
core/ |
Converts a hex color into an RGB triplet. |
_comment_body_field_create |
core/ |
Creates a comment_body field instance for a given node type. |
_comment_close_all |
core/ |
Close all comments that meet the current threshold. |
_comment_get_modes |
core/ |
Returns an array of viewing modes for comment listings. |
_config_sync_finished |
core/ |
Batch API callback. Finish the config import. |
_config_sync_import |
core/ |
Batch API callback. Import the individual config files. |
_config_sync_start |
core/ |
Batch API callback. Start the config import. |
_config_sync_validate |
core/ |
Batch API callback. Validate the changes before attempting to sync. Reports all discovered issues in a message. |
_contact_personal_tab_access |
core/ |
Access callback: Checks access for a user's personal contact form. |
_date_default_field_widget_form |
core/ |
Helper for the default widget form. |
_date_element_info |
core/ |
Implements hook_element_info(). |
_date_field_instance_settings_form |
core/ |
Helper function for date_field_instance_settings_form(). |
_date_field_settings_form |
core/ |
Helper function for date_field_settings_form(). |
_date_field_widget_settings_form |
core/ |
Helper function for date_field_widget_settings_form(). |
_date_html5_field_widget_form |
core/ |
Helper for the HTML5 widget form. |
_date_html5_field_widget_settings_form |
core/ |
Custom callback to provide the HTML5 widget settings form. |
_date_html5_format_value_db |
core/ |
Helper function to return a formatted date string. |
_date_html5_get_attributes |
core/ |
Helper function to construct form item attributes. |
_date_html5_get_date_limits |
core/ |
Helper function to get widget settings for date limits. |
_date_html5_get_default_value |
core/ |
Helper function to return default values as expected by the form item. |
_date_html5_get_form_value |
core/ |
Prepare values from database for the widget form. |
_date_popup_datepicker_format_replacements |
core/ |
The format replacement patterns for the new datepicker. |
_date_popup_date_format |
core/ |
Date popup date format. |
_date_popup_date_granularity |
core/ |
Date popup date granularity. |
_date_popup_format_to_popup |
core/ |
Recreate a date format string so it has the values popup expects. |
_date_popup_format_to_popup_time |
core/ |
Recreate a time format string so it has the values popup expects. |
_date_popup_process_date_part |
core/ |
Process the date portion of the element. |
_date_popup_process_time_part |
core/ |
Process the time portion of the element. |
_date_popup_time_format |
core/ |
Date popup time format. |
_date_popup_time_formats |
core/ |
Allowable time formats. |
_date_popup_time_granularity |
core/ |
Date popup time granularity. |
_date_views_fields |
core/ |
Identify all potential date/timestamp fields. |
_dblog_get_message_types |
core/ |
Gathers a list of uniquely defined database log message types. |
_db_is_replica |
core/ |
Check if a database has been specified as a replica. |
_deprecated_redirect_test_page |
core/ |
|
_entityreference_autocomplete_tags_validate |
core/ |
Implements hook_validate(). |
_entityreference_autocomplete_validate |
core/ |
Implements hook_validate(). |
_entityreference_behavior_plugins |
core/ |
Get all behavior plugins implemented by any module. |
_entityreference_element_validate_filter |
core/ |
Helper function to remove blank elements. |
_entityreference_field_instance_settings_form |
core/ |
Implements hook_field_settings_form(). |
_entityreference_field_instance_settings_validate |
core/ |
Implements hook_validate(). |
_entityreference_field_settings_ajax_process |
core/ |
Custom callback for ajax processing. |
_entityreference_field_settings_ajax_process_element |
core/ |
Helper function for custom ajax processing. |
_entityreference_field_settings_process |
core/ |
Callback for custom element processing. |
_entityreference_field_settings_validate |
core/ |
Implements hook_validate(). |
_entityreference_form_process_merge_parent |
core/ |
Custom callback for element processing. |
_entityreference_get_behavior_elements |
core/ |
Get the field or instance elements for the field configuration. |
_entityreference_get_behavior_handler |
core/ |
Get the behavior handler for a given entityreference field and instance. |
_entityreference_preprocess_set_title_display |
core/ |
Pass title display setting to templates. |
_entityreference_selection_plugins |
core/ |
Get all selection plugins implemented by any module. |