ActionLoopTestCase::triggerActions in modules/simpletest/tests/actions.test
Create an infinite loop by causing a watchdog message to be set, which causes the actions to be triggered again, up to actions_max_stack times.
actions_execute in includes/actions.inc
Executes a single action.
admin_bar_admin_bar_replacements in modules/admin_bar/admin_bar.module
Implements hook_admin_bar_replacements().
ajax_base_page_theme in includes/ajax.inc
Theme callback: Returns the correct theme for an Ajax request.
_authorize_filetransfer_connection_settings in includes/authorize.inc
Generates the Form API array for a given connection backend's settings.
authorize_filetransfer_form in includes/authorize.inc
Form constructor for the file transfer authorization form.
backdrop_aggregate_css in includes/common.inc
Aggregation callback: Aggregates CSS files and inline content.
backdrop_aggregate_js in includes/common.inc
Default callback to aggregate JavaScript files.
backdrop_build_css_cache in includes/common.inc
Aggregates and optimizes CSS files into a cache file in the files directory.
backdrop_build_js_cache in includes/common.inc
Aggregates JavaScript files into a cache file in the files directory.
backdrop_get_profile in includes/common.inc
Gets the name of the currently active installation profile.
backdrop_is_front_page in includes/path.inc
Check if the current page is the home page.
backdrop_mail in includes/mail.inc
Composes and optionally sends an e-mail message.
backdrop_mail_system in includes/mail.inc
Returns an object that implements the MailSystemInterface interface.
backdrop_match_path in includes/path.inc
Check if a path matches any pattern in a set of patterns.
backdrop_page_footer in includes/common.inc
Performs end-of-request tasks.
backdrop_page_get_cache in includes/bootstrap.inc
Retrieves the current page from the cache.
backdrop_path_initialize in includes/path.inc
Initialize the $_GET['q'] variable to the proper normal path.
BackdropPrivateStreamWrapper::getDirectoryPath in includes/stream_wrappers.inc
Implements abstract public function getDirectoryPath()
backdrop_process_form in includes/form.inc
Processes a form submission.
BackdropPublicStreamWrapper::getDirectoryPath in includes/stream_wrappers.inc
Implements abstract public function getDirectoryPath()
backdrop_serve_page_from_cache in includes/bootstrap.inc
Sets HTTP headers in preparation for a cached page response.
backdrop_system_listing in includes/common.inc
Returns information about system object files (modules, themes, etc.).
BackdropTemporaryStreamWrapper::getDirectoryPath in includes/stream_wrappers.inc
Implements abstract public function getDirectoryPath()
BackdropTestCase::run in modules/simpletest/backdrop_web_test_case.php
Run all tests in this class.
_backdrop_theme_access in includes/theme.inc
Helper function for determining access to a theme.
backdrop_theme_initialize in includes/theme.inc
Initializes the theme system by loading the theme.
BackdropUnitTestCase::setUp in modules/simpletest/backdrop_web_test_case.php
Sets up unit test environment.
BackdropWebTestCase::backdropGetTestFiles in modules/simpletest/backdrop_web_test_case.php
Get a list files that can be used in tests.
BackdropWebTestCaseCache::isCached in modules/simpletest/backdrop_web_test_case_cache.php
Check if cache folder already exists.
basis_css_alter in themes/basis/template.php
Implements hook_css_alter().
block_block_info in modules/block/block.module
Implements hook_block_info().
block_custom_block_load in modules/block/block.module
Returns information from configuration about a user-created (custom) block.
BlockTestCase::testCustomBlock in modules/block/tests/block.test
Test creating custom block, editing, and then deleting it.
BlockTranslationTestCase::testTranslateCustomBlock in modules/block/tests/block.translation.test
Test creating custom block, translate it, and then deleting it.
book_admin_paths in modules/book/book.module
Implements hook_admin_paths().
book_node_view_link in modules/book/book.module
Adds relevant book links to the node's links.
book_type_is_allowed in modules/book/book.module
Determine if a given node type is in the list of types allowed for books.
_ckeditor_theme_css in modules/ckeditor/ckeditor.module
Retrieves the default theme's CKEditor stylesheets defined in the .info file.
ColorTestCase::testBartikLegacy in modules/color/tests/color.test
Test the Bartik legacy color mode.
comment_form_node_type_form_alter in modules/comment/comment.module
Implements hook_form_FORM_ID_alter().
CommentHelperCase::setUp in modules/comment/tests/comment.test
Sets up a Backdrop site for running functional and integration tests.
CommentNodeAutoCloserTestCase::testNodeCommentAutoCloserSettings in modules/comment/tests/comment.test
Tests the auto closer node type setting and the override setting on individual nodes.
comment_preview in modules/comment/comment.module
Generates a comment preview.
comment_submit in modules/comment/comment.module
Prepare a comment for submission.
CommonJavaScriptTestCase::setUp in modules/simpletest/tests/common.test
Sets up a Backdrop site for running functional and integration tests.
_config_sync_finished in modules/config/config.sync.inc
Batch API callback. Finish the config import.
_config_sync_import in modules/config/config.sync.inc
Batch API callback. Import the individual config files.
_config_sync_validate in modules/config/config.sync.inc
Batch API callback. Validate the changes before attempting to sync. Reports all discovered issues in a message.
ConfigurationHooksTest::testHooks in modules/config/tests/config.test
Tests checking the validation hooks.
ConfigurationSyncTest::testSync in modules/config/tests/config.test
Tests that hook_config_create() is run during config sync.
ConfigurationTest::testReadWriteClearConfig in modules/config/tests/config.test
Tests that a config setting can be written, read and deleted.
ConfigurationUITest::testImport in modules/config/tests/config.test
Tests importing configuration.
contact_form_permissions in modules/contact/contact.admin.inc
Builds a matrix of contact permissions.
CustomLogoTestCase::testCustomLogo in modules/system/tests/system.test
Test the use of a custom logo.
DashboardNewsBlock::refreshNewsFeed in modules/dashboard/includes/block.news.inc
Fetch news from the news source and set the cache for future responses.
dashboard_user_login in modules/dashboard/dashboard.module
Implements hook_user_login().
date_default_timezone in includes/date.inc
Returns a timezone name to use as a default.
_date_popup_process_date_part in modules/date/date.elements.inc
Process the date portion of the element.
DateTimeFunctionalTest::testDateFormatConfiguration in modules/system/tests/system.test
Test date format configuration.
DateTimeFunctionalTest::testDateFormatStorage in modules/system/tests/system.test
Test if the date formats are stored properly.
DateViewsTestCase::testDateViewsPagerPlugin in modules/date/tests/date_views.test
Test the date views pager plugin.
date_week in includes/date.inc
The calendar week number for a date.
date_week_days_ordered in includes/date.inc
Reorders weekdays to match the first day of the week.
date_week_range in includes/date.inc
Calculates the start and end dates for a calendar week.
dblog_cron in modules/dblog/dblog.module
Implements hook_cron().
dblog_overview in modules/dblog/dblog.admin.inc
Page callback: Displays a listing of database log messages.
DBLogTestCase::verifyDateFormat in modules/dblog/tests/dblog.test
Verifies setting of the database log date format.
DBLogTestCase::verifyRowLimit in modules/dblog/tests/dblog.test
Verifies setting of the database log row limit.
DefaultMailSystem::mail in modules/system/system.mail.inc
Send an e-mail message, using Backdrop variables and default settings.
entity_get_info in modules/entity/entity.module
Gets the entity info array of an entity type.
entity_view_mode_load in modules/entity/entity.module
Load a custom entity display mode by entity type and machine name.
entity_view_mode_save in modules/entity/entity.module
Save a custom display mode.
error_displayable in includes/errors.inc
Determines whether an error should be displayed.
field_cron in modules/field/field.module
Implements hook_cron().
field_ui_display_overview in modules/field_ui/field_ui.admin.inc
Form constructor for the field display settings for a given display mode.
field_ui_field_delete_form_submit in modules/field_ui/field_ui.admin.inc
Form submission handler for field_ui_field_delete_form().
file_admin_paths in modules/file/file.module
Implements hook_admin_paths().
file_default_scheme in includes/file.inc
Gets the default file stream implementation.
file_display_form in modules/file/file.admin.inc
Form callback; presents file display settings for a given view mode.
file_display_load in modules/file/file.module
Returns an array with a single value. The key is the formatter name, and the value is a {file_display} array for the file type.
file_ensure_htaccess in includes/file.inc
Creates a .htaccess file in each files directory if it is missing.
file_field_formatter_view in modules/file/file.field.inc
Implements hook_field_formatter_view().
file_field_info in modules/file/file.field.inc
Implements hook_field_info().
file_field_instance_settings_form in modules/file/file.field.inc
Implements hook_field_instance_settings_form().
FileTranferTest::testJail in modules/simpletest/tests/filetransfer.test
FileTypeTestCase::testTypesCrudUi in modules/file/tests/file.test
Test file types CRUD UI.
file_update_1007 in modules/file/file.install
Grant the admin role permission to manage files and file types.
FileUploadWizardTestCase::setUp in modules/file/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
filter_admin_format_form in modules/filter/filter.admin.inc
Form constructor for the text format add/edit form.
FilterAdminTestCase::testFilterAdmin in modules/filter/tests/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testUrlFilterAdmin in modules/filter/tests/filter.test
Tests the URL filter settings form is properly validated.
FilterCRUDTestCase::testTextFormatCRUD in modules/filter/tests/filter.test
Tests CRUD operations for text formats and filters.
FilterCRUDTestCase::verifyFilters in modules/filter/tests/filter.test
Verifies that filters are properly stored for a text format.
FilterCRUDTestCase::verifyTextFormat in modules/filter/tests/filter.test
Verifies that a text format is properly stored.
filter_fallback_format in modules/filter/filter.module
Returns the ID of the fallback text format that all users have access to.
FilterHooksTestCase::testFilterHooks in modules/filter/tests/filter.test
Tests hooks on format management.
_filter_html_tips in modules/filter/filter.module
Implements callback_filter_tips().
filter_process_format in modules/filter/filter.module
Expands an element into a base element with text format selector attached.
hook_admin_bar_replacements in modules/admin_bar/admin_bar.api.php
Return content to be replace via JS in the cached menu output.
hook_field_attach_delete_bundle in modules/field/field.api.php
Act on field_attach_delete_bundle.
hook_field_attach_rename_bundle in modules/field/field.api.php
Act on field_attach_rename_bundle().
hook_field_insert in modules/field/field.api.php
Define custom insert behavior for this module's field data.
hook_field_language_alter in modules/field/field.api.php
Perform alterations on field_language() values.
hook_field_update in modules/field/field.api.php
Define custom update behavior for this module's field data.
hook_file_download in modules/system/system.api.php
Control access to private file downloads and specify HTTP headers.
hook_filetransfer_info_alter in modules/system/system.api.php
Alter the FileTransfer class registry.
hook_form_alter in modules/system/system.api.php
Perform alterations before a form is rendered.
hook_image_style_delete in modules/image/image.api.php
Respond to image style deletion.
hook_image_style_save in modules/image/image.api.php
Respond to image style updating.
hook_layout_revert in modules/layout/layout.api.php
Respond to a layout being reverted.
hook_mail in modules/system/system.api.php
Prepare a message based on parameters; called from backdrop_mail().
hook_mail_alter in modules/system/system.api.php
Alter an email message created with the backdrop_mail() function.
hook_node_grants_alter in modules/node/node.api.php
Alter user access rules when trying to view, edit or delete a node.
hook_node_prepare in modules/node/node.api.php
Act on a node object about to be shown on the add/edit form.
hook_telemetry_data in modules/telemetry/telemetry.api.php
Populates the telemetry data from this module.
hook_update_index in modules/search/search.api.php
Update the search index for this module.
hook_update_status_alter in modules/update/update.api.php
Alter the information about available updates for projects.
hook_watchdog in modules/system/system.api.php
Log an event message.
image_field_info in modules/image/image.field.inc
Implements hook_field_info().
image_gd_save in modules/system/image.gd.inc
GD helper to write an image resource to a destination file.
image_gd_settings in modules/system/image.gd.inc
Retrieve settings for the GD2 toolkit.
image_get_toolkit in includes/image.inc
Gets the name of the currently used toolkit.
image_style_flood_lock_name in modules/image/image.module
Check available image style locks to see if any are available.
image_style_url in modules/image/image.module
Return the URL for an image derivative given a style and image path.
installer_browser_get_server_list in modules/installer/installer.browser.inc
Gets the list of servers to use for fetching results.
installer_browser_installation_theme_form in modules/installer/installer.pages.inc
Form builder for theme install.
_installer_browser_is_project_enabled in modules/installer/installer.browser.inc
Checks if a project is enabled.
installer_manager_update_form in modules/installer/installer.manager.inc
Form constructor for the update form of the Installer module.
language_default in includes/bootstrap.inc
Returns the default language used on the site.
language_list in includes/bootstrap.inc
Returns a list of configured languages.
LanguageListTest::testLanguageList in modules/language/tests/language.test
Functional tests for adding, configuring, and deleting languages.
language_multilingual in includes/bootstrap.inc
Returns TRUE if there is more than one language enabled.
language_negotiation_configure_form_table in modules/locale/locale.admin.inc
Helper function to build a language provider table.
language_negotiation_configure_session_form in modules/locale/locale.admin.inc
The URL language provider configuration form.
language_negotiation_configure_url_form in modules/locale/locale.admin.inc
Builds the URL language provider configuration form.
language_negotiation_order in includes/language.inc
Get the language negotiator provider order for a language type.
language_provider_invoke in includes/language.inc
Helper function used to cache the language negotiation providers results.
LayoutInterfaceTest::testMenuItemReassignment in modules/layout/tests/layout.test
Ensure that reassignment of menu items works when deleting layouts.
layout_settings_form in modules/layout/layout.admin.inc
Render the settings form for layout.
layout_settings_page in modules/layout/layout.admin.inc
Administrative form for layout settings.
locale in modules/locale/locale.module
Provides interface translation services.
_locale_export_po_generate in includes/gettext.inc
Generates the PO(T) file contents for the given strings.
locale_field_language_alter in modules/locale/locale.module
Implements hook_field_language_alter().
locale_language_from_session in includes/locale.inc
Identify language from a request/session parameter.
locale_language_from_url in includes/locale.inc
Identify language via URL prefix or domain.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in modules/locale/tests/locale.test
Tests alterations to language types/negotiation info.
locale_language_negotiation_url_domains in includes/locale.inc
Reads language domains.
locale_language_negotiation_url_prefixes in includes/locale.inc
Reads language prefixes and uses the langcode if no prefix is set.
locale_language_switcher_session in includes/locale.inc
Return the session language switcher block.
locale_language_url_fallback in includes/locale.inc
Determines the language to be assigned to URLs when none is detected.
locale_language_url_rewrite_session in includes/locale.inc
Rewrite URLs for the Session language provider.
locale_language_url_rewrite_url in includes/locale.inc
Rewrite URLs for the URL language provider.
locale_library_info_alter in modules/locale/locale.module
Implement hook_library_info_alter().
LocalePathFunctionalTest::testPathLanguageConfiguration in modules/locale/tests/locale.test
Test if a language can be associated with a path alias.
locale_translate_english in modules/locale/locale.module
Utility function to tell if locale translates to English.
LocaleUILanguageNegotiationTest::testLanguageDomain in modules/locale/tests/locale.test
Tests url() when separate domains are used for multiple languages.
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in modules/locale/tests/locale.test
Tests for language switching by URL path.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback in modules/locale/tests/locale.test
Test URL language detection when the requested URL has no language.
LocaleUninstallFunctionalTest::testUninstallProcess in modules/locale/tests/locale.test
Check if the values of the Locale variables are correct after uninstall.
menu_load_all in modules/menu/menu.module
Load all custom menu data.
menu_set_active_menu_names in includes/menu.inc
Sets (or gets) the active menu for the current page.
menu_test_theme_callback in modules/simpletest/tests/menu_test.module
Theme callback to use when testing the theme callback functionality.
node_admin_paths in modules/node/node.module
Implements hook_admin_paths().
node_form_system_themes_admin_form_alter in modules/node/node.module
Implements hook_form_FORM_ID_alter().
node_page_default in modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_page_view in modules/node/node.module
Page callback: Displays a single node.
_node_search_get_types in modules/node/node.module
Get the list of node types that are enabled for indexing.
node_type_form in modules/node/node.types.inc
Form constructor for the node type editing form.
node_type_form_permissions in modules/node/node.types.inc
Builds a matrix of node permissions for this node type.
node_type_form_submit in modules/node/node.types.inc
Form submission handler for node_type_form().
node_update_1000 in modules/node/node.install
Set 'node' as home page path if it implicitly was before.
node_update_index in modules/node/node.module
Implements hook_update_index().
path_admin_form in modules/path/path.admin.inc
Form builder; Main URL alias pattern administration form.
path_form_user_admin_settings_alter in modules/path/path.module
Implements hook_form_FORM_ID_alter() for user_admin_settings().
path_patterns_settings_form in modules/path/path.admin.inc
Form builder; Configure the URL alias pattern settings.
path_save_automatic_alias in modules/path/path.inc
Save an automatic alias; replacing or adding aliases based on site settings.
PathTestCase::testAdminAlias in modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
path_verbose_message in modules/path/path.module
Output a helpful message if verbose output is enabled.
redirect_edit_form in modules/redirect/redirect.admin.inc
Form builder to add or edit an URL redirect.
redirect_menu in modules/redirect/redirect.module
Implements hook_menu().
redirect_path_delete in modules/redirect/redirect.module
Implements hook_path_delete().
redirect_path_update in modules/redirect/redirect.module
Implements hook_path_update().
redirect_purge_inactive_redirects in modules/redirect/redirect.module
Purge inactive redirects from the database.
redirect_redirect in modules/redirect/redirect.module
Perform an URL redirect.
redirect_url in modules/redirect/redirect.module
Build the URL of a redirect for display purposes only.
search_cron in modules/search/search.module
Implements hook_cron().
search_embedded_form_form in modules/search/tests/search_embedded_form/search_embedded_form.module
Builds a form for embedding in search results for testing.
SearchEmbedForm::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchEmbedForm::testEmbeddedForm in modules/search/tests/search.test
Tests that the embedded form appears and can be submitted.
search_expand_cjk in modules/search/search.module
Splits CJK (Chinese, Japanese, Korean) text into tokens.
search_get_default_module_info in modules/search/search.module
Returns information about the default search module.
search_get_info in modules/search/search.module
Returns information about available search modules.
SearchPageText::testSearchText in modules/search/tests/search.test
Tests the failed search text, and various other text on the search page.
SearchQuery::parseSearchExpression in modules/search/search.extender.inc
Parses the search query into SQL conditions.
SearchQuery::parseWord in modules/search/search.extender.inc
Helper function for parseQuery().
search_simplify in modules/search/search.module
Simplifies a string according to indexing rules.
search_view in modules/search/search.pages.inc
Menu callback; presents the search form and/or search results.
simpletest_clean_environment in modules/simpletest/simpletest.module
Remove all temporary database tables and directories.
simpletest_clean_profile_cache_folders in modules/simpletest/simpletest.module
Removes cached profile folders from the files directory.
simpletest_clean_results_table in modules/simpletest/simpletest.module
Clear the test result tables.
SimpleTestFunctionalTest::testInternalBrowser in modules/simpletest/tests/simpletest.test
Test the internal browsers functionality.
simpletest_run_tests in modules/simpletest/simpletest.module
Actually runs tests.
simpletest_settings_form_validate in modules/simpletest/simpletest.pages.inc
Validation handler for simpletest_settings_form().
simpletest_verbose in modules/simpletest/backdrop_web_test_case.php
Logs verbose message in a text file.
SiteMaintenanceTestCase::testSiteMaintenance in modules/system/tests/system.test
Verify site maintenance mode functionality.
system_custom_theme in modules/system/system.module
Implements hook_custom_theme().
system_form_user_profile_form_alter in modules/system/system.module
Implements hook_form_FORM_ID_alter().
system_get_date_formats in modules/system/system.module
Gets the list of defined date formats and attributes.
system_image_supported_extensions_alter in modules/system/system.module
Implements hook_image_supported_extensions_alter().
system_init in modules/system/system.module
Implements hook_init().
system_permission in modules/system/system.module
Implements hook_permission().
system_stream_wrappers in modules/system/system.module
Implements hook_stream_wrappers().
system_test_init in modules/simpletest/tests/system_test.module
Implements hook_init().
system_theme_debug_enabled_warning in modules/system/system.module
Check if theme_debug is enabled, and throw a warning if so.
system_theme_default in modules/system/system.admin.inc
Menu callback; Set the default theme.
system_theme_disable_confirm_submit in modules/system/system.admin.inc
Form submission handler for system_theme_disable_confirm_submit().
SystemThemeFunctionalTest::testSwitchDefaultTheme in modules/system/tests/system.test
Test switching the default theme.
system_themes_admin_form in modules/system/system.admin.inc
Form to select the administration theme.
system_themes_page in modules/system/system.admin.inc
Menu callback; displays a listing of all themes.
system_time_zones in modules/system/system.module
Generate an array of time zones and their local time&date.
system_tokens in modules/system/system.tokens.inc
Implements hook_tokens().
system_transliteration_file_query in modules/system/system.admin.inc
Builds a query that returns all file names from the database containing non-ASCII characters.
system_transliteration_retroactive in modules/system/system.admin.inc
Form builder function; generates retroactive transliteration confirm form.
system_update_1043 in modules/system/system.install
Remove old Date configuration files.
system_update_1049 in modules/system/system.install
Bartik theme settings update: Indicate whether legacy colors should be used.
system_update_1053 in modules/system/system.install
Remove unnecessary items from the "main-menu" menu.
system_user_timezone in modules/system/system.module
Add the time zone field to the user edit and register forms.
t in includes/bootstrap.inc
Translates a string to the current language or to a given language.
taxonomy_build_node_index in modules/taxonomy/taxonomy.module
Builds and inserts taxonomy index entries for a given node.
taxonomy_delete_node_index in modules/taxonomy/taxonomy.module
Deletes taxonomy index entries for a given node.
taxonomy_overview_terms in modules/taxonomy/taxonomy.admin.inc
Form builder for the taxonomy terms overview.
taxonomy_select_nodes in modules/taxonomy/taxonomy.module
Return nodes attached to a term across all field instances.
taxonomy_taxonomy_term_delete in modules/taxonomy/taxonomy.module
Implements hook_taxonomy_term_delete().
taxonomy_term_feed in modules/taxonomy/taxonomy.pages.inc
Generate the content feed for a taxonomy term.
taxonomy_update_1009 in modules/taxonomy/taxonomy.install
Add new "create terms" permission to editor and admin roles.
taxonomy_vocabulary_form_permissions in modules/taxonomy/taxonomy.admin.inc
Builds a matrix of node permissions for this node type.
TaxonomyVocabularyFunctionalTest::testVocabularyInterface in modules/taxonomy/tests/taxonomy.test
Create, configure and delete a vocabulary via the user interface.
telemetry_cron in modules/telemetry/telemetry.module
Implements hook_cron().
_telemetry_destination_server_name in modules/telemetry/telemetry.module
Returns the hostname of the destination server for Telemetry data.
template_preprocess_views_view_rss in modules/views/templates/views.theme.inc
Preprocess an RSS feed
theme in includes/theme.inc
Generates themed output.
theme_comment_post_forbidden in modules/comment/comment.theme.inc
Returns HTML for a "you can't post comments" notice.
theme_disable in includes/theme.inc
Disables a given list of themes.
ThemeFunctionsTestCase::testLinks in modules/simpletest/tests/theme.test
Tests theme_links().
theme_status_messages in includes/theme.inc
Returns HTML for status and/or error messages, grouped by type.
theme_update_report in modules/update/update.theme.inc
Returns HTML for the project status report.
theme_views_ui_build_group_filter_form in modules/views_ui/views_ui.theme.inc
Theme the build group filter form.
TokenCurrentPageTestCase::testCurrentPageTokens in modules/simpletest/tests/token.test
TokenUserTestCase::setUp in modules/simpletest/tests/token.test
Sets up a Backdrop site for running functional and integration tests.
translation_admin_paths in modules/translation/translation.module
Implements hook_admin_paths().
translation_language_switch_links_alter in modules/translation/translation.module
Implements hook_language_switch_links_alter().
translation_node_overview in modules/translation/translation.pages.inc
Page callback: Displays a list of a node's translations.
translation_node_view in modules/translation/translation.module
Implements hook_node_view().
TranslationTestCase::assertLanguageSwitchLinks in modules/translation/tests/translation.test
Tests whether the specified language switch links are found.
transliteration_clean_filename in includes/transliteration.inc
Transliterates and sanitizes a file name.
_update_checking_enabled in modules/update/update.module
Check if update checking should make HTTP requests to the update server.
update_cron in modules/update/update.module
Implements hook_cron().
_update_fetch_data in modules/update/update.fetch.inc
Attempts to drain the queue of tasks for release history data to fetch.
_update_get_fetch_url_base in modules/update/update.fetch.inc
Returns the base of the URL to fetch available update data for a project.
update_get_projects in modules/update/update.compare.inc
Fetches an array of installed and enabled projects.
update_mail in modules/update/update.module
Implements hook_mail().
_update_process_info_list in modules/update/update.compare.inc
Populates an array of project data.
_update_requirement_check in modules/update/update.install
Fills in the requirements array.
update_script_test_requirements in modules/simpletest/tests/update_script_test.install
Implements hook_requirements().
update_settings in modules/update/update.admin.inc
Form constructor for the update settings form.
update_test_update_status_alter in modules/update/tests/update_test/update_test.module
Implements hook_update_status_alter().
url in includes/common.inc
Generates an internal or external URL.
UrlAlterFunctionalTest::assertUrlOutboundAlter in modules/simpletest/tests/path.test
Assert that an outbound path is altered to an expected value.
user_admin_settings in modules/user/user.admin.inc
Form builder; Configure user settings for this site.
user_cancel_confirm in modules/user/user.pages.inc
Menu callback; cancel a user account via e-mail confirmation link.
user_cancel_confirm_form in modules/user/user.pages.inc
Form builder; confirm form for canceling user account.
UserCancelTestCase::testUserAnonymize in modules/user/tests/user.test
Delete account and anonymize all content.
user_comment_view in modules/user/user.module
Implements hook_comment_view().
user_file_download in modules/user/user.module
Implements hook_file_download().
user_format_name in modules/user/user.module
Format a username.
user_image_style_save in modules/user/user.module
Implements hook_image_style_save().
user_login in modules/user/user.module
Form builder; the main user login form.
user_login_authenticate_validate in modules/user/user.module
Second phase validation handler on the login form.
user_login_final_validate in modules/user/user.module
The final validation handler on the login form.
user_login_name_validate in modules/user/user.module
First phase validation handler for the login form.
UserLoginTestBase::assertFailedLogin in modules/user/tests/user.test
Make an unsuccessful login attempt.
user_modules_installed in modules/user/user.module
Implements hook_modules_installed().
user_multiple_cancel_confirm in modules/user/user.admin.inc
Form builder; Cancel multiple accounts at the same time.
user_pass_reset in modules/user/user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
_user_password_policy_help in modules/user/user.password.inc
Generates help text for core password constraints on forms.
user_password_reject_weak in modules/user/user.password.inc
Get the password strength score required for an account.
UserPasswordResetTest::testUserPasswordReset in modules/user/tests/user_password_reset.test
Tests password reset functionality.
UserPictureTestCase::setUp in modules/user/tests/user.test
Sets up a Backdrop site for running functional and integration tests.
UserPictureTestCase::testWithGDinvalidDimension in modules/user/tests/user.test
Do the test: GD Toolkit is installed Picture has invalid dimension
user_register_access in modules/user/user.module
Determines if the current user has access to the user registration page.
user_register_submit in modules/user/user.module
Submit handler for the user registration form.
UserRoleAdminTestCase::testRoleAdministration in modules/user/tests/user.test
Test adding, renaming and deleting roles.
UserStorageController::attachLoad in modules/user/user.entity.inc
Overrides EntityDatabaseStorageController::attachLoad().
UserStorageController::preSave in modules/user/user.entity.inc
Overrides EntityDatabaseStorageController::preSave().
user_token_info in modules/user/user.tokens.inc
Implements hook_token_info().
user_tokens in modules/user/user.tokens.inc
Implements hook_tokens().
user_update_1007 in modules/user/user.install
Convert user roles to configuration files.
UserViewsHandlerFieldNameTest::testUserName in modules/user/tests/user_views_handler_field_name.test
view::build in modules/views/includes/view.inc
Build the query for the view.
view::get_breadcrumb in modules/views/includes/view.inc
Get the breadcrumb used for this view.
view::render in modules/views/includes/view.inc
Render this view for a certain display.
views_exposed_form in modules/views/views.module
Form builder for the exposed widgets form.
views_get_enabled_display_extenders in modules/views/includes/utility.inc
Get enabled display extenders.
views_get_localization_plugin in modules/views/views.module
Load the current enabled localization plugin.
views_handler_argument_user_uid::title_query in modules/user/views/views_handler_argument_user_uid.inc
Override the behavior of title(). Get the name of the user.
views_handler_field_field::query in modules/field/views/views_handler_field_field.inc
Called to add the field to a query.
views_handler_field_file_uri::render in modules/file/views/views_handler_field_file_uri.inc
Render the field.
views_handler_field::get_elements in modules/views/handlers/views_handler_field.inc
Provide a list of elements valid for field HTML.
views_handler_field_user_picture::render in modules/user/views/views_handler_field_user_picture.inc
Render the field.
views_handler_filter_boolean_operator::value_form in modules/views/handlers/views_handler_filter_boolean_operator.inc
Options form subform for setting options.
views_handler_filter::exposed_translate in modules/views/handlers/views_handler_filter.inc
Make some translations to a form item to make it more suitable to exposing.
views_handler_filter::group_form in modules/views/handlers/views_handler_filter.inc
Build a form containing a group of operator | values to apply as a single filter.
views_handler_filter_search::exposed_validate in modules/search/views/views_handler_filter_search.inc
Validate the options form.
views_plugin_argument_validate_user::validate_argument in modules/user/views/views_plugin_argument_validate_user.inc
views_plugin_display::options_form in modules/views/plugins/views_plugin_display.inc
Provide the default form for setting options.
views_plugin_display_page::options_form in modules/views/plugins/views_plugin_display_page.inc
Provide the default form for setting options.
views_plugin_row_comment_rss::render in modules/comment/views/views_plugin_row_comment_rss.inc
Render a row object. This usually passes through to a theme template of some form, but not always.
views_plugin_row_node_rss::render in modules/node/views/views_plugin_row_node_rss.inc
Render a row object. This usually passes through to a theme template of some form, but not always.
views_ui_admin_settings_basic in modules/views_ui/views_ui.admin.inc
Form builder for the admin display defaults page.
ViewsUiBaseViewsWizard::build_form in modules/views_ui/wizards/views_ui_base_views_wizard.php
For AJAX callbacks to build other elements in the "show" form.
views_ui_custom_theme in modules/views_ui/views_ui.module
Implements hook_custom_theme()
_views_ui_get_displays in modules/views_ui/views_ui.module
Helper function to get a list of displays assigned to a view, and their respective paths if any.
views_ui_preview_form in modules/views_ui/views_ui.admin.inc
Provide the preview formulas and the preview output, too.
views_ui_show_default_display in modules/views_ui/views_ui.admin.inc
Controls whether the default display should have its own tab on configure.
views_update_1004 in modules/views/views.install
Replace the frontpage view with promoted.
views_views_plugins in modules/views/includes/views.views.inc
Implements hook_views_plugins().