286 uses of BACKDROP_ROOT
- actions_execute in core/includes/actions.inc
- Executes a single action.
- admin_bar_links_alert in core/modules/admin_bar/admin_bar.inc
- Build alert indicator.
- authorize.php in core/authorize.php
- Administrative script for running authorized file operations.
- authorize_get_filetransfer in core/includes/authorize.inc
- Gets a FileTransfer class for a specific transfer method and settings.
- authorize_run_operation in core/includes/authorize.inc
- Runs the operation specified in $_SESSION['authorize_operation'].
- BackdropLocalStreamWrapper::getMimeType in core/includes/stream_wrappers.inc
- Base implementation of getMimeType().
- BackdropTestCase::exceptionHandler in core/modules/simpletest/backdrop_web_test_case.php
- Handle exceptions.
- BackdropWebTestCase::setUp in core/modules/simpletest/backdrop_web_test_case.php
- Sets up a Backdrop site for running functional and integration tests.
- BackdropWebTestCaseCache::setUp in core/modules/simpletest/backdrop_web_test_case_cache.php
- Sets up a Backdrop site to be used as a cached installation profile.
- backdrop_anonymous_user in core/includes/bootstrap.inc
- Generates a default anonymous $user object.
- backdrop_autoload in core/includes/bootstrap.inc
- Confirms that a class is available.
- backdrop_bootstrap in core/includes/bootstrap.inc
- Ensures Backdrop is bootstrapped to the specified phase.
- backdrop_check_profile in core/includes/install.inc
- Checks an installation profile's requirements.
- backdrop_class_list in core/includes/bootstrap.classes.inc
- Lists all the classes used by Backdrop core.
- backdrop_get_complete_schema in core/includes/bootstrap.inc
- Gets the whole database schema.
- backdrop_get_filename in core/includes/bootstrap.inc
- Returns and optionally sets the filename for a system resource.
- backdrop_install_system in core/includes/install.inc
- Installs the system module.
- backdrop_language_initialize in core/includes/bootstrap.inc
- Initializes all the defined language types.
- backdrop_load in core/includes/bootstrap.inc
- Includes a file with the provided type and name.
- backdrop_load_database_driver in core/includes/install.inc
- Returns all supported database installer objects that are compiled into PHP.
- backdrop_maintenance_theme in core/includes/bootstrap.inc
- Enables use of the theme system without requiring database access.
- backdrop_rewrite_settings in core/includes/install.inc
- Replaces values in settings.php with values in the submitted array.
- backdrop_settings_initialize in core/includes/bootstrap.inc
- Sets the base URL, cookie domain, and session name from configuration.
- backdrop_system_listing in core/includes/common.inc
- Returns information about system object files (modules, themes, etc.).
- backdrop_verify_profile in core/includes/install.inc
- Verifies an installation profile for installation.
- BatchPercentagesUnitTestCase::setUp in core/modules/simpletest/tests/batch.test
- Sets up unit test environment.
- batch_process in core/includes/form.inc
- Processes the batch.
- ColorTestCase::testBartikLegacy in core/modules/color/tests/color.test
- Test the Bartik legacy color mode.
- color_get_info in core/modules/color/color.module
- Retrieves the Color module information for a particular theme.
- comment_update_1008 in core/modules/comment/comment.install
- Replace comment_subject_field setting with comment_title_options.
- comment_views_handler_argument_user_uid.test in core/modules/comment/tests/comment_views_handler_argument_user_uid.test
- Definition of CommentViewsHandlerArgumentUserUidTest.
- comment_views_handler_filter_user_uid.test in core/modules/comment/tests/comment_views_handler_filter_user_uid.test
- Definition of viewsHandlerFilterCommentUserUidTest.
- CommonBackdropSystemListingTestCase::testDirectoryPrecedence in core/modules/simpletest/tests/common.test
- Test that files in different directories take precedence as expected.
- ConfigDatabaseStorage::__construct in core/includes/config.inc
- Constructs a new ConfigDatabaseStorage controller.
- CoreUpdater::getInstallDirectory in core/modules/system/system.updater.inc
- Return the Backdrop core directory.
- country_get_list in core/includes/locale.inc
- Get list of all predefined and custom countries.
- cron.php in core/cron.php
- Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
- Database::openConnection in core/includes/database/database.inc
- Opens a connection to the server specified by the given key and target.
- date.test in core/modules/date/tests/date.test
- Test date UI.
- DateAPITestCase::setUp in core/modules/date/tests/date_api.test
- Sets up unit test environment.
- date_timezone.test in core/modules/date/tests/date_timezone.test
- Timezone tests.
- date_validation.test in core/modules/date/tests/date_validation.test
- Date validation tests.
- date_views.test in core/modules/date/tests/date_views.test
- Tests date popup in Views
- dblog_watchdog in core/modules/dblog/dblog.module
- Implements hook_watchdog().
- drupal.inc in core/includes/drupal.inc
- Contains constants and function wrappers for Drupal 7.x compatibility.
- field.module in core/modules/field/field.module
- Attach custom data fields to Backdrop entities.
- FieldTranslationsTestCase::setUp in core/modules/field/tests/field.test
- Sets up a Backdrop site for running functional and integration tests.
- field_retrieve_schema in core/modules/field/field.crud.inc
- Retrieves the schema for a field.
- field_test.module in core/modules/field/tests/field_test/field_test.module
- Helper module for the Field API tests.
- field_update_1003 in core/modules/field/field.install
- Uninstall the options_element contrib module, now part of core.
- field_update_1004 in core/modules/field/field.install
- Uninstall the field_formatter_settings contrib module, now part of core.
- field_update_1098 in core/modules/system/system.install
- Uninstall the fast_token_browser contrib module, now part of core.
- field_views.test in core/modules/field/tests/field_views.test
- Tests the Views integration with Field API.
- file.inc in core/includes/file.inc
- API for handling file uploads and server file management.
- FileExampleSessionStreamWrapper::getMimeType in modules/examples/file_example/file_example_session_streams.inc
- Implements getMimeType().
- FileTransferTest::setUp in core/modules/simpletest/tests/filetransfer.test
- Sets up a Backdrop site for running functional and integration tests.
- FileTransferTest::testJail in core/modules/simpletest/tests/filetransfer.test
- file_type_form in core/modules/file/file.admin.inc
- Form constructor for the file type settings form.
- file_type_form_validate in core/modules/file/file.admin.inc
- Form validation handler for file_file_type_form().
- file_type_get_valid_extensions in core/modules/file/file.module
- Returns an array of valid file extensions.
- filter_xss_bad_protocol in core/includes/common.inc
- Processes an HTML attribute value and strips dangerous protocols from URLs.
- find_conf_path in core/includes/bootstrap.inc
- Finds the appropriate configuration directory for a given host and path.
- form_get_cache in core/includes/form.inc
- Fetches a form from the cache.
- GraphUnitTest::setUp in core/modules/simpletest/tests/graph.test
- Sets up unit test environment.
- http.php in core/modules/simpletest/tests/http.php
- Fake an HTTP request, for use during testing.
- https.php in core/modules/simpletest/tests/https.php
- Fake an HTTPS request, for use during testing.
- image.test in core/modules/image/tests/image.test
- Tests for image.module.
- image_effect_definitions in core/modules/image/image.module
- Pull in image effects exposed by modules implementing hook_image_effect_info().
- index.php in ./index.php
- The PHP page that serves all page requests on a Backdrop installation.
- install.php in core/install.php
- Initiates a browser-based installation of Backdrop.
- InstallerLanguageTestCase::testInstallerTranslationFiles in core/modules/simpletest/tests/installer.test
- Tests that the installer can find translation files.
- installer_browser_installation_task_list in core/modules/installer/installer.pages.inc
- Get a task list to the sidebar area when installing projects.
- installer_manager_download_project in core/modules/installer/installer.manager.inc
- Downloads a project given a project url.
- installer_manager_update_ready_form_submit in core/modules/installer/installer.manager.inc
- Form submission handler for installer_manager_update_ready_form().
- install_begin_request in core/includes/install.core.inc
- Begins an installation request, modifying the installation state as needed.
- install_check_translation_download in core/includes/install.core.inc
- Checks installation requirements, downloads a translation, and reports any
errors.
- install_goto in core/includes/install.inc
- Sends the user to a different installer page.
- install_import_translations in core/includes/install.core.inc
- Imports languages via a batch process during installation.
- install_run_task in core/includes/install.core.inc
- Runs an individual installation task.
- install_select_language in core/includes/install.core.inc
- Installation task; select which language to use.
- install_select_language_form in core/includes/install.core.inc
- Form constructor for the language selection form.
- install_select_profile in core/includes/install.core.inc
- Selects which profile to install.
- install_select_profile_form in core/includes/install.core.inc
- Form constructor for the profile selection form.
- language_admin_add_predefined_form_submit in core/modules/language/language.admin.inc
- Process the predefined language addition form submission.
- language_admin_predefined_list in core/modules/language/language.admin.inc
- Prepare a language code list for unused predefined languages.
- language_modules_disabled in core/modules/language/language.module
- Implements hook_modules_disabled().
- language_modules_enabled in core/modules/language/language.module
- Implements hook_modules_enabled().
- language_negotiation_get_switch_links in core/includes/language.inc
- Returns the language switch links for the given language.
- language_provider_invoke in core/includes/language.inc
- Helper function used to cache the language negotiation providers results.
- language_save in core/modules/language/language.module
- API function to add or update a language.
- language_update_1003 in core/modules/language/language.install
- Add the native name to all enabled languages.
- layout.test in core/modules/layout/tests/layout.test
- Tests for the Layout module.
- LayoutUpdater::getInstallDirectory in core/modules/system/system.updater.inc
- Return the directory where a layout should be installed.
- layout_ajax_form_open_dialog in core/modules/layout/layout.admin.inc
- AJAX handler that opens a form in a dialog.
- layout_get_layout_template_info in core/modules/layout/layout.module
- Load the information of either a single layout template or all available
layout templates.
- list.test in core/modules/field/modules/list/tests/list.test
- Tests for list.module.
- locale.admin.inc in core/modules/locale/locale.admin.inc
- Admin page callbacks for the Locale module.
- LocaleBrowserDetectionTest::testLanguageFromBrowser in core/modules/locale/tests/locale.test
- Unit tests for the locale_language_from_browser() function.
- LocaleInstallTest::setUp in core/modules/locale/tests/locale.test
- Sets up a Backdrop site for running functional and integration tests.
- LocaleLanguageNegotiationInfoFunctionalTest::setUp in core/modules/locale/tests/locale.test
- Sets up a Backdrop site for running functional and integration tests.
- LocaleMultilingualFieldsFunctionalTest::setUp in core/modules/locale/tests/locale.test
- Sets up a Backdrop site for running functional and integration tests.
- LocaleTranslationFunctionalTest::testJavaScriptTranslation in core/modules/locale/tests/locale.test
- LocaleUILanguageNegotiationTest::setUp in core/modules/locale/tests/locale.test
- Sets up a Backdrop site for running functional and integration tests.
- LocaleUILanguageNegotiationTest::testUILanguageNegotiation in core/modules/locale/tests/locale.test
- Tests for language switching by URL path.
- LocaleUninstallFunctionalTest::testUninstallProcess in core/modules/locale/tests/locale.test
- Check if the values of the Locale variables are correct after uninstall.
- locale_block_info in core/modules/locale/locale.module
- Implements hook_block_info().
- locale_enable in core/modules/locale/locale.install
- Fill in the path prefixes and domains when enabled.
- locale_field_language_fallback in core/modules/locale/locale.module
- Applies language fallback rules to the fields attached to the given entity.
- locale_install in core/modules/locale/locale.install
- Implements hook_install().
- locale_js_alter in core/modules/locale/locale.module
- Implements hook_js_alter().
- locale_language_delete in core/modules/locale/locale.module
- Implements hook_language_delete().
- locale_language_insert in core/modules/locale/locale.module
- Implements hook_language_insert().
- locale_language_negotiation_info in core/modules/locale/locale.module
- Implements hook_language_negotiation_info().
- locale_language_types_info in core/modules/locale/locale.module
- Implements hook_language_types_info().
- locale_language_update in core/modules/locale/locale.module
- Implements hook_language_update().
- locale_test_store_language_negotiation in core/modules/locale/tests/locale_test/locale_test.module
- Store the last negotiated languages.
- locale_translate_delete_form_submit in core/modules/locale/locale.pages.inc
- Process string deletion submissions.
- locale_translate_edit_form_submit in core/modules/locale/locale.pages.inc
- Process string editing form submissions.
- locale_translate_edit_form_validate in core/modules/locale/locale.pages.inc
- Validate string editing form submissions.
- locale_translate_import_form_submit in core/modules/locale/locale.bulk.inc
- Process the locale import form submission.
- locale_url_outbound_alter in core/modules/locale/locale.module
- Implements hook_url_outbound_alter().
- menu_default_route_handler in core/includes/menu.inc
- Executes the current router item's page callback.
- ModuleUpdater::getInstallDirectory in core/modules/system/system.updater.inc
- Return the directory where a module should be installed.
- module_enable in core/includes/module.inc
- Enables or installs a given list of modules.
- module_load_include in core/includes/module.inc
- Loads a module include file.
- module_load_install in core/includes/module.inc
- Loads a module's installation hooks.
- node_views_revision_relations.test in core/modules/node/tests/node_views_revision_relations.test
- Definition of ViewsNodeRevisionRelationsTestCase.
- number.test in core/modules/field/modules/number/tests/number.test
- Tests for number.module.
- options.test in core/modules/field/modules/options/tests/options.test
- Tests for options.module.
- PasswordHashingTest::setUp in core/modules/simpletest/tests/password.test
- Sets up a Backdrop site for running functional and integration tests.
- path_bulk_update_batch_process in core/modules/path/path.admin.inc
- Common batch processing callback for all operations.
- path_clean_string in core/modules/path/path.inc
- Clean up a string segment to be used in an URL alias.
- phptemplate_init in core/themes/engines/phptemplate/phptemplate.engine
- Implements hook_init().
- render_example.module in modules/examples/render_example/render_example.module
- Hook implementations for the Render Example module.
- SearchSimplifyTestCase::testSearchSimplifyUnicode in core/modules/search/tests/search.test
- Tests that all Unicode characters simplify correctly.
- search_simplify in core/modules/search/search.module
- Simplifies a string according to indexing rules.
- simpletest_get_profiles in core/modules/simpletest/simpletest.module
- Gets a list of the installation profiles that are available.
- simpletest_run_tests in core/modules/simpletest/simpletest.module
- Actually runs tests.
- simpletest_test_get_all in core/modules/simpletest/simpletest.module
- Get a list of all of the tests provided by the system.
- st in core/includes/install.inc
- Translates a string when some systems are not available.
- standard_install in core/profiles/standard/standard.install
- Implements hook_install().
- system_batch_page in core/modules/system/system.admin.inc
- Default page callback for batches.
- system_block_view in core/modules/system/system.module
- Implements hook_block_view().
- system_image_toolkits in core/modules/system/system.module
- Implements hook_image_toolkits().
- system_init in core/modules/system/system.module
- Implements hook_init().
- system_list in core/includes/module.inc
- Builds a list of bootstrap modules and enabled modules and themes.
- system_modules in core/modules/system/system.admin.inc
- Menu callback; provides module enable/disable interface.
- system_modules_submit in core/modules/system/system.admin.inc
- Submit callback; handles modules form submission.
- system_modules_uninstall in core/modules/system/system.admin.inc
- Builds a form of currently disabled modules.
- system_modules_uninstall_submit in core/modules/system/system.admin.inc
- Processes the submitted uninstall form.
- system_regional_settings in core/modules/system/system.admin.inc
- Form builder; Configure the site regional settings.
- system_requirements in core/modules/system/system.install
- Implements hook_requirements().
- system_status in core/modules/system/system.admin.inc
- Menu callback: displays the site status report. Can also be used as a pure check.
- system_theme_settings in core/modules/system/system.admin.inc
- Form builder; display configuration for individual themes.
- system_transliterate_machine_name in core/modules/system/system.module
- system_transliteration_retroactive in core/modules/system/system.admin.inc
- Form builder function; generates retroactive transliteration confirm form.
- system_transliteration_retroactive_submit in core/modules/system/system.admin.inc
- Form submit function; retroactively transliterates existing file names.
- system_update_1040 in core/modules/system/system.install
- Notify administrators if a non-core version of CKEditor module is present.
- system_update_1041 in core/modules/system/system.install
- Notify administrators if a non-core version of Email module is present.
- system_update_1042 in core/modules/system/system.install
- Notify administrators if a non-core version of Link module is present.
- system_update_1044 in core/modules/system/system.install
- Notify administrators if a non-core version of the Date module is present.
- system_update_1046 in core/modules/system/system.install
- Upgrade or prepare for transliteration functions in core.
- system_update_1051 in core/modules/system/system.install
- Notify administrators if a non-core version of Redirect module is present.
- system_update_1052 in core/modules/system/system.install
- Disable project browser if it previously existed on the site.
- system_update_1085 in core/modules/system/system.install
- Remove superfluous test files if they are present.
- TaxonomyVocabularyUnitTest::testUninstallReinstall in core/modules/taxonomy/tests/taxonomy.test
- Test uninstall and reinstall of the taxonomy module.
- taxonomy_views_handler_relationship_node_term_data.test in core/modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test
- Definition of ViewsHandlerRelationshipNodeTermDataTest.
- theme in core/includes/theme.inc
- Generates themed output.
- ThemeUpdater::getInstallDirectory in core/modules/system/system.updater.inc
- Return the directory where a theme should be installed.
- theme_render_template in core/includes/theme.inc
- Renders a system default template, which is essentially a PHP template.
- timezone_country_get_list in core/includes/locale.inc
- Get list of all predefined and custom timezone countries.
- TokenUnitTestCase::testGetInvalidTokens in core/modules/simpletest/tests/token.test
- Test token_get_invalid_tokens() and token_get_invalid_tokens_by_context().
- translation_node_overview in core/modules/translation/translation.pages.inc
- Page callback: Displays a list of a node's translations.
- TransliterationTest::testMachineNameTransliteration in core/modules/simpletest/tests/transliteration.test
- Tests machine name transliteration provided by System module.
- TransliterationTest::testTransliteration in core/modules/simpletest/tests/transliteration.test
- Tests transliteration API.
- UpdateDependencyHookInvocationTestCase::setUp in core/modules/simpletest/tests/update.test
- Sets up a Backdrop site for running functional and integration tests.
- UpdateDependencyMissingTestCase::setUp in core/modules/simpletest/tests/update.test
- Sets up a Backdrop site for running functional and integration tests.
- UpdateDependencyOrderingTestCase::setUp in core/modules/simpletest/tests/update.test
- Sets up a Backdrop site for running functional and integration tests.
- UpdateDrupal7TestCase::setUp in core/modules/simpletest/tests/update.test
- Sets up a Backdrop site for running functional and integration tests.
- UpdateScriptFunctionalTest::testUpdateAccess in core/modules/system/tests/system.test
- Tests access to the update script.
- update_access_allowed in core/update.php
- Determines if the current user is allowed to run update.php.
- update_do_one in core/includes/update.inc
- Performs one update and stores the results for display on the results page.
- update_module_enable in core/includes/update.inc
- Helper function to install a new module in Backdrop 1.x via hook_update_N().
- update_prepare_bootstrap in core/includes/update.inc
- Performs extra steps required to bootstrap when using a Drupal 7 database.
- update_prepare_language in core/includes/update.inc
- Prepare Backdrop language changes for the bootstrap if needed.
- update_resolve_dependencies in core/includes/update.inc
- Resolves dependencies in a set of module updates, and orders them correctly.
- upgrade.language.test in core/modules/simpletest/tests/upgrade/upgrade.language.test
- Upgrade tests for the Language module.
- UpgradePathTestCase::setUp in core/modules/simpletest/tests/upgrade/upgrade.test
- Overrides BackdropWebTestCase::setUp() for upgrade testing.
- upgrade_bare.test in core/modules/simpletest/tests/upgrade/upgrade_bare.test
- upgrade_filled.test in core/modules/simpletest/tests/upgrade/upgrade_filled.test
- UserCancelTestCase::testUserCancelUid1 in core/modules/user/tests/user.test
- Tests that user account for uid 1 cannot be cancelled.
- UserLoginTestCase::testPasswordRehashOnLogin in core/modules/user/tests/user.test
- Test that user password is re-hashed upon login after changing $count_log2.
- UserStorageController::preSave in core/modules/user/user.entity.inc
- Overrides EntityDatabaseStorageController::preSave().
- user_authenticate in core/modules/user/user.module
- Try to validate the user's login credentials locally.
- user_validate_current_pass in core/modules/user/user.module
- Form validation handler for the current password on the user_account_form().
- user_views.test in core/modules/user/tests/user_views.test
- Definition of UserViewsTestCase.
- user_views_argument_default.test in core/modules/user/tests/user_views_argument_default.test
- Definition of UserViewsArgumentDefault.
- user_views_argument_validate.test in core/modules/user/tests/user_views_argument_validate.test
- Definition of UserViewsArgumentValidate.
- user_views_handler_field_name.test in core/modules/user/tests/user_views_handler_field_name.test
- Definition of UserViewsHandlerFieldNameTest.
- views_access.test in core/modules/views/tests/views_access.test
- Definition of ViewsAccessTest.
- views_ajax.test in core/modules/views/tests/views_ajax.test
- Definition of ViewsAjaxTest.
- views_analyze.test in core/modules/views/tests/views_analyze.test
- Definition of ViewsAnalyzeTest.
- views_argument_default.test in core/modules/views/tests/views_argument_default.test
- Definition of ViewsArgumentDefaultTest.
- views_argument_validator.test in core/modules/views/tests/views_argument_validator.test
- Definition of ViewsArgumentValidatorTest.
- views_basic.test in core/modules/views/tests/views_basic.test
- Definition of ViewsBasicTest.
- views_cache.test in core/modules/views/tests/views_cache.test
- Definition of ViewsCacheTest.
- views_exposed_form.test in core/modules/views/tests/views_exposed_form.test
- Definition of ViewsExposedFormTest.
- views_glossary.test in core/modules/views/tests/views_glossary.test
- Definition of ViewsGlossaryTestCase.
- views_groupby.test in core/modules/views/tests/views_groupby.test
- Tests aggregate functionality of Views.
- views_handlers.test in core/modules/views/tests/views_handlers.test
- Definition of ViewsHandlersTest.
- views_handler_area_text.test in core/modules/views/tests/handlers/views_handler_area_text.test
- Definition of ViewsHandlerAreaTextTest.
- views_handler_argument_null.test in core/modules/views/tests/handlers/views_handler_argument_null.test
- Definition of ViewsHandlerArgumentNullTest.
- views_handler_argument_string.test in core/modules/views/tests/handlers/views_handler_argument_string.test
- Definition of ViewsHandlerArgumentNullTest.
- views_handler_field.test in core/modules/views/tests/handlers/views_handler_field.test
- Definition of ViewsHandlerFieldTest.
- views_handler_field_boolean.test in core/modules/views/tests/handlers/views_handler_field_boolean.test
- Definition of ViewsHandlerFieldBooleanTest.
- views_handler_field_bulk_form.test in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
- Definition of ViewsHandlerFieldBulkFormTest.
- views_handler_field_counter.test in core/modules/views/tests/handlers/views_handler_field_counter.test
- Definition of ViewsHandlerFilterCounterTest.
- views_handler_field_custom.test in core/modules/views/tests/handlers/views_handler_field_custom.test
- Definition of ViewsHandlerFieldCustomTest.
- views_handler_field_date.test in core/modules/views/tests/handlers/views_handler_field_date.test
- Definition of ViewsHandlerFieldDateTest.
- views_handler_field_dropbutton.test in core/modules/views/tests/handlers/views_handler_field_dropbutton.test
- Tests dropbutton functionality of Views.
- 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_extension.test in core/modules/views/tests/handlers/views_handler_field_file_extension.test
- Definition of ViewsHandlerFileExtensionTest.
- views_handler_field_file_size.test in core/modules/views/tests/handlers/views_handler_field_file_size.test
- Definition of ViewsHandlerTestFileSize.
- views_handler_field_math.test in core/modules/views/tests/handlers/views_handler_field_math.test
- Definition of ViewsHandlerFieldMath.
- views_handler_field_math::render in core/modules/views/handlers/views_handler_field_math.inc
- Render the field.
- views_handler_field_url.test in core/modules/views/tests/handlers/views_handler_field_url.test
- Definition of ViewsHandlerFieldUrlTest.
- views_handler_field_xss.test in core/modules/views/tests/handlers/views_handler_field_xss.test
- Definition of ViewsHandlerTestXss.
- views_handler_filter_combine.test in core/modules/views/tests/handlers/views_handler_filter_combine.test
- Definition of ViewsHandlerFilterCombineTest.
- views_handler_filter_date.test in core/modules/views/tests/handlers/views_handler_filter_date.test
- Definition of ViewsHandlerFilterDateTest.
- views_handler_filter_equality.test in core/modules/views/tests/handlers/views_handler_filter_equality.test
- Definition of ViewsHandlerFilterEqualityTest.
- views_handler_filter_in_operator.test in core/modules/views/tests/handlers/views_handler_filter_in_operator.test
- Definition of ViewsHandlerFilterInOperator.
- views_handler_filter_multiple.test in core/modules/views/tests/handlers/views_handler_filter_multiple.test
- Definition of ViewsHandlerFilterTest.
- views_handler_filter_numeric.test in core/modules/views/tests/handlers/views_handler_filter_numeric.test
- Definition of ViewsHandlerFilterNumericTest.
- views_handler_filter_string.test in core/modules/views/tests/handlers/views_handler_filter_string.test
- Definition of ViewsHandlerFilterStringTest.
- views_handler_manytoone.test in core/modules/views/tests/handlers/views_handler_manytoone.test
- Definition of ViewsHandlerManyToOneTest.
- views_handler_sort.test in core/modules/views/tests/handlers/views_handler_sort.test
- Definition of ViewsHandlerSortTest.
- views_handler_sort_date.test in core/modules/views/tests/handlers/views_handler_sort_date.test
- Definition of ViewsHandlerSortDateTest.
- views_handler_sort_random.test in core/modules/views/tests/handlers/views_handler_sort_random.test
- Definition of ViewsHandlerSortRandomTest.
- views_layout.test in core/modules/views/tests/views_layout.test
- Tests for Views and Layout context.
- views_module.test in core/modules/views/tests/views_module.test
- Definition of ViewsModuleTest.
- views_pager.test in core/modules/views/tests/views_pager.test
- Definition of ViewsPagerTest.
- views_plugin_display.test in core/modules/views/tests/plugins/views_plugin_display.test
- Definition of ViewsPluginDisplayTestCase.
- views_plugin_display::options_form in core/modules/views/plugins/views_plugin_display.inc
- Provide the default form for setting options.
- views_plugin_display_block.test in core/modules/views/tests/plugins/views_plugin_display_block.test
- Definition of ViewsBasicTest.
- views_plugin_style.test in core/modules/views/tests/styles/views_plugin_style.test
- Definition of ViewsPluginStyleTestCase.
- views_plugin_style_base.test in core/modules/views/tests/styles/views_plugin_style_base.test
- Definition of ViewsPluginStyleTestBase.
- views_plugin_style_jump_menu.test in core/modules/views/tests/styles/views_plugin_style_jump_menu.test
- Definition of viewsPluginStyleJumpMenuTest.
- views_plugin_style_mapping.test in core/modules/views/tests/styles/views_plugin_style_mapping.test
- Definition of ViewsPluginStyleMappingTest.
- views_plugin_style_unformatted.test in core/modules/views/tests/styles/views_plugin_style_unformatted.test
- Definition of ViewsPluginStyleUnformattedTestCase.
- views_theme in core/modules/views/views.module
- Implement hook_theme(). Register views theme functions.
- views_theme_functions in core/modules/views/views.module
- Build a list of theme function names for use most everywhere.
- views_translatable.test in core/modules/views/tests/views_translatable.test
- Definition of ViewsTranslatableTest.
- views_upgrade.test in core/modules/views/tests/views_upgrade.test
- Definition of ViewsUpgradeTestCase.
- views_view.test in core/modules/views/tests/views_view.test
- Definition of ViewsViewTest.
- watchdog_deprecated_function in core/includes/bootstrap.inc
- Logs a deprecation warning.
- watchdog_exception in core/includes/bootstrap.inc
- Logs an exception.
- _backdrop_bootstrap_configuration in core/includes/bootstrap.inc
- Sets up the script environment and loads settings.php.
- _backdrop_bootstrap_database in core/includes/bootstrap.inc
- Initializes the database system and registers autoload functions.
- _backdrop_bootstrap_full in core/includes/common.inc
- _backdrop_bootstrap_page_cache in core/includes/bootstrap.inc
- Attempts to serve a page from the cache.
- _backdrop_bootstrap_page_header in core/includes/bootstrap.inc
- Invokes hook_boot() and sends HTTP headers.
- _backdrop_bootstrap_sanitize_request in core/includes/bootstrap.inc
- Sanitizes unsafe input from the PHP request super-globals.
- _backdrop_bootstrap_variables in core/includes/bootstrap.inc
- Loads system variables and all enabled bootstrap modules.
- _backdrop_error_handler in core/includes/bootstrap.inc
- Provides custom PHP error handling.
- _backdrop_error_handler_real in core/includes/errors.inc
- Provides custom PHP error handling.
- _backdrop_exception_handler in core/includes/bootstrap.inc
- Provides custom PHP exception handling.
- _backdrop_maintenance_theme in core/includes/theme.maintenance.inc
- Sets up the theme system for the maintenance page.
- _backdrop_session_write in core/includes/session.inc
- Writes an entire session to the database (internal use only).
- _backdrop_shutdown_function in core/includes/bootstrap.inc
- Executes registered shutdown functions.
- _backdrop_theme_initialize in core/includes/theme.inc
- Initializes the theme system given already loaded information.
- _batch_finished in core/includes/batch.inc
- Ends the batch processing.
- _batch_process in core/includes/batch.inc
- Processes sets in a batch.
- _batch_queue in core/includes/form.inc
- Returns a queue object for a batch set.
- _install_configure_form in core/includes/install.core.inc
- Form constructor for a site configuration form.
- _install_find_profile_file in core/includes/install.inc
- Searches for a profile directory and returns the profile path location.
- _install_get_timezone_country in core/includes/install.core.inc
- Get a country code for the provided timezone.
- _layout_include_files in core/modules/layout/layout.module
- Load all include files for modules that implement hook_layout_api().
- _menu_check_access in core/includes/menu.inc
- Checks access to a menu item using the access callback.
- _menu_item_localize in core/includes/menu.inc
- Localizes the router item title using t() or another callback.
- _module_build_dependencies in core/includes/module.inc
- Determines which modules require and are required by each module.
- _path_is_callback in core/modules/path/path.inc
- Verify if the given path is a valid menu callback.
- _simpletest_batch_operation in core/modules/simpletest/simpletest.module
- Batch operation callback.
- _system_batch_theme in core/modules/system/system.module
- Theme callback for the default batch page.
- _system_rebuild_module_data in core/modules/system/system.module
- Helper function to scan and collect module .info data.
- _theme_process_registry in core/includes/theme.inc
- Process a single implementation of hook_theme().
- _transliteration_replace in core/includes/transliteration.inc
- Replaces a Unicode character using the transliteration database.