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