|
_install_configure_form |
core/includes/install.core.inc |
Form constructor for a site configuration form. |
|
_install_find_profile_file |
core/includes/install.inc |
Searches for a profile directory and returns the profile path location. |
|
_install_get_timezone_country |
core/includes/install.core.inc |
Get a country code for the provided timezone. |
|
_install_module_batch |
core/includes/install.core.inc |
Batch callback for batch installation of modules. |
|
_install_profile_modules_finished |
core/includes/install.core.inc |
'Finished' callback for module installation batch. |
|
_install_select_profile |
core/includes/install.core.inc |
Selects an installation profile from a list or from a $_POST submission. |
|
_language_admin_common_controls |
core/modules/language/language.admin.inc |
Common elements of the language addition and editing form. |
|
_layout_clean_custom_css |
core/modules/layout/layout.module |
Utility function to clean CSS for Layout UI. |
|
_layout_entity_bundle_label |
core/modules/layout/layout.entity.admin.inc |
Get a bundle's label. |
|
_layout_flexible_template_region_name_exists |
core/modules/layout/layout.flexible.inc |
Callback: Check if machine_name is unique. |
|
_layout_get_all_info |
core/modules/layout/layout.module |
Load layout-related information from modules. |
|
_layout_get_group_operations |
core/modules/layout/layout.admin.inc |
Given a path, return a list of operations for a group of layouts. |
|
_layout_get_operations |
core/modules/layout/layout.admin.inc |
Given a layout, return a list of operations that can be performed on it. |
|
_layout_include_files |
core/modules/layout/layout.module |
Load all include files for modules that implement hook_layout_api(). |
|
_layout_menu_router_path_exists |
core/modules/layout/layout.admin.inc |
Helper function to determine whether a layout path is an existing menu router
path. |
|
_layout_page_access |
core/modules/layout/layout.pages.inc |
Access callback; Check access for Layout-provided pages. |
|
_layout_page_component_blocks_exist |
core/modules/layout/layout.theme.inc |
Utility function to return if a title component block is in a layout. |
|
_layout_path_matches_description |
core/modules/layout/layout.admin.inc |
Returns description text for path entry fields, with dynamic information
about the entered path and toggleable placeholder examples. |
|
_layout_settings_get_group_operations |
core/modules/layout/layout.admin.inc |
Given a path, return a list of operations for a group of layouts. |
|
_layout_set_message_on_path_error |
core/modules/layout/layout.module |
Ensure path is properly formed. |
|
_layout_site_info_page_message |
core/modules/layout/layout.admin.inc |
Returns a "you should also change" message and link to the appropriate part
of the site information page. |
|
_layout_standardize_template_type |
core/modules/layout/layout.module |
Helper to standardize layout template type machine names and ensure we
don't have any namespace issues. If the type is in the reserved list, we can
use them as is, otherwise we'll ensure it starts with 'custom_' before
sending it back. |
|
_link_escape_domain |
core/modules/link/link.module |
Given a URL that uses UTF-8 characters, escape to use only ASCII. |
|
_link_field_options_defaults |
core/modules/link/link.module |
Provides default values for #link_field_options properties. |
|
_link_load |
core/modules/link/link.module |
Unpacks the item attributes for use. |
|
_link_parse_str |
core/modules/link/link.module |
Replaces the PHP parse_str() function. |
|
_link_parse_url |
core/modules/link/link.module |
Because parse_url doesn't work with relative URLs. |
|
_link_process |
core/modules/link/link.module |
Prepares the item attributes and URL for storage. |
|
_link_sanitize |
core/modules/link/link.module |
Clean up user-entered values for a link field according to field settings. |
|
_list_values_in_use |
core/modules/field/modules/list/list.module |
Checks if a list of values are being used in actual field values. |
|
_locale_export_get_strings |
core/includes/gettext.inc |
Generates a structured array of all translated strings for the language. |
|
_locale_export_po |
core/includes/gettext.inc |
Writes a generated PO or POT file to the output. |
|
_locale_export_po_generate |
core/includes/gettext.inc |
Generates the PO(T) file contents for the given strings. |
|
_locale_export_remove_plural |
core/includes/gettext.inc |
Removes plural index information from a string. |
|
_locale_export_string |
core/includes/gettext.inc |
Prints a string on multiple lines. |
|
_locale_export_wrap |
core/includes/gettext.inc |
Wraps text for Portable Object (Template) files. |
|
_locale_get_config_translatables |
core/modules/locale/locale.module |
Get translatable config strings. |
|
_locale_import_append_plural |
core/includes/gettext.inc |
Adds count indices to a string. |
|
_locale_import_message |
core/includes/gettext.inc |
Sets an error message if an error occurred during locale file parsing. |
|
_locale_import_one_string |
core/includes/gettext.inc |
Performs the specified operation for one string. |
|
_locale_import_one_string_db |
core/includes/gettext.inc |
Imports one string into the database. |
|
_locale_import_parse_arithmetic |
core/includes/gettext.inc |
Parses and sanitizes an arithmetic formula into a PHP expression. |
|
_locale_import_parse_header |
core/includes/gettext.inc |
Parses a Gettext Portable Object file header. |
|
_locale_import_parse_plural_forms |
core/includes/gettext.inc |
Parses a Plural-Forms entry from a Gettext Portable Object file header. |
|
_locale_import_parse_quoted |
core/includes/gettext.inc |
Parses a string in quotes. |
|
_locale_import_po |
core/includes/gettext.inc |
Parses Gettext Portable Object information and inserts it into the database. |
|
_locale_import_read_po |
core/includes/gettext.inc |
Parses a Gettext Portable Object file into an array. |
|
_locale_import_shorten_comments |
core/includes/gettext.inc |
Generates a short, one-string version of the passed comment array. |
|
_locale_import_tokenize_formula |
core/includes/gettext.inc |
Provides backward-compatible formula parsing for token_get_all(). |
|
_locale_invalidate_js |
core/includes/locale.inc |
Force the JavaScript translation file(s) to be refreshed. |