admin_bar_output in modules/admin_bar/admin_bar.inc
Build the administration bar output.
admin_bar_preprocess_page in modules/admin_bar/admin_bar.module
Implements hook_preprocess_page().
admin_bar_theme_settings in modules/admin_bar/admin_bar.inc
Form builder function for module settings.
_backdrop_bootstrap_page_cache in includes/bootstrap.inc
Attempts to serve a page from the cache.
backdrop_deliver_html_page in includes/common.inc
Packages and sends the result of a page callback to the browser as HTML.
BackdropErrorHandlerUnitTest::testErrorHandler in modules/simpletest/tests/error.test
Test the error handler.
BackdropErrorHandlerUnitTest::testExceptionHandler in modules/simpletest/tests/error.test
Test the exception handler.
backdrop_get_favicon in includes/common.inc
Gets the file location and mime type for site favicon.
backdrop_get_logo_info in includes/common.inc
Gets the path and dimensions of the site wide logo.
backdrop_get_user_timezone in includes/bootstrap.inc
Returns the time zone of the current user.
_backdrop_maintenance_theme in includes/theme.maintenance.inc
Sets up the theme system for the maintenance page.
backdrop_page_create_cache in includes/common.inc
Create a page cache object for a page request.
BackdropTestCase::run in modules/simpletest/backdrop_web_test_case.php
Run all tests in this class.
BackdropWebTestCaseCache::setUp in modules/simpletest/backdrop_web_test_case_cache.php
Sets up a Backdrop site to be used as a cached installation profile.
BackdropWebTestCase::prepareEnvironment in modules/simpletest/backdrop_web_test_case.php
Prepares the current environment for running the test.
BackdropWebTestCase::setUp in modules/simpletest/backdrop_web_test_case.php
Sets up a Backdrop site for running functional and integration tests.
basis_preprocess_page in themes/basis/template.php
Prepares variables for page templates.
block_custom_block_delete_submit in modules/block/block.admin.inc
Form submission handler for block_custom_block_delete().
block_custom_block_save in modules/block/block.module
Saves a user-created block in a config file.
BlockTranslationTestCase::testTranslateCustomBlock in modules/block/tests/block.translation.test
Test creating custom block, translate it, and then deleting it.
block_update_1004 in modules/block/block.install
Move individual blocks into config files.
book_admin_settings in modules/book/book.admin.inc
Form constructor for the book settings form.
book_admin_settings_submit in modules/book/book.admin.inc
Form submission handler for book_admin_settings().
book_node_type_update in modules/book/book.module
Implements hook_node_type_update().
book_update_1000 in modules/book/book.install
Move book settings from variables to config.
BootstrapDestinationTestCase::testDestination in modules/simpletest/tests/bootstrap.test
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
BootstrapWatchdogTestCase::testWatchdogLogging in modules/simpletest/tests/bootstrap.test
callback_search_conditions in modules/search/search.api.php
Provide search query conditions.
color_rebuild_settings in modules/color/color.module
Rebuild color scheme info.
ColorTestCase::testUpdateCssFilesOnConfigSave in modules/color/tests/color.test
Test if the CSS files for a theme are updated when editing Configuration.
color_update_1000 in modules/color/color.install
Convert color module settings to config files.
CommentPreviewTest::testCommentPreview in modules/comment/tests/comment.test
Tests comment preview.
comment_uninstall in modules/comment/comment.install
Implements hook_uninstall().
comment_update_1003 in modules/comment/comment.install
Node type comment settings should be closed instead of hidden by default.
comment_update_1005 in modules/comment/comment.install
Move default comment view to comment module.
CommonFormatDateTestCase::setUp in modules/simpletest/tests/common.test
Sets up a Backdrop site for running functional and integration tests.
config_clear in includes/config.inc
A shortcut function to delete a single value from a config file.
config_get in includes/config.inc
A shortcut function to load and retrieve a single value from a config file.
config_get_translated in includes/config.inc
A shortcut function to load and retrieve a single translated value from a config file.
config_install_default_config in includes/config.inc
Moves the default config supplied by a module to the live config directory.
config_is_overridden in includes/config.inc
A shortcut function to check if a value is overridden within a config file.
ConfigObjectTestCase::testConfigObject in modules/simpletest/tests/config_obj.test
config_set in includes/config.inc
A shortcut function to set and save a single value in a config file.
config_set_multiple in includes/config.inc
A shortcut function to set and save multiple values in a config file.
config_sync_file in modules/config/config.sync.inc
Save an individual configuration.
config_sync_validate_file in modules/config/config.sync.inc
Validate an individual configuration to ensure it's safe to import.
config_test_hooks_config_create in modules/config/tests/config_test_hooks/config_test_hooks.module
Implements hook_config_create().
config_uninstall_config in includes/config.inc
Uninstall all the configuration provided by a module.
ConfigurationTest::testExistingConfig in modules/config/tests/config.test
Tests reading existing config files provided by a module.
ConfigurationTest::testOverrideConfig in modules/config/tests/config.test
Tests that a config setting can be overidden.
ConfigurationTest::testReadWriteClearConfig in modules/config/tests/config.test
Tests that a config setting can be written, read and deleted.
ConfigurationUITest::testClearStagingDirectory in modules/config/tests/config.test
Test skipping the clearing of the staging directory after import.
ConfigurationUITest::testImport in modules/config/tests/config.test
Tests importing configuration.
contact_category_delete_form_submit in modules/contact/contact.admin.inc
Form submission handler for contact_category_delete_form().
contact_category_edit_form_submit in modules/contact/contact.admin.inc
Form submission handler for contact_category_edit_form().
contact_category_list_submit in modules/contact/contact.admin.inc
Form submission handler for contact_category_list().
contact_config_data in modules/contact/contact.module
Loads an array of all contact categories.
contact_form_user_admin_settings_alter in modules/contact/contact.module
Implements hook_form_FORM_ID_alter().
contact_form_user_profile_form_alter in modules/contact/contact.module
Implements hook_form_FORM_ID_alter().
contact_install in modules/contact/contact.install
Implements hook_install().
contact_personal_form in modules/contact/contact.pages.inc
Form constructor for the personal contact form.
contact_personal_form_submit in modules/contact/contact.pages.inc
Form submission handler for contact_personal_form().
ContactPersonalTestCase::testPersonalContactFlood in modules/contact/tests/contact.test
Tests the personal contact form flood protection.
contact_settings_form in modules/contact/contact.admin.inc
Contact settings form.
contact_show_personal_copy_checkbox in modules/contact/contact.module
Show the personal copy checkbox on forms
contact_site_form in modules/contact/contact.pages.inc
Form constructor for the site-wide contact form.
contact_site_form_submit in modules/contact/contact.pages.inc
Form submission handler for contact_site_form().
ContactSitewideTestCase::testSiteWideContact in modules/contact/tests/contact.test
Tests configuration options and the site-wide contact form.
contact_update_1000 in modules/contact/contact.install
Convert contact module settings to use configuration files.
contact_update_1001 in modules/contact/contact.install
Convert available database contact categories to configuration files.
contact_update_1002 in modules/contact/contact.install
Set default value for new 'Phone' field setting.
contact_user_presave in modules/contact/contact.module
Implements hook_user_presave().
CronRunTestCase::testAutomaticCron in modules/system/tests/system.test
Ensure that the automatic cron run feature is working.
dashboard_admin_settings in modules/dashboard/dashboard.module
Menu callback; Dashboard settings form.
dashboard_uninstall in modules/dashboard/dashboard.install
Implements hook_uninstall().
dashboard_update_1000 in modules/dashboard/dashboard.install
Set the URL for the Dashboard news feed.
DashboardWelcomeBlock::getContent in modules/dashboard/includes/block.welcome.inc
Return the content of a block.
DateTimeFunctionalTest::testTimeZoneHandling in modules/system/tests/system.test
Test time zones and DST handling.
date_update_1001 in modules/date/date.install
Remove legacy Date API, Date Views, and Date Popup configurations.
date_views_settings in modules/date/date.module
Form callback for date views pager title format settings.
dblog_form_system_logging_settings_alter in modules/dblog/dblog.module
Implements hook_form_FORM_ID_alter() for system_logging_settings().
dblog_update_1003 in modules/dblog/dblog.install
Restore the format for dates in the database log.
email_update_1000 in modules/email/email.install
Remove the old email module configuration file.
entity_view_mode_delete in modules/entity/entity.module
Delete a custom display mode.
field_attach_delete_bundle in modules/field/field.attach.inc
Notify field.module that a bundle was deleted.
field_attach_rename_bundle in modules/field/field.attach.inc
Notify field.module that a bundle was renamed.
field_bundle_settings in modules/field/field.module
Gets or sets administratively defined bundle settings.
field_create_field in modules/field/field.crud.inc
Creates a field.
FieldCrudTestCase::testCreateField in modules/field/tests/field.test
Test the creation of a field.
FieldCrudTestCase::testCreateFieldFail in modules/field/tests/field.test
Test failure to create a field.
field_delete_field in modules/field/field.crud.inc
Marks a field and its instances and data for deletion.
field_delete_instance in modules/field/field.crud.inc
Marks a field instance and its data for deletion.
FieldInfoTestCase::testFieldPrepare in modules/field/tests/field.test
Test that cached field definitions are ready for current runtime context.
FieldInfoTestCase::testInstancePrepare in modules/field/tests/field.test
Test that cached instance definitions are ready for current runtime context.
FieldInstanceCrudTestCase::testCreateFieldInstance in modules/field/tests/field.test
Test the creation of a field instance.
field_purge_field in modules/field/field.crud.inc
Purges a field configuration.
field_purge_instance in modules/field/field.crud.inc
Purges a field instance record from the database.
field_read_fields in modules/field/field.crud.inc
Reads in fields that match an array of conditions.
field_read_instances in modules/field/field.crud.inc
Reads in field instances that match an array of conditions.
FieldTokenTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
field_update_1000 in modules/field/field.install
Convert fields to configuration files.
field_update_1001 in modules/field/field.install
Add missing entity type and bundle information to Field config files.
field_update_1002 in modules/field/field.install
Grant the new "administer fields" permission to trusted users.
field_update_field in modules/field/field.crud.inc
Updates a field.
_field_write_instance in modules/field/field.crud.inc
Stores an instance record in the field configuration database.
file_add_form_submit in modules/file/file.pages.inc
Submit handler for the add file form.
file_directory_temp in includes/file.inc
Gets the path of system-appropriate temporary directory.
file_display_save in modules/file/file.module
Saves a {file_display} array to config.
file_file_load in modules/file/file.file.inc
Implements hook_file_load().
file_get_upload_validators in modules/file/file.pages.inc
Retrieves the upload validators for a file.
file_settings_form in modules/file/file.admin.inc
Form callback for file settings.
file_type_delete in modules/file/file.admin.inc
Deletes a file type from the configuration.
file_type_revert_confirm_submit in modules/file/file.admin.inc
Process file type revert confirm submissions.
file_type_save in modules/file/file.admin.inc
Updates an existing file type or creates a new one.
_file_types_build in modules/file/file.module
Builds and returns the list of available file types.
file_update_1000 in modules/file/file.install
Add a view for managing files.
file_update_1001 in modules/file/file.install
Add a Manage file link to the admin files view.
file_update_1002 in modules/file/file.install
Switch the 'edit files' permission to 'manage files'.
file_update_1004 in modules/file/file.install
Convert file_entity variables to config.
file_update_1005 in modules/file/file.install
Add the default file types and convert custom or modified file types from Drupal 7 file_entity.
file_update_1006 in modules/file/file.install
Add the default file display settings and convert saved file display settings from Drupal 7 file_entity.
file_update_1007 in modules/file/file.install
Grant the admin role permission to manage files and file types.
FileUploadTransliterationTest::testTransliteration in modules/simpletest/tests/file.test
FileUploadWizardTestCase::testFileUploadWizardStepSkipping in modules/file/tests/file.test
Test skipping each of the file upload wizard steps.
filter_format_save in modules/filter/filter.module
Saves a text format object to configuration.
filter_update_1000 in modules/filter/filter.install
Convert filter formats to configuration.
filter_update_1001 in modules/filter/filter.install
Add a separate permission for image upload access.
filter_update_1002 in modules/filter/filter.install
Import the image_library view.
filter_update_1003 in modules/filter/filter.install
Make the image_library view module-provided.
filter_update_1004 in modules/filter/filter.install
Add an exposed filename filter to the image_library view.
form_set_cache in includes/form.inc
Stores a form in the cache.
form_test_system_config_form in modules/simpletest/tests/form_test.module
A form to test system_settings_form().
hook_config_delete in modules/config/config.api.php
Respond to configuration deletion.
hook_config_delete_validate in modules/config/config.api.php
Validate configuration deletions before deleting them.
hook_entity_view_mode_delete in modules/entity/entity.api.php
Respond to deletion of a display mode.
hook_node_type_delete in modules/node/node.api.php
Respond to node type deletion.
hook_node_type_update in modules/node/node.api.php
Respond to node type updates.
hook_ranking in modules/node/node.api.php
Provide additional methods of scoring for core search results for nodes.
hook_search_admin in modules/search/search.api.php
Add elements to the search settings form.
hook_user_login in modules/user/user.api.php
The user just logged in.
image_default_style_revert in modules/image/image.module
Revert the changes made by users to a default image style.
image_effect_delete in modules/image/image.module
Delete an image effect.
image_effect_save in modules/image/image.module
Save an image effect.
image_style_delete in modules/image/image.module
Delete an image style.
image_styles in modules/image/image.module
Get an array of all styles and their settings.
image_style_save in modules/image/image.module
Save an image style.
image_update_1000 in modules/image/image.install
Provide default image styles for the Image module.
image_update_1001 in modules/image/image.install
Convert available database image styles to configuration files.
image_update_1003 in modules/image/image.install
Add labels to all available styles.
image_update_1004 in modules/image/image.install
Update all image fields to use a static default image URI.
image_update_1005 in modules/image/image.install
Rename image config files.
image_update_1007 in modules/image/image.install
Update from Image size to more specific Image dimensions.
install_configure_form_submit in includes/install.core.inc
Form submission handler for install_configure_form().
installer_manager_update_form in modules/installer/installer.manager.inc
Form constructor for the update form of the Installer module.
InstallerTestUploadCase::testUpdateManagerCoreSecurityUpdateMessages in modules/installer/tests/installer.test
Checks the messages on Update Manager pages when missing a security update.
installer_update_1000 in modules/installer/installer.install
Set a default value for the core update functionality via the browser.
installer_update_1001 in modules/installer/installer.install
Add Silkscreen Project repository
language_delete in modules/language/language.module
Delete a language.
language_negotiation_purge in includes/language.inc
Removes any unused language negotiation providers from the configuration.
language_save in modules/language/language.module
API function to add or update a language.
language_uninstall in modules/language/language.install
Implements hook_uninstall().
language_update_1001 in modules/language/language.install
Convert language settings to config.
language_update_1002 in modules/language/language.install
Convert the language database table to config.
language_update_1003 in modules/language/language.install
Add the native name to all enabled languages.
Layout::delete in modules/layout/includes/layout.class.inc
Delete this layout.
LayoutFlexibleTemplate::delete in modules/layout/includes/layout_flexible.class.inc
Delete this layout template.
layout_flexible_template_load_all in modules/layout/layout.module
Load all flexible templates.
LayoutFlexibleTemplate::save in modules/layout/includes/layout_flexible.class.inc
Save a flexible layout template to config.
layout_get_all_configs in modules/layout/layout.module
Read all configuration files from disk of a particular layout type.
LayoutMenuItem::delete in modules/layout/includes/layout_menu_item.class.inc
Delete a menu item configuration.
LayoutMenuItem::save in modules/layout/includes/layout_menu_item.class.inc
Save a menu item configuration.
Layout::revert in modules/layout/includes/layout.class.inc
Revert a layout to a module-provided default.
Layout::save in modules/layout/includes/layout.class.inc
Save a layout to config.
layout_template_toggle_enabled in modules/layout/layout.admin.inc
Menu callback; Enable or disable a layout template.
link_update_1001 in modules/link/link.install
Remove the Link config file. Link no longer has any config.
locale_enable in modules/locale/locale.install
Fill in the path prefixes and domains when enabled.
locale_install in modules/locale/locale.install
Implements hook_install().
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in modules/locale/tests/locale.test
Tests for language switching by URL path.
LocaleUninstallFunctionalTest::testUninstallProcess in modules/locale/tests/locale.test
Check if the values of the Locale variables are correct after uninstall.
locale_update_1003 in modules/locale/locale.install
Move language negotiation settings from variables to config.
locale_update_1004 in modules/locale/locale.install
Update locale settings to config.
menu_delete in modules/menu/menu.module
Delete a custom menu and all contained links.
menu_execute_active_handler in includes/menu.inc
Execute the page callback associated with the current path.
menu_get_custom_theme in includes/menu.inc
Gets the custom theme for the current page, if there is one.
MenuLanguageTestCase::testMenuParentLanguageNode in modules/menu/tests/menu_language.test
Test that the available parent menu items match on the node form.
menu_save in modules/menu/menu.module
Save a custom menu.
menu_settings_form in modules/menu/menu.admin.inc
Menu callback; global settings form for menus.
MenuTrailTestCase::testCustom403And404Pages in modules/simpletest/tests/menu.test
Tests that the active trail works correctly on custom 403 and 404 pages.
menu_update_1000 in modules/menu/menu.install
Moves menu settings from variables to config.
menu_update_1002 in modules/menu/menu.install
Move individual menus into config files.
menu_update_1003 in modules/menu/menu.install
Delete primary and secondary menu settings.
menu_update_1004 in modules/menu/menu.install
Add new default config values.
node_feed in modules/node/node.module
Page callback: Generates and prints an RSS feed.
node_form in modules/node/node.pages.inc
Form constructor for the node add/edit form.
node_page_default in modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
_node_rankings in modules/node/node.module
Gathers the rankings from the the hook_ranking implementations.
node_search_admin in modules/node/node.module
Implements hook_search_admin().
node_type_delete in modules/node/node.module
Deletes a node type from the database.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in modules/node/tests/node.test
Tests that node type customizations persist through disable and uninstall.
node_type_save in modules/node/node.module
Saves a node type to the database.
_node_types_build in modules/node/node.module
Builds and returns the list of available node types.
NodeTypeTestCase::testNodeTypeCreation in modules/node/tests/node.test
Tests creating a content type programmatically and via a form.
node_uninstall in modules/node/node.install
Implements hook_uninstall().
node_update_1007 in modules/node/node.install
Convert variables to configuration.
node_update_1008 in modules/node/node.install
Create the view replacement for admin/content/node.
node_update_1009 in modules/node/node.install
Update the language setting for all node types.
node_update_1010 in modules/node/node.install
Set all nodes to be language agnostic on mono-lingual sites.
node_update_1013 in modules/node/node.install
Update the empty text, name, and menu link, for the admin content view.
node_update_1016 in modules/node/node.install
Ensure content type statuses are the correct published/unpublished value.
node_update_1018 in modules/node/node.install
Update content admin view to show scheduled publication info.
node_update_1019 in modules/node/node.install
Update each content type with new node_preview configuration defaulted to enabled.
node_update_1020 in modules/node/node.install
Move default promoted view to node module.
node_update_1022 in modules/node/node.install
Update the admin content view with new/updated indicators and filter.
NumberFieldTestCase::testNumberFieldEmpty in modules/field/modules/number/tests/number.test
Test empty value submission.
path_alias_uniquify in modules/path/path.inc
Check to ensure a path alias is unique and add suffix variants if necessary.
path_clean_alias in modules/path/path.inc
Clean up a URL alias.
_path_clean_separators in modules/path/path.inc
Trims duplicate, leading, and trailing separators from a string.
path_clean_string in modules/path/path.inc
Clean up a string segment to be used in an URL alias.
path_field_attach_delete_bundle in modules/path/path.module
Implements hook_field_attach_delete_bundle().
path_field_attach_rename_bundle in modules/path/path.module
Implements hook_field_attach_rename_bundle().
path_form_node_type_form_alter in modules/path/path.module
Implements hook_form_FORM_ID_alter().
path_form_taxonomy_form_vocabulary_alter in modules/path/path.module
Implements hook_form_FORM_ID_alter() for taxonomy_form_vocabulary().
path_generate_entity_alias in modules/path/path.inc
Apply patterns to create an alias for an entity.
path_get_pattern_by_entity_type in modules/path/path.module
Load an URL alias pattern by entity, bundle, and language.
path_node_type_form_submit in modules/path/path.module
Submit handler for node type form.
PathPatternFunctionalTestCase::testNodeEditing in modules/path/tests/path_pattern.test
Basic functional testing of node Path patterns.
PathPatternFunctionalTestHelper::setUp in modules/path/tests/path_pattern.test
Sets up a Backdrop site for running functional and integration tests.
path_patterns_form in modules/path/path.admin.inc
Form builder; Configure the URL alias patterns.
path_patterns_form_submit in modules/path/path.admin.inc
Submit handler for path_patterns_form().
path_patterns_settings_form in modules/path/path.admin.inc
Form builder; Configure the URL alias pattern settings.
PathPatternTestHelper::setUp in modules/path/tests/path_pattern.test
Sets up a Backdrop site for running functional and integration tests.
PathPatternUnitTestCase::testCleanString in modules/path/tests/path_pattern.test
Test path_clean_string().
PathPatternUnitTestCase::testEntityBundleRenamingDeleting in modules/path/tests/path_pattern.test
PathPatternUnitTestCase::testNoExistingPathAliases in modules/path/tests/path_pattern.test
PathPatternUnitTestCase::testPathTokens in modules/path/tests/path_pattern.test
Test the handling of path vs non-path tokens in path_clean_token_values().
PathPatternUnitTestCase::testPatternLoadByEntity in modules/path/tests/path_pattern.test
Test path_get_pattern_by_entity_type().
PathPatternUnitTestCase::testUpdateActions in modules/path/tests/path_pattern.test
Test the different update actions in path_save_automatic_alias().
path_taxonomy_form_vocabulary_submit in modules/path/path.module
Submit handler for taxonomy_form_vocabulary().
path_update_1000 in modules/path/path.install
Upgrades Drupal 7 Pathauto variables to Path config.
path_update_1001 in modules/path/path.install
Moves Backdrop Pathauto configuration to Path module configuration.
redirect_list_table in modules/redirect/redirect.admin.inc
Display a list of redirects. Used on forms when editing an entity.
redirect_load_by_source in modules/redirect/redirect.module
Load multiple URL redirects from the database by {redirect}.source.
redirect_settings_form in modules/redirect/redirect.admin.inc
Form builder for redirection settings.
redirect_update_1000 in modules/redirect/redirect.install
Upgrade Drupal 7 Redirect variables to config.
redirect_update_1002 in modules/redirect/redirect.install
Enable config static caching.
redirect_update_1003 in modules/redirect/redirect.install
Explicitly set the redirect status code and remove the default fallback.
search_admin_settings in modules/search/search.admin.inc
Menu callback: displays the search module settings page.
search_admin_settings_submit in modules/search/search.admin.inc
Form submission handler for search_admin_settings().
SearchConfigSettingsForm::testSearchSettingsPage in modules/search/tests/search.test
Verify the search settings form.
search_embedded_form_form_submit in modules/search/tests/search_embedded_form/search_embedded_form.module
Submit handler for search_embedded_form_form().
search_index in modules/search/search.module
Update the full-text search index for a particular item.
SearchQuery::executeFirstPass in modules/search/search.extender.inc
Executes the first pass query.
SearchTokenizerTestCase::testNoTokenizer in modules/search/tests/search.test
Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTestCase::testTokenizer in modules/search/tests/search.test
Verifies that strings of CJK characters are tokenized.
search_update_1000 in modules/search/search.install
Update search module to use the configuration system.
search_update_1001 in modules/search/search.install
Add the default value for the "search_logging" configuration value.
search_update_1002 in modules/search/search.install
Set all search blocks with 'default' title to 'custom' title with 'Search'.
simpletest_settings_form in modules/simpletest/simpletest.pages.inc
Provides settings form for SimpleTest variables.
simpletest_settings_form_submit in modules/simpletest/simpletest.pages.inc
Form submission handler for simpletest_settings_form().
simpletest_update_1001 in modules/simpletest/simpletest.install
Move simpletest settings from variables to config.
standard_install in profiles/standard/standard.install
Implements hook_install().
StreamWrapperTest::testUriFunctions in modules/simpletest/tests/file.test
Test the URI and target functions.
syslog_form_system_logging_settings_alter in modules/syslog/syslog.module
Implements hook_form_FORM_ID_alter().
syslog_logging_settings_submit in modules/syslog/syslog.module
Form submission handler for system_logging_settings().
syslog_watchdog in modules/syslog/syslog.module
Implements hook_watchdog().
SystemConfigFormCase::testConfigForm in modules/simpletest/tests/system_config_test.inc
Submit the system_config_form and then test the configuration has the expected values.
system_cron_settings in modules/system/system.admin.inc
Form builder; Cron form.
system_date_format_delete in modules/system/system.module
Deletes a date format from the database.
system_file_presave in modules/system/system.module
Implements hook_file_presave().
system_file_system_settings in modules/system/system.admin.inc
Form builder; Configure the site file handling.
system_form_user_register_form_alter in modules/system/system.module
Implements hook_form_FORM_ID_alter().
system_header_block in modules/system/system.module
Output the content for the header block.
system_image_toolkit_settings_submit in modules/system/system.admin.inc
Submit handler for system_image_toolkit_settings().
system_library_info in modules/system/system.module
Implements hook_library_info().
system_logging_settings in modules/system/system.admin.inc
Form builder; Configure error reporting settings.
system_performance_settings in modules/system/system.admin.inc
Form builder; Configure site performance settings.
system_regional_settings in modules/system/system.admin.inc
Form builder; Configure the site regional settings.
system_regional_settings_submit in modules/system/system.admin.inc
Form submission handler for regional settings.
system_requirements in modules/system/system.install
Implements hook_requirements().
system_rss_feeds_settings in modules/system/system.admin.inc
Form builder; Configure how the site handles RSS feeds.
system_run_automated_cron in modules/system/system.module
Run the automated cron if enabled.
system_site_information_settings in modules/system/system.admin.inc
Form builder; The general site information form.
system_site_information_settings_submit in modules/system/system.admin.inc
Form submission handler for system_site_information_settings().
system_site_maintenance_mode in modules/system/system.admin.inc
Form builder; Configure the site's maintenance status.
SystemThemeFunctionalTest::testThemeSettings in modules/system/tests/system.test
Test theme settings.
system_themes_admin_form_submit in modules/system/system.admin.inc
Process system_themes_admin_form form submissions.
system_themes_disabled in modules/system/system.module
Implements hook_themes_disabled().
system_theme_settings_submit in modules/system/system.admin.inc
Process system_theme_settings form submissions.
system_update_1003 in modules/system/system.install
Convert performance module settings to use configuration files.
system_update_1009 in modules/system/system.install
Enable Admin Menu module.
system_update_1012 in modules/system/system.install
Convert cron settings to use configuration files.
system_update_1013 in modules/system/system.install
Moves site system settings from variable to config.
system_update_1015 in modules/system/system.install
Convert RSS publishing settings to use configuration files.
system_update_1016 in modules/system/system.install
Moves action_max_stack from variable to config.
system_update_1017 in modules/system/system.install
Moves system logging settings from variables to config.
system_update_1018 in modules/system/system.install
Moves authorize system settings from variable to config.
system_update_1019 in modules/system/system.install
Converts active_menus_default variable to config.
system_update_1020 in modules/system/system.install
Convert date settings to config.
system_update_1022 in modules/system/system.install
Converts theme logo and shortcut settings to site-wide config.
system_update_1024 in modules/system/system.install
Consolidate common config files into "system.core".
system_update_1025 in modules/system/system.install
Convert block positioning and configuration to the default layout.
system_update_1026 in modules/system/system.install
Convert file system, clean URL, profile, and theme variables to config.
system_update_1027 in modules/system/system.install
Remove the per-user cache column from the session table.
system_update_1028 in modules/system/system.install
Convert filter fallback and user cancellation method variables to config.
system_update_1029 in modules/system/system.install
Convert config sync size to config.
system_update_1030 in modules/system/system.install
Convert mail system variable to config.
system_update_1031 in modules/system/system.install
Drop the actions table, no longer used by Backdrop.
system_update_1033 in modules/system/system.install
Set the minimum page cache lifetime to 5 minutes by default.
system_update_1036 in modules/system/system.install
Remove the private key from configuration.
system_update_1043 in modules/system/system.install
Remove old Date configuration files.
system_update_1046 in modules/system/system.install
Upgrade or prepare for transliteration functions in core.
system_update_1048 in modules/system/system.install
Set background fetch defaults.
system_update_1050 in modules/system/system.install
Fix legacy color setting in Bartik.
system_update_1052 in modules/system/system.install
Disable project browser if it previously existed on the site.
system_update_1054 in modules/system/system.install
Changes the key in layout config files from 'layout' to 'layout_template'.
system_update_1055 in modules/system/system.install
Create the new layout settings configuration file.
system_update_1056 in modules/system/system.install
Move incorrectly stored "log_row_limit" setting.
system_update_1057 in modules/system/system.install
Add default for watchdog_enabled_severity_levels.
system_update_1059 in modules/system/system.install
Set home page menu to render as a drop-down menu.
system_update_1060 in modules/system/system.install
Remove the homepage breadcrumb block.
system_update_1061 in modules/system/system.install
Update contrib entity display mode module to core version.
system_update_1062 in modules/system/system.install
Remove configuration settings that were never used.
system_update_1063 in modules/system/system.install
Set a default value for the X-Frame-Options header. This will not allow the site to be rendered in an iframe on another domain unless specified.
system_update_1065 in modules/system/system.install
Update the maintenance mode message field to use tokens.
system_update_1067 in modules/system/system.install
Add default value for form_cache_expiration.
system_update_1070 in modules/system/system.install
Set file_temporary_path on existing sites, if not already set.
system_update_1073 in modules/system/system.install
Set config_sync_clear_staging on existing sites, if not already set.
system_update_1074 in modules/system/system.install
Make sure that all config translatables are set for system core.
system_update_1075 in modules/system/system.install
Set a default value for the "Permissions-Policy: interest-cohort" header.
system_update_1076 in modules/system/system.install
Add default values for dismissible message settings.
system_update_1077 in modules/system/system.install
Explicitly set the admin theme to an actual theme, instead of the special 'Default theme' option.
system_urls_settings in modules/system/system.admin.inc
Form builder; Configure clean URL settings.
system_user_login in modules/system/system.module
Implements hook_user_login().
system_user_presave in modules/system/system.module
Implements hook_user_presave().
taxonomy_term_page in modules/taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
taxonomy_uninstall in modules/taxonomy/taxonomy.install
Implements hook_uninstall().
taxonomy_update_1001 in modules/taxonomy/taxonomy.install
Convert taxonomy vocabularies to configuration.
taxonomy_update_1003 in modules/taxonomy/taxonomy.install
Create the taxonomy.settings config file.
taxonomy_update_1004 in modules/taxonomy/taxonomy.install
Convert taxonomy terms per page to config.
taxonomy_update_1007 in modules/taxonomy/taxonomy.install
Move default taxonomy term view to taxonomy module.
taxonomy_update_1009 in modules/taxonomy/taxonomy.install
Add new "create terms" permission to editor and admin roles.
TaxonomyVocabulary::delete in modules/taxonomy/taxonomy_vocabulary.class.inc
Deletes a taxonomy vocabulary.
taxonomy_vocabulary_load_multiple in modules/taxonomy/taxonomy.module
Load multiple taxonomy vocabularies based on certain conditions.
TaxonomyVocabulary::save in modules/taxonomy/taxonomy_vocabulary.class.inc
Saves a taxonomy vocabulary to configuration.
template_preprocess_maintenance_page in includes/theme.inc
Prepares variables for maintenance-page templates.
template_preprocess_page in includes/theme.inc
Preprocess variables for page.tpl.php
template_preprocess_user_picture in modules/user/user.theme.inc
Process variables for user-picture.tpl.php.
template_preprocess_views_view_rss in modules/views/templates/views.theme.inc
Preprocess an RSS feed
theme_date_nav_title in modules/date/date.theme.inc
Theme the calendar title.
theme_get_setting in includes/theme.inc
Retrieves a setting for the current theme or for a given theme.
TokenReplaceTestCase::testSystemSiteTokenReplacement in modules/simpletest/tests/token.test
Tests the generation of all system site information tokens.
translation_update_1000 in modules/translation/translation.install
Convert translation settings to config.
translation_update_1001 in modules/translation/translation.install
Fix Views which still have the Drupal 7 version of the language field and filter. Change from "language" to "langcode".
translation_update_1002 in modules/translation/translation.install
Add "Show content translation links" setting to each content type.
UpdateCoreTestCase::testModulePageRegularUpdate in modules/update/tests/update.test
Checks the messages at admin/modules when an update is missing.
UpdateCoreTestCase::testModulePageRunCron in modules/update/tests/update.test
Checks that running cron updates the list of available updates.
UpdateCoreTestCase::testModulePageSecurityUpdate in modules/update/tests/update.test
Checks the messages at admin/modules when a security update is missing.
UpdateCoreTestCase::testModulePageUpToDate in modules/update/tests/update.test
Checks the messages at admin/modules when the site is up to date.
UpdateCoreTestCase::testUpdateCheckingEnabled in modules/update/tests/update.test
Tests _update_checking_enabled() returns the expected value during tests.
_update_cron_notify in modules/update/update.fetch.inc
Performs any notifications that should be done once cron fetches new data.
_update_process_fetch_task in modules/update/update.fetch.inc
Processes a task to fetch available update data for a single project.
UpdateScriptFunctionalTest::testRequirements in modules/system/tests/system.test
Tests that requirements warnings and errors are correctly displayed.
update_settings in modules/update/update.admin.inc
Form constructor for the update settings form.
update_settings_submit in modules/update/update.admin.inc
Form submission handler for update_settings().
UpdateTestContribCase::testHookUpdateStatusAlter in modules/update/tests/update.test
Check that hook_update_status_alter() works to change a status.
UpdateTestContribCase::testUpdateShowDisabledThemes in modules/update/tests/update.test
Tests that disabled themes are only shown when desired.
UpdateTestHelper::refreshUpdateStatus in modules/update/tests/update.test
Refreshes the update status based on the desired available update scenario.
update_update_1000 in modules/update/update.install
Moves update settings from variables to config.
update_update_1001 in modules/update/update.install
Add config default value for "update_not_implemented_url".
update_update_1002 in modules/update/update.install
Enable static caching for update settings configuration file.
update_update_1003 in modules/update/update.install
Removes the testing-only values from the update.settings config.
update_update_1004 in modules/update/update.install
Fix wrong default value for update_threshold setting.
user_account_form in modules/user/user.module
Helper function to add default user account fields to user registration and edit form.
user_account_form_validate in modules/user/user.module
Form validation handler for user_account_form().
user_admin_roles in modules/user/user.admin.inc
Form to re-order roles.
user_admin_roles_order_submit in modules/user/user.admin.inc
Form submit function. Update the role weights.
user_admin_settings in modules/user/user.admin.inc
Form builder; Configure user settings for this site.
user_cancel_methods in modules/user/user.pages.inc
Helper function to return available account cancellation methods.
UserCreateTestCase::testUserWithWeakPassword in modules/user/tests/user.test
Tests setting a weak password.
UserEditTestCase::testUserEdit in modules/user/tests/user.test
Test user edit page.
user_form_process_password in modules/user/user.module
Form element process handler for client-side password hide/show and strength.
user_login_authenticate_validate in modules/user/user.module
Second phase validation handler on the login form.
user_login_block in modules/user/user.module
user_login_final_validate in modules/user/user.module
The final validation handler on the login form.
user_login_settings in modules/user/user.admin.inc
Login settings form.
UserLoginTestCase::testGlobalLoginFloodControl in modules/user/tests/user.test
Test the global login flood control.
UserLoginTestCase::testPerUserLoginFloodControl in modules/user/tests/user.test
Test the per-user login flood control.
_user_mail_notify in modules/user/user.module
Conditionally create and send a notification email when a certain operation happens on the given user account.
_user_mail_text in modules/user/user.module
Returns a mail string for a variable name.
user_password_policy_validate in modules/user/user.module
Validation callback for password constraints.
UserPictureTestCase::testDeletePicture in modules/user/tests/user.test
Tests deletion of user pictures.
UserPictureTestCase::testPictureIsValid in modules/user/tests/user.test
Do the test: Picture is valid (proper size and dimension)
UserPictureTestCase::testWithGDinvalidDimension in modules/user/tests/user.test
Do the test: GD Toolkit is installed Picture has invalid dimension
UserPictureTestCase::testWithGDinvalidSize in modules/user/tests/user.test
Do the test: GD Toolkit is installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidDimension in modules/user/tests/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
UserPictureTestCase::testWithoutGDinvalidSize in modules/user/tests/user.test
Do the test: GD Toolkit is not installed Picture has invalid size
UserRegistrationTestCase::testRegistrationDefaultValues in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationEmailAsUsername in modules/user/tests/user.test
Tests new users username matches their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailAsUsernameDisabled in modules/user/tests/user.test
Tests new users username not matching their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailDuplicates in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithEmailVerification in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithoutEmailVerification in modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithUserFields in modules/user/tests/user.test
Tests Field API fields on user registration forms.
user_role_delete in modules/user/user.module
Delete a user role from database.
user_roles in modules/user/user.module
Retrieve an array of roles matching specified conditions.
user_role_save in modules/user/user.module
Save a user role to the database.
user_settings_email in modules/user/user.admin.inc
Form builder; Configure user email settings for this site.
user_settings_email_submit in modules/user/user.admin.inc
Form submission handler for user_settings_email().
UserTimeZoneFunctionalTest::testUserTimeZone in modules/user/tests/user.test
Tests the display of dates and time when user-configurable time zones are set.
user_update_1003 in modules/user/user.install
Moves account settings from variable to config.
user_update_1004 in modules/user/user.install
Moves login flood settings from variable to config.
user_update_1005 in modules/user/user.install
Moves user mail settings from variable to config.
user_update_1006 in modules/user/user.install
Moves user picture settings from variable to config.
user_update_1007 in modules/user/user.install
Convert user roles to configuration files.
user_update_1008 in modules/user/user.install
Update views that used the old role ID handlers to use role name instead.
user_update_1009 in modules/user/user.install
Create the default view for user administration.
user_update_1010 in modules/user/user.install
Set default option for login method to use accounts only.
user_update_1011 in modules/user/user.install
Update 'People' menus to 'User accounts'.
user_update_1012 in modules/user/user.install
Update 'Find user accounts' to 'Manage user accounts'
user_update_1013 in modules/user/user.install
Grant accounts with 'administer permissions' the new 'assign roles' permission.
user_update_1014 in modules/user/user.install
Fixes system email linebreaks.
user_update_1015 in modules/user/user.install
Change label 'Name' to 'Username' for clarity on user admin view.
user_update_1017 in modules/user/user.install
Add admin mail text for pending approval.
user_update_1018 in modules/user/user.install
Set default values for core password constraints.
user_update_1019 in modules/user/user.install
Set the "user_admin_role" attribute to "0" (disabled) if it's missing.
user_update_1020 in modules/user/user.install
Make sure that all config translatables are set for user mails.
user_validate_picture in modules/user/user.module
Validates an image uploaded by a user.
view::delete in modules/views/includes/view.inc
Delete the view entirely from the system.
view::revert in modules/views/includes/view.inc
Revert the view based on its module-provided default version (if any).
view::save in modules/views/includes/view.inc
Save the view to a configuration file.
views_get_all_views in modules/views/views.module
Return an array of all views as fully loaded $view objects.
views_get_view in modules/views/views.module
Get a view from the database or from default views.
views_ui_admin_settings_advanced in modules/views_ui/views_ui.admin.inc
Form builder for the advanced admin settings page.
views_ui_admin_settings_advanced_submit in modules/views_ui/views_ui.admin.inc
Submit handler for views_ui_admin_settings_advanced().
views_ui_admin_settings_basic in modules/views_ui/views_ui.admin.inc
Form builder for the admin display defaults page.
views_ui_admin_settings_basic_submit in modules/views_ui/views_ui.admin.inc
Submit handler for views_ui_admin_settings_basic().
views_ui_preview in modules/views_ui/views_ui.admin.inc
Returns the results of the live preview.
views_ui_update_1000 in modules/views_ui/views_ui.install
Update Views UI variables to use configuration files.
views_update_1001 in modules/views/views.install
Convert available database views to configuration files.
views_update_1003 in modules/views/views.install
Update Views variables to use configuration files.
views_update_1004 in modules/views/views.install
Replace the frontpage view with promoted.
views_update_1005 in modules/views/views.install
Set all grid style Views to use the deprecrated table if not set already.
watchdog_severity_enabled in includes/bootstrap.inc
Check if logging is enabled for a given severity level.