|
_locale_import_parse_plural_forms |
core/includes/gettext.inc |
Parses a Plural-Forms entry from a Gettext Portable Object file header. |
|
_locale_import_parse_header |
core/includes/gettext.inc |
Parses a Gettext Portable Object file header. |
|
_locale_import_parse_arithmetic |
core/includes/gettext.inc |
Parses and sanitizes an arithmetic formula into a PHP expression. |
|
_locale_import_one_string_db |
core/includes/gettext.inc |
Imports one string into the database. |
|
_locale_import_one_string |
core/includes/gettext.inc |
Performs the specified operation for one string. |
|
_locale_import_message |
core/includes/gettext.inc |
Sets an error message if an error occurred during locale file parsing. |
|
_locale_import_append_plural |
core/includes/gettext.inc |
Adds count indices to a string. |
|
_locale_get_config_translatables |
core/modules/locale/locale.module |
Get translatable config strings. |
|
_locale_export_wrap |
core/includes/gettext.inc |
Wraps text for Portable Object (Template) files. |
|
_locale_export_string |
core/includes/gettext.inc |
Prints a string on multiple lines. |
|
_locale_export_remove_plural |
core/includes/gettext.inc |
Removes plural index information from a string. |
|
_locale_export_po_generate |
core/includes/gettext.inc |
Generates the PO(T) file contents for the given strings. |
|
_locale_export_po |
core/includes/gettext.inc |
Writes a generated PO or POT file to the output. |
|
_locale_export_get_strings |
core/includes/gettext.inc |
Generates a structured array of all translated strings for the language. |
|
_list_values_in_use |
core/modules/field/modules/list/list.module |
Checks if a list of values are being used in actual field values. |
|
_link_sanitize |
core/modules/link/link.module |
Clean up user-entered values for a link field according to field settings. |
|
_link_process |
core/modules/link/link.module |
Prepares the item attributes and URL for storage. |
|
_link_parse_url |
core/modules/link/link.module |
Because parse_url doesn't work with relative URLs. |
|
_link_parse_str |
core/modules/link/link.module |
Replaces the PHP parse_str() function. |
|
_link_load |
core/modules/link/link.module |
Unpacks the item attributes for use. |
|
_link_field_options_defaults |
core/modules/link/link.module |
Provides default values for #link_field_options properties. |
|
_link_escape_domain |
core/modules/link/link.module |
Given a URL that uses UTF-8 characters, escape to use only ASCII. |
|
_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. |
|
_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_set_message_on_path_error |
core/modules/layout/layout.module |
Ensure path is properly formed. |
|
_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_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_page_component_blocks_exist |
core/modules/layout/layout.theme.inc |
Utility function to return if a title component block is in a layout. |
|
_layout_page_access |
core/modules/layout/layout.pages.inc |
Access callback; Check access for Layout-provided pages. |
|
_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_include_files |
core/modules/layout/layout.module |
Load all include files for modules that implement hook_layout_api(). |
|
_layout_get_operations |
core/modules/layout/layout.admin.inc |
Given a layout, return a list of operations that can be performed on it. |
|
_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_all_info |
core/modules/layout/layout.module |
Load layout-related information from modules. |
|
_layout_flexible_template_region_name_exists |
core/modules/layout/layout.flexible.inc |
Callback: Check if machine_name is unique. |
|
_layout_entity_bundle_label |
core/modules/layout/layout.entity.admin.inc |
Get a bundle's label. |
|
_layout_clean_custom_css |
core/modules/layout/layout.module |
Utility function to clean CSS for Layout UI. |
|
_language_admin_common_controls |
core/modules/language/language.admin.inc |
Common elements of the language addition and editing form. |
|
_install_select_profile |
core/includes/install.core.inc |
Selects an installation profile from a list or from a $_POST submission. |
|
_install_profile_modules_finished |
core/includes/install.core.inc |
'Finished' callback for module installation batch. |
|
_install_module_batch |
core/includes/install.core.inc |
Batch callback for batch installation of modules. |
|
_install_get_timezone_country |
core/includes/install.core.inc |
Get a country code for the provided timezone. |
|
_install_find_profile_file |
core/includes/install.inc |
Searches for a profile directory and returns the profile path location. |
|
_install_configure_form |
core/includes/install.core.inc |
Form constructor for a site configuration form. |
|
_installer_manager_unique_identifier |
core/modules/installer/installer.module |
Returns a short unique identifier for this Backdrop installation. |
|
_installer_manager_extract_directory |
core/modules/installer/installer.module |
Returns the directory where update archive files should be extracted. |
|
_installer_manager_check_backends |
core/modules/installer/installer.manager.inc |
Checks for file transfer backends and prepares a form fragment about them. |
|
_installer_manager_cache_directory |
core/modules/installer/installer.module |
Returns the directory where update archive files should be cached. |
|
_installer_browser_is_project_enabled |
core/modules/installer/installer.browser.inc |
Checks if a project is enabled. |
|
_installer_browser_batch_install_releases_finished |
core/modules/installer/installer.browser.inc |
Batch API callback: shows a message and finishes up the batch. |