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