Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| _drupal_session_garbage_collection | function | includes/ |
Session handler assigned by session_set_save_handler(). |
| _drupal_session_open | function | includes/ |
Session handler assigned by session_set_save_handler(). |
| _drupal_session_read | function | includes/ |
Reads an entire session from the database (internal use only). |
| _drupal_session_regenerate_existing | function | includes/ |
Regenerates an existing session. |
| _drupal_session_write | function | includes/ |
Writes an entire session to the database (internal use only). |
| _drupal_set_preferred_header_name | function | includes/ |
Sets the preferred name for the HTTP header. |
| _drupal_should_strip_sensitive_headers_on_http_redirect | function | includes/ |
Determine whether to strip sensitive headers from a request when redirected. |
| _drupal_shutdown_function | function | includes/ |
Executes registered shutdown functions. |
| _drupal_strip_error_file_path | function | includes/ |
Strip full path information from error details. |
| _drupal_theme_access | function | includes/ |
Helper function for determining access to a theme. |
| _element_validate_integer_positive | function | modules/ |
DEPRECATED: Helper form element validator: integer > 0. |
| _field_extra_fields_pre_render | function | modules/ |
Pre-render callback to adjust weights and visibility of non-field elements. |
| _field_filter_items | function | modules/ |
Helper function to filter out empty field values. |
| _field_filter_xss_allowed_tags | function | modules/ |
List of tags allowed by field_filter_xss(). |
| _field_filter_xss_display_allowed_tags | function | modules/ |
Human-readable list of allowed tags, for display in help texts. |
| _field_form_state_parents | function | modules/ |
Returns the location of processing information within $form_state. |
| _field_info_collate_fields | function | modules/ |
Collates all information on existing fields and instances. |
| _field_info_collate_types | function | modules/ |
Collates all information on field types, widget types and related structures. |
| _field_info_prepare_extra_fields | function | modules/ |
Prepares 'extra fields' for the current run-time context. |
| _field_info_prepare_instance | function | modules/ |
Prepares an instance definition for the current run-time context. |
| _field_info_prepare_instance_display | function | modules/ |
Adapts display specifications to the current run-time context. |
| _field_info_prepare_instance_widget | function | modules/ |
Prepares widget specifications for the current run-time context. |
| _field_invoke_get_instances | function | modules/ |
Helper for _field_invoke(): retrieves a list of instances to operate on. |
| _field_language_suggestion | function | modules/ |
Process the given language suggestion based on the available languages. |
| _field_sort_items | function | modules/ |
Helper function to sort items in a field according to user drag-n-drop reordering. |
| _field_sort_items_helper | function | modules/ |
Sort function for items order. (copied form element_sort(), which acts on #weight keys) |
| _field_sort_items_value_helper | function | modules/ |
Same as above, using ['_weight']['#value'] |
| _field_sql_storage_columnname | function | modules/ |
Generate a column name for a field data table. |
| _field_sql_storage_indexname | function | modules/ |
Generate an index name for a field data table. |
| _field_sql_storage_query_columnname | function | modules/ |
Field meta condition column callback. |
| _field_sql_storage_query_field_conditions | function | modules/ |
Adds field (meta) conditions to the given query objects respecting groupings. |
| _field_sql_storage_query_join_entity | function | modules/ |
Adds the base entity table to a field query object. |
| _field_sql_storage_revision_tablename | function | modules/ |
Generate a table name for a field revision archive table. |
| _field_sql_storage_schema | function | modules/ |
Return the database schema for a field. This may contain one or more tables. Each table will contain the columns relevant for the specified field. Leave the $field's 'columns' and 'indexes' keys empty to get only the base schema. |
| _field_sql_storage_tablealias | function | modules/ |
Generates a table alias for a field data table. |
| _field_sql_storage_tablename | function | modules/ |
Generate a table name for a field data table. |
| _field_sql_storage_write_compare | function | modules/ |
Compare a single field value for both entities and tell us if it changed. |
| _field_sql_storage_write_compare_filter | function | modules/ |
Cleanup field values for later values comparison. |
| _field_sql_storage_write_compare_filter_callback | function | modules/ |
Callback for array_filter(). |
| _field_test_field_storage_query_sort_helper | function | modules/ |
Sort helper for field_test_field_storage_query(). |
| _field_test_storage_data | function | modules/ |
Helper function: stores or retrieves data from the 'storage backend'. |
| _field_ui_add_default_view_mode_settings | function | modules/ |
Populates display settings for a new view mode from the default view mode. |
| _field_ui_field_name_exists | function | modules/ |
Render API callback: Checks if a field machine name is taken. |
| _field_ui_field_overview_form_validate_add_existing | function | modules/ |
Validates the 'add existing field' row of field_ui_field_overview_form(). |
| _field_ui_view_mode_menu_access | function | modules/ |
Menu access callback for the 'view mode display settings' pages. |
| _field_write_instance | function | modules/ |
Stores an instance record in the field configuration database. |
| _file_field_get_description_from_element | function | modules/ |
Retrieves the file description from a field field element. |
| _file_generic_settings_extensions | function | modules/ |
Element validate callback for the allowed file extensions field. |
| _file_generic_settings_file_directory_validate | function | modules/ |
Element validate callback for the file destination field. |
| _file_generic_settings_max_filesize | function | modules/ |
Element validate callback for the maximum upload size field. |
Pagination
- Previous page
- Page 183
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.