actions_get_info in core/includes/actions.inc
Retrieves a single action's info by its name, or all actions
actions_loop_test_log in core/modules/simpletest/tests/actions_loop_test.module
Write a message to the log.
admin_bar_cache_get in core/modules/admin_bar/admin_bar.module
Retrieve a client-side cache hash from cache.
ajax_set_verification_header in core/includes/ajax.inc
Sets a response header for ajax.js to trust the response body.
archiver_get_info in core/includes/common.inc
Retrieves a list of all available archivers.
arg in core/includes/bootstrap.inc
Returns a component of the current Backdrop path.
BackdropWebTestCase::checkPermissions in core/modules/simpletest/backdrop_web_test_case.php
Check to make sure that the array of permissions are valid.
backdrop_add_css in core/includes/common.inc
Adds a cascading stylesheet to the stylesheet queue.
backdrop_add_feed in core/includes/common.inc
Adds a feed URL for the current page.
backdrop_add_html_head in core/includes/common.inc
Adds output to the HEAD tag of the HTML page.
backdrop_add_http_header in core/includes/bootstrap.inc
Sets an HTTP response header for the current page.
backdrop_add_js in core/includes/common.inc
Adds a JavaScript file, setting, or inline code to the page.
backdrop_add_library in core/includes/common.inc
Adds multiple JavaScript or CSS files at the same time.
backdrop_add_tabledrag in core/includes/common.inc
Assists in adding the tableDrag JavaScript behavior to a themed table.
backdrop_alter in core/includes/module.inc
Passes alterable variables to specific hook_TYPE_alter() implementations.
backdrop_autoload in core/includes/bootstrap.inc
Confirms that a class is available.
backdrop_cache_system_paths in core/includes/path.inc
Cache system paths for a page.
backdrop_check_trusted_hosts in core/includes/bootstrap.inc
Checks if a host matches the trusted host patterns in settings.php.
backdrop_get_destination in core/includes/common.inc
Prepares a 'destination' URL query parameter for use with backdrop_goto().
backdrop_get_filetransfer_info in core/includes/common.inc
Assembles the Backdrop FileTransfer registry.
backdrop_get_http_header in core/includes/bootstrap.inc
Gets the HTTP response headers for the current page.
backdrop_get_library in core/includes/common.inc
Retrieves information for a JavaScript/CSS library.
backdrop_get_schema_versions in core/includes/install.inc
Returns an array of available schema versions for a module.
backdrop_get_updaters in core/includes/common.inc
Assembles the Backdrop Updater registry.
backdrop_html_id in core/includes/common.inc
Prepares a string for use as a valid HTML ID and guarantees uniqueness.
backdrop_http_request in core/includes/common.inc
Performs an HTTP request.
backdrop_is_front_page in core/includes/path.inc
Check if the current page is the home page.
backdrop_lookup_path in core/includes/path.inc
Given an alias, return its Backdrop system URL if one exists. Given a Backdrop system URL return one of its aliases if such a one exists. Otherwise, return FALSE.
backdrop_mail_system in core/includes/mail.inc
Returns an object that implements the MailSystemInterface interface.
backdrop_match_path in core/includes/path.inc
Check if a path matches any pattern in a set of patterns.
backdrop_page_header in core/includes/bootstrap.inc
Sets HTTP headers in preparation for a page response.
backdrop_page_is_cacheable in core/includes/bootstrap.inc
Determines the cacheability of the current page.
backdrop_parse_info_file in core/includes/common.inc
Parses Backdrop module and theme .info files.
backdrop_render_collect_attached in core/includes/common.inc
Collects #attached for an element and its children into a single array.
backdrop_retrieve_form in core/includes/form.inc
Retrieves the structured array that defines a given form.
backdrop_send_headers in core/includes/bootstrap.inc
Sends the HTTP response headers that were previously set, adding defaults.
backdrop_set_breadcrumb in core/includes/common.inc
Sets the breadcrumb trail for the current page.
backdrop_set_title in core/includes/bootstrap.inc
Sets the title of the current page.
backdrop_show_messages in core/includes/bootstrap.inc
Determines whether or not messages should be shown on the current page.
backdrop_static_reset in core/includes/bootstrap.inc
Resets one or all centrally stored static variable(s).
backdrop_validate_form in core/includes/form.inc
Validates user-submitted form data in the $form_state array.
block_block_info in core/modules/block/block.module
Implements hook_block_info().
block_custom_block_load in core/modules/block/block.module
Returns information from configuration about a user-created (custom) block.
book_get_books in core/modules/book/book.module
Returns an array of all books.
book_get_flat_menu in core/modules/book/book.module
Gets the book menu tree for a page and returns it as a linear array.
book_link_load in core/modules/book/book.module
Get a translated book menu link by its menu link ID.
book_menu_subtree_data in core/modules/book/book.module
Gets the data representing a subtree of the book hierarchy.
BootstrapResettableStaticTestCase::testBackdropStatic in core/modules/simpletest/tests/bootstrap.test
Test that a variable reference returned by backdrop_static() gets reset when backdrop_static_reset() is called.
ckeditor5_get_config in core/modules/ckeditor5/ckeditor5.module
Editor JS settings callback; Add CKEditor config to the page for a format.
ckeditor5_plugins in core/modules/ckeditor5/ckeditor5.module
Retrieves the full list of installed CKEditor plugins.
color_url_outbound_alter in core/modules/color/color.module
Implements hook_url_outbound_alter().
Comment::access in core/modules/comment/comment.entity.inc
Overrides Entity::access().
comment_node_update_index in core/modules/comment/comment.module
Implements hook_node_update_index().
config in core/includes/config.inc
Retrieves a configuration object.
Config::save in core/includes/config.inc
Saves the configuration object.
config_get_info in core/modules/config/config.module
Retrieves configuration information provided by modules.
conf_path in core/includes/bootstrap.inc
Returns the appropriate configuration directory.
date_format_type_format in core/modules/date/date.module
Helper function to get the right date format for a format type.
date_limit_format in core/includes/date.inc
Limits a date format to include only elements from a given granularity array.
date_now in core/includes/date.inc
A date object for the current time.
date_views_base_tables in core/modules/date/views/date.views.inc
Helper function to map entity types to the Views base table they use, to make it easier to infer the entity type from a base table.
drupal_static in core/includes/drupal.inc
Provides central static variable storage.
element_info in core/includes/common.inc
Retrieves the default properties for the defined element type.
entityreference_get_behavior_handlers in core/modules/entityreference/entityreference.module
Get the behavior handlers for a given entityreference field.
entity_get_controller in core/modules/entity/entity.module
Gets the entity controller class for an entity type.
entity_get_info in core/modules/entity/entity.module
Gets the entity info array of an entity type.
entity_query_access_test_sample_query in core/modules/entity/tests/entity_query_access_test/entity_query_access_test.module
Returns the results from an example EntityFieldQuery.
field_available_languages in core/modules/field/field.multilingual.inc
Collects the available languages for the given entity type and field.
field_get_block_list in core/modules/field/field.module
Helper function to build a list of fields that have been made available as a block.
field_info_field_map in core/modules/field/field.info.inc
Returns a lightweight map of fields across bundles.
field_language in core/modules/field/field.multilingual.inc
Returns the display language for the fields attached to the given entity.
field_test_entity_info_translatable in core/modules/field/tests/field_test/field_test.entity.inc
Helper function to enable entity translations.
field_test_memorize in core/modules/field/tests/field_test/field_test.module
Store and retrieve keyed data for later verification by unit tests.
field_ui_field_type_options in core/modules/field_ui/field_ui.admin.inc
Returns an array of field_type options.
field_ui_formatter_options in core/modules/field_ui/field_ui.admin.inc
Returns an array of formatter options for a field type.
field_ui_widget_type_options in core/modules/field_ui/field_ui.admin.inc
Returns an array of widget type options for a field type.
field_view_mode_settings in core/modules/field/field.module
Returns display mode settings in a given bundle.
File::access in core/modules/file/file.entity.inc
Overrides Entity::access().
File::createAccess in core/modules/file/file.entity.inc
Overrides Entity::createAccess().
file_display in core/modules/file/file.module
Returns an array containing a single display to use for a file type in a given view mode.
file_get_file_references in core/modules/file/file.module
Retrieves a list of references to a file.
file_get_stream_wrappers in core/includes/file.inc
Provides Backdrop stream wrapper registry.
file_info_formatter_types in core/modules/file/file.admin.inc
Returns information about file formatters from hook_file_formatter_info().
file_invalidate_field_caches in core/modules/file/file.module
Clear the field cache for any entities referencing a specific file.
file_mimetype_mapping in core/includes/file.mimetypes.inc
Return an array of MIME extension mappings.
file_test_file_scan_callback in core/modules/simpletest/tests/file.test
Helper function for testing file_scan_directory().
file_view_mode_labels in core/modules/file/file.module
Return an array of available view modes for file entities.
filter_formats in core/modules/filter/filter.module
Retrieves a list of text formats, ordered by weight.
filter_get_editors in core/modules/filter/filter.module
Returns a list of text editors that are used with 'text_format' elements.
filter_get_filters in core/modules/filter/filter.module
Returns a list of all filters provided by modules.
filter_get_format_tempstore in core/modules/filter/filter.module
Get a format currently being edited from the tempstore.
format_date in core/includes/common.inc
Formats a date, using a date type or a custom date format string.
form_set_error in core/includes/form.inc
Files an error against a form element.
hook_field_storage_pre_update in core/modules/field/field.api.php
Act before the storage backends update field data.
hook_field_update in core/modules/field/field.api.php
Define custom update behavior for this module's field data.
ImageEffectsUnitTest::testImageEffectsCaching in core/modules/image/tests/image.test
Test image effect caching.
image_effect_definitions in core/modules/image/image.module
Pull in image effects exposed by modules implementing hook_image_effect_info().
image_module_test_image_effect_info_alter in core/modules/image/tests/image_module_test/image_module_test.module
Implements hook_image_effect_info_alter().
image_styles in core/modules/image/image.module
Get an array of all styles and their settings.
image_style_add_allowed_uri in core/modules/image/image.module
Add an image style URI to the allowlist.
image_tokens in core/modules/image/image.tokens.inc
Implements hook_tokens().
install_profile_info in core/includes/install.inc
Retrieves information about an installation profile from its .info file.
ip_address in core/includes/bootstrap.inc
Returns the IP address of the client machine.
language_default in core/includes/bootstrap.inc
Returns the default language used on the site.
language_fallback_get_candidates in core/includes/language.inc
Returns the possible fallback languages ordered by language weight.
language_list in core/includes/bootstrap.inc
Returns a list of configured languages.
language_negotiation_info in core/includes/language.inc
Returns all the defined language negotiation providers.
language_provider_invoke in core/includes/language.inc
Helper function used to cache the language negotiation providers results.
language_types_get_configurable in core/includes/language.inc
Returns only the configurable language types.
language_types_info in core/includes/language.inc
Returns all the defined language types.
Layout::getContexts in core/modules/layout/includes/layout.class.inc
Return all contexts (from both the layout and menu item) for this Layout.
layout_flexible_template_load_all in core/modules/layout/layout.module
Load all flexible templates.
layout_flexible_tempstore_load in core/modules/layout/layout.module
Get a flexible template currently being edited from the tempstore.
layout_get_block_info in core/modules/layout/layout.module
Get information about all blocks or just a single one.
layout_get_block_usage in core/modules/layout/layout.admin.inc
Lists information about blocks in use in layouts.
layout_get_layout_by_path in core/modules/layout/layout.module
Get the layout which is active based on a path or router item.
layout_get_layout_template_info in core/modules/layout/layout.module
Load the information of either a single layout template or all available layout templates.
layout_get_layout_tempstore in core/modules/layout/layout.module
Get a layout or menu item currently being edited from the tempstore.
layout_get_path_layout_names in core/modules/layout/layout.module
Get a list of layouts that share a particular path.
layout_load_multiple in core/modules/layout/layout.module
Load multiple layouts based on a particular criteria.
layout_load_multiple_by_path in core/modules/layout/layout.module
Load all layouts at a given path.
layout_load_multiple_by_router_item in core/modules/layout/layout.module
Load all layouts for a given router item and allow other modules to alter them and/or set their contexts.
layout_menu_item_load_multiple in core/modules/layout/layout.module
Load menu items by name.
layout_suppress in core/modules/layout/layout.module
Suppress the layout.
list_allowed_values in core/modules/field/modules/list/list.module
Returns the array of allowed values for a list field.
list_themes in core/includes/theme.inc
Returns a list of all currently available themes.
locale in core/modules/locale/locale.module
Provides interface translation services.
locale_get_plural in core/modules/locale/locale.module
Returns plural form index for a specific number.
locale_language_url_rewrite_url in core/includes/locale.inc
Rewrite URLs for the URL language provider.
locale_url_outbound_alter in core/modules/locale/locale.module
Implements hook_url_outbound_alter().
map_month in core/includes/form.inc
Renders a month name for display.
menu_contextual_links in core/includes/menu.inc
Retrieves contextual links for a path based on registered local tasks.
menu_get_custom_theme in core/includes/menu.inc
Gets the custom theme for the current page, if there is one.
menu_get_item in core/includes/menu.inc
Gets a router item.
menu_link_get_preferred in core/includes/menu.inc
Looks up the preferred menu link for a given system path.
menu_load_all in core/modules/menu/menu.module
Load all custom menu data.
menu_local_tasks in core/includes/menu.inc
Collects the local tasks (tabs), action links, and the root path.
menu_set_active_menu_names in core/includes/menu.inc
Sets (or gets) the active menu for the current page.
menu_set_active_trail in core/includes/menu.inc
Sets the active trail (path to the menu tree root) of the current page.
menu_tree in core/includes/menu.inc
Renders a menu tree based on the current path.
menu_tree_all_data in core/includes/menu.inc
Gets the data structure representing a named menu tree.
menu_tree_page_data in core/includes/menu.inc
Gets the data structure for a named menu tree, based on the current page.
menu_tree_set_path in core/includes/menu.inc
Sets the path for determining the active trail of the specified menu tree.
ModuleUnitTest::testModuleImplements in core/modules/simpletest/tests/module.test
Test module_implements() caching.
module_hook_info in core/includes/module.inc
Retrieves a list of hooks that are declared through hook_hook_info().
module_implements in core/includes/module.inc
Determines which modules are implementing a hook.
module_implements_write_cache in core/includes/module.inc
Writes the hook implementation cache.
Node::access in core/modules/node/node.entity.inc
Overrides Entity::access().
Node::createAccess in core/modules/node/node.entity.inc
Overrides Entity::createAccess().
node_access_view_all_nodes in core/modules/node/node.module
Determines whether the user has a global viewing grant for all nodes.
node_get_node_tempstore in core/modules/node/node.module
Get a node from the tempstore.
node_last_viewed in core/modules/node/node.module
Retrieves the timestamp for the current user's last view of a specified node.
node_mark in core/modules/node/node.module
Decides on the type of marker to be displayed for a given node.
node_tag_new in core/modules/node/node.module
Updates the 'last viewed' timestamp of the specified node for current user.
pager_get_query_parameters in core/includes/pager.inc
Compose a URL query parameter array for pager links.
path_clean_alias in core/modules/path/path.inc
Clean up a URL alias.
path_clean_string in core/modules/path/path.inc
Clean up a string segment to be used in an URL alias.
path_get_admin_paths in core/includes/path.inc
Gets a list of administrative and non-administrative paths.
path_get_info in core/modules/path/path.module
Get all path information from modules implementing hook_path_info().
path_get_pattern_by_entity_type in core/modules/path/path.module
Load an URL alias pattern by entity, bundle, and language.
path_is_admin in core/includes/path.inc
Determines whether a path is in the administrative section of the site.
path_punctuation_chars in core/modules/path/path.inc
Return an array of arrays for punctuation values.
redirect_access in core/modules/redirect/redirect.module
Determine whether the current user may perform the given operation on the specified redirect.
redirect_can_redirect in core/modules/redirect/redirect.module
Check the ability to perform redirects with the current request context.
redirect_entity_type_supports_redirects in core/modules/redirect/redirect.module
Check if an entity type supports redirects.
redirect_get_current_redirect in core/modules/redirect/redirect.module
Attempt to find redirect from current path, query string, and language code.
redirect_get_redirect_operations in core/modules/redirect/redirect.module
Fetch an array of redirect bulk operations.
redirect_load_multiple in core/modules/redirect/redirect.module
Load multiple URL redirects from the database.
redirect_set_current_redirect in core/modules/redirect/redirect.module
Stores the redirect for the current page request.
search_dirty in core/modules/search/search.module
Marks a word as "dirty" (changed), or retrieves the list of dirty words.
search_get_info in core/modules/search/search.module
Returns information about available search modules.
search_index_split in core/modules/search/search.module
Simplifies and splits a string into tokens for indexing.
simpletest_test_get_all in core/modules/simpletest/simpletest.module
Get a list of all of the tests provided by the system.
state_del in core/includes/bootstrap.inc
Unsets a persistent state value.
state_get in core/includes/bootstrap.inc
Retrieves a "state" value from the database.
state_set in core/includes/bootstrap.inc
Sets a persistent state value.
syslog_watchdog in core/modules/syslog/syslog.module
Implements hook_watchdog().
system_admin_menu_block in core/modules/system/system.module
Provide a single block on the administration overview page.
system_get_date_formats in core/modules/system/system.module
Gets the list of defined date formats and attributes.
system_get_module_admin_tasks in core/modules/system/system.module
Generate a list of tasks offered by a specified module.
system_list in core/includes/module.inc
Builds a list of bootstrap modules and enabled modules and themes.
system_menu_block_set_title in core/modules/system/system.menu.inc
Sets the menu item to use for the tree's title.
system_rebuild_module_data in core/modules/system/system.module
Rebuild, save, and return data about all currently available modules.
t in core/includes/bootstrap.inc
Translates a string to the current language or to a given language.
taxonomy_field_formatter_view in core/modules/taxonomy/taxonomy.module
Implements hook_field_formatter_view().
taxonomy_get_tree in core/modules/taxonomy/taxonomy.module
Create a hierarchical representation of a vocabulary.
taxonomy_term_load_children in core/modules/taxonomy/taxonomy.module
Finds all children of a term ID.
taxonomy_term_load_parents in core/modules/taxonomy/taxonomy.module
Finds all parents of a given term ID.
taxonomy_term_load_parents_all in core/modules/taxonomy/taxonomy.module
Find all ancestors of a given term ID.
taxonomy_vocabulary_load_multiple in core/modules/taxonomy/taxonomy.module
Load multiple taxonomy vocabularies based on certain conditions.
telemetry_get_data in core/modules/telemetry/telemetry.module
Retrieve the Telemetry data values from modules.
template_preprocess in core/includes/theme.inc
Adds a default set of variables for variable preprocessors and templates.
theme_admin_bar_links in core/modules/admin_bar/admin_bar.theme.inc
Render a themed list of links.
theme_comment_post_forbidden in core/modules/comment/comment.theme.inc
Returns HTML for a "you can't post comments" notice.
theme_get_registry in core/includes/theme.inc
Gets the theme registry.
theme_get_setting in core/includes/theme.inc
Retrieves a setting for the current theme or for a given theme.
token_build_tree in core/includes/token.inc
Build a tree array of tokens, commonly used for rendering the token browser.
token_get_global_token_types in core/includes/token.inc
Get a list of token types that can be used without any context (global).
token_get_info in core/includes/token.inc
Retrieve, sort, store token info from the cache.
token_info in core/includes/token.inc
Returns metadata describing supported tokens.
translation_node_get_translations in core/modules/translation/translation.module
Gets all nodes in a given translation set.
update_get_projects in core/modules/update/update.compare.inc
Fetches an array of installed and enabled projects.
url in core/includes/common.inc
Generates an internal or external URL.
User::access in core/modules/user/user.entity.inc
Overrides Entity::access().
user_access in core/modules/user/user.module
Determine whether the user has a given privilege.
user_roles in core/modules/user/user.module
Retrieve an array of roles matching specified conditions.
ViewsModuleTest::testFetchData in core/modules/views/tests/views_module.test
Tests views_fetch_data().
views_ajax in core/modules/views/includes/ajax.inc
Menu callback to load a view via AJAX.
views_exposed_form_cache in core/modules/views/views.module
Save the Views exposed form for later use.
views_get_all_views in core/modules/views/views.module
Return an array of all views as fully loaded $view objects.
views_get_module_apis in core/modules/views/views.module
Get a list of modules that support the current views API.
views_get_view in core/modules/views/views.module
Get a view from the database or from default views.
views_ui_add_ajax_trigger in core/modules/views_ui/views_ui.admin.inc
Converts a form element in the add view wizard to be AJAX-enabled.
views_ui_ajax_form in core/modules/views_ui/views_ui.admin.inc
Generic entry point to handle forms.
views_ui_contextual_links_suppress in core/modules/views_ui/views_ui.module
Sets a static variable for controlling whether contextual links are rendered.
_backdrop_build_css_path in core/includes/common.inc
Prefixes all paths within a CSS file for backdrop_build_css_cache().
_backdrop_session_read in core/includes/session.inc
Reads an entire session from the database (internal use only).
_backdrop_session_write in core/includes/session.inc
Writes an entire session to the database (internal use only).
_entityreference_behavior_plugins in core/modules/entityreference/entityreference.module
Get all behavior plugins implemented by any module.
_entityreference_get_behavior_handler in core/modules/entityreference/entityreference.module
Get the behavior handler for a given entityreference field and instance.
_entityreference_selection_plugins in core/modules/entityreference/entityreference.module
Get all selection plugins implemented by any module.
_field_info_collate_fields in core/modules/field/field.info.inc
Collates all information on existing fields and instances.
_field_info_collate_types in core/modules/field/field.info.inc
Collates all information on field types, widget types and related structures.
_field_read_fields_cache in core/modules/field/field.info.inc
Helper function used by _field_info_collate_fields().
_field_sql_storage_query_field_conditions in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Adds field (meta) conditions to the given query objects respecting groupings.
_field_token_info in core/modules/field/field.tokens.inc
Fetch an array of field data used for tokens.
_field_view_formatter_options in core/modules/field/views/views_handler_field_field.inc
Helper function: Return an array of formatter options for a field type.
_file_types_build in core/modules/file/file.module
Builds and returns the list of available file types.
_form_options_flatten in core/includes/form.inc
Iterates over an array and returns a flat array with duplicate keys removed.
_installer_manager_cache_directory in core/modules/installer/installer.module
Returns the directory where update archive files should be cached.
_installer_manager_extract_directory in core/modules/installer/installer.module
Returns the directory where update archive files should be extracted.
_installer_manager_unique_identifier in core/modules/installer/installer.module
Returns a short unique identifier for this Backdrop installation.
_layout_get_all_info in core/modules/layout/layout.module
Load layout-related information from modules.
_layout_include_files in core/modules/layout/layout.module
Load all include files for modules that implement hook_layout_api().
_locale_import_one_string in core/includes/gettext.inc
Performs the specified operation for one string.
_locale_translate_seek_query in core/modules/locale/locale.pages.inc
Build array out of search criteria specified in request variables
_menu_build_tree in core/includes/menu.inc
Builds a menu tree.
_menu_clear_page_cache in core/includes/menu.inc
Clears the page and block caches at most twice per page load.
_menu_overview_tree_form in core/modules/menu/menu.admin.inc
Recursive helper function for menu_overview_form().
_menu_router_cache in core/includes/menu.inc
Stores the menu router if we have it in memory.
_menu_site_status in core/includes/menu.inc
Checks whether the site is in maintenance mode.
_menu_token_link_load in core/modules/menu/menu.tokens.inc
Token-specific loader for menu links that maintains its own static cache.
_menu_token_link_load_all_parents in core/modules/menu/menu.tokens.inc
Load all menu parents given a Menu Link ID.
_menu_token_node_link_load in core/modules/menu/menu.tokens.inc
Load the preferred menu link associated with a node.
_node_revision_access in core/modules/node/node.module
Access callback: Checks node revision access.
_node_types_build in core/modules/node/node.module
Builds and returns the list of available node types.
_path_get_schema_alias_maxlength in core/modules/path/path.inc
Fetch the maximum length of the {url_alias}.alias field from the schema.
_update_create_fetch_task in core/modules/update/update.fetch.inc
Adds a task to the queue for fetching release history data for a project.
_update_process_fetch_task in core/modules/update/update.fetch.inc
Processes a task to fetch available update data for a single project.
_views_fetch_data in core/modules/views/includes/cache.inc
Fetch Views' data from the cache.