AccessDeniedTestCase::setUp in modules/system/tests/system.test
Sets up a Backdrop site for running functional and integration tests.
_admin_bar_flush_cache in modules/admin_bar/admin_bar.inc
Flush all caches or a specific one.
admin_bar_js in modules/admin_bar/admin_bar.module
Implements hook_js().
admin_bar_js_cache in modules/admin_bar/admin_bar.module
Menu callback; Output administration bar for HTTP caching via AJAX request.
admin_bar_schema in modules/admin_bar/admin_bar.install
Implements hook_schema().
AJAXFormPageCacheTestCase::setUp in modules/simpletest/tests/ajax.test
Sets up a Backdrop site for running functional and integration tests.
ajax_process_form in includes/ajax.inc
Form element processing handler for the #ajax form property.
backdrop_add_js in includes/common.inc
Adds a JavaScript file, setting, or inline code to the page.
backdrop_autoload in includes/bootstrap.inc
Confirms that a class is available.
_backdrop_bootstrap_page_cache in includes/bootstrap.inc
Attempts to serve a page from the cache.
BackdropDatabaseCache::__construct in drivers/cache_database/cache_database.inc
Constructs a new BackdropDatabaseCache object.
backdrop_flush_all_caches in includes/common.inc
Flushes all cached data on the site.
backdrop_js_defaults in includes/common.inc
Constructs an array of the defaults that are used for JavaScript items.
backdrop_lookup_path in includes/path.inc
Given an alias, return its Backdrop system URL if one exists. Given a Backdrop system URL return one of its aliases if such a one exists. Otherwise, return FALSE.
backdrop_page_footer in includes/common.inc
Performs end-of-request tasks.
backdrop_pre_render_scripts in includes/common.inc
#pre_render callback to add the elements needed for JavaScript tags to be rendered.
backdrop_process_form in includes/form.inc
Processes a form submission.
backdrop_render_cache_get in includes/common.inc
Gets the rendered output of a renderable element from the cache.
backdrop_render_cache_set in includes/common.inc
Caches the rendered output of a renderable element.
block_test_block_info in modules/block/tests/block_test/block_test.module
Implements hook_block_info().
book_block_info in modules/book/book.module
Implements hook_block_info().
BootstrapPageCacheTestCase::testConditionalRequests in modules/simpletest/tests/bootstrap.test
Test support for requests containing If-Modified-Since and If-None-Match headers.
BootstrapPageCacheTestCase::testPageCache in modules/simpletest/tests/bootstrap.test
Test cache headers.
BootstrapPageCacheTestCase::testPageCompression in modules/simpletest/tests/bootstrap.test
Test page compression.
CacheClearCase::testFlushAllCaches in modules/simpletest/tests/cache.test
Test backdrop_flush_all_caches().
cache_get in includes/cache.inc
Returns data from the persistent cache.
cache_get_multiple in includes/cache.inc
Returns data from the persistent cache when given an array of cache IDs.
cache_set in includes/cache.inc
Stores data in the persistent cache.
comment_schema in modules/comment/comment.install
Implements hook_schema().
comment_update_1006 in modules/comment/comment.install
Creates the table to enable caching of Comment entities.
CommentViewsHandlerArgumentUserUidTest::view_comment_user_uid in modules/comment/tests/comment_views_handler_argument_user_uid.test
CommonJavaScriptTestCase::testNoCache in modules/simpletest/tests/common.test
Test backdrop_add_js() sets preproccess to false when cache is set to false.
DateViewsTestCase::setUp in modules/date/tests/date_views.test
Test setup actions.
drupal-7.language.database.php in modules/simpletest/tests/upgrade/drupal-7.language.database.php
Database additions for language tests. Used in upgrade.language.test.
element_info in includes/common.inc
Retrieves the default properties for the defined element type.
field_schema in modules/field/field.install
Implements hook_schema().
FieldViewsFieldTest::getFieldView in modules/field/tests/field_views.test
file_default_mimetype_mapping in includes/file.mimetypes.inc
Default MIME extension mapping.
file_multiple_delete_confirm in modules/file/file.pages.inc
Multiple file deletion confirmation form.
FilePrivateTestCase::setUp in modules/file/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
file_schema in modules/file/file.install
Implements hook_schema().
file_update_1000 in modules/file/file.install
Add a view for managing files.
file_update_1008 in modules/file/file.install
Creates the table to enable caching of Comment entities.
filter_admin_format_page in modules/filter/filter.admin.inc
Page callback: Displays the text format add/edit form.
FilterCRUDTestCase::verifyTextFormat in modules/filter/tests/filter.test
Verifies that a text format is properly stored.
_filter_format_is_cacheable in modules/filter/filter.module
Helper function to determine whether the output of a given text format can be cached.
filter_schema in modules/filter/filter.install
Implements hook_schema().
filter_test_filter_info in modules/simpletest/tests/filter_test.module
Implements hook_filter_info().
filter_update_1002 in modules/filter/filter.install
Import the image_library view.
form_set_cache in includes/form.inc
Stores a form in the cache.
FormsFormStoragePageCacheTestCase::setUp in modules/simpletest/tests/form.test
Sets up a Backdrop site for running functional and integration tests.
FormsFormStorageTestCase::testCachedFormStorageValidation in modules/simpletest/tests/form.test
Tests updating cached form storage during form validation.
FormsFormStorageTestCase::testFormCached in modules/simpletest/tests/form.test
Tests using the form with an activated $form_state['cache'] property.
FormsFormStorageTestCase::testFormStatePersist in modules/simpletest/tests/form.test
Tests a form using form state without using 'storage' to pass data from the constructor to a submit handler. The data has to persist even when caching gets activated, what may happen when a modules alter the form and adds #ajax properties.
FormsFormStorageTestCase::testImmutableForm in modules/simpletest/tests/form.test
Verifies that form build-id is regenerated when loading an immutable form from the cache.
FormsFormStorageTestCase::testImmutableFormLegacyProtection in modules/simpletest/tests/form.test
Verify that existing contrib code cannot overwrite immutable form state.
FormsFormStorageTestCase::testMutableForm in modules/simpletest/tests/form.test
Verify that the form build-id remains the same when validation errors occur on a mutable form.
form_state_defaults in includes/form.inc
Retrieves default values for the $form_state array.
form_test_form_form_test_state_persist_alter in modules/simpletest/tests/form_test.module
Implements hook_form_FORM_ID_alter().
form_test_load_include_custom in modules/simpletest/tests/form_test.module
Menu callback for testing custom form includes.
form_test_storage_element_validate_value_cached in modules/simpletest/tests/form_test.module
Form element validation handler for 'value' element in form_test_storage_form().
form_test_storage_form in modules/simpletest/tests/form_test.module
A multistep form for testing the form storage.
form_test_storage_page_cache_form in modules/simpletest/tests/form_test.module
A simple form for testing form storage when page caching is enabled.
form_test_validate_form in modules/simpletest/tests/form_test.module
Form builder for testing backdrop_validate_form().
HookBootExitTestCase::testHookBootExit in modules/simpletest/tests/bootstrap.test
Test calling of hook_boot() and hook_exit().
hook_language_negotiation_info in modules/system/language.api.php
Define language negotiation providers.
image_update_1003 in modules/image/image.install
Add labels to all available styles.
install_begin_request in includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
installer_browser_fetch_results in modules/installer/installer.browser.inc
Fetches results from the server based on the parameters passed in.
language_provider_invoke in includes/language.inc
Helper function used to cache the language negotiation providers results.
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_schema in modules/layout/layout.install
Implements hook_schema().
locale_language_negotiation_info in modules/locale/locale.module
Implements hook_language_negotiation_info().
menu_block_info in modules/menu/menu.module
Implements hook_block_info().
module_implements in includes/module.inc
Determines which modules are implementing a hook.
node_multiple_delete_confirm in modules/node/node.admin.inc
Multiple node deletion confirmation form.
NodePageCacheTest::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
node_schema in modules/node/node.install
Implements hook_schema().
node_update_1008 in modules/node/node.install
Create the view replacement for admin/content/node.
node_update_1018 in modules/node/node.install
Update content admin view to show scheduled publication info.
node_update_1021 in modules/node/node.install
Creates the table to enable caching of Nodes entities.
NodeViewsRevisionRelationsTestCase::test_view_node_revision_nid in modules/node/tests/node_views_revision_relations.test
Test view with default join on node.nid.
NodeViewsRevisionRelationsTestCase::test_view_node_revision_vid in modules/node/tests/node_views_revision_relations.test
Test view with default join on node.vid.
path_clean_string in modules/path/path.inc
Clean up a string segment to be used in an URL alias.
RedirectFunctionalTest::testPageCache in modules/redirect/tests/redirect.test
Tests the links added to 404 pages for creating URL redirects.
redirect_redirect in modules/redirect/redirect.module
Perform an URL redirect.
SchemaCache::__construct in includes/bootstrap.inc
Constructs a SchemaCache object.
SearchCommentTestCase::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SessionTestCase::setUp in modules/simpletest/tests/session.test
Sets up a Backdrop site for running functional and integration tests.
SessionTestCase::testEmptyAnonymousSession in modules/simpletest/tests/session.test
Test that empty anonymous sessions are destroyed.
standard_install in profiles/standard/standard.install
Implements hook_install().
state_del in includes/bootstrap.inc
Unsets a persistent state value.
state_initialize in includes/bootstrap.inc
Loads the persistent state table.
state_set in includes/bootstrap.inc
Sets a persistent state value.
system_admin_bar_cache_info in modules/system/system.module
Implements hook_admin_bar_cache_info().
system_admin_drivers_page in modules/system/system.drivers.inc
system_cron in modules/system/system.module
Implements hook_cron().
system_library_info in modules/system/system.module
Implements hook_library_info().
system_performance_settings in modules/system/system.admin.inc
Form builder; Configure site performance settings.
system_schema in modules/system/system.install
Implements hook_schema().
system_update_1003 in modules/system/system.install
Convert performance module settings to use configuration files.
system_update_1009 in modules/system/system.install
Enable Admin Menu module.
system_update_1025 in modules/system/system.install
Convert block positioning and configuration to the default layout.
system_update_1027 in modules/system/system.install
Remove the per-user cache column from the session table.
system_update_1038 in modules/system/system.install
Upgrade or prepare for token module in core.
taxonomy_schema in modules/taxonomy/taxonomy.install
Implements hook_schema().
taxonomy_update_1008 in modules/taxonomy/taxonomy.install
Creates the table to enable caching of Taxonomy Term entities.
TaxonomyViewsHandlerRelationshipNodeTermDataTest::view_taxonomy_node_term_data in modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test
ThemeDebugMarkupTestCase::setUp in modules/simpletest/tests/theme.test
Sets up a Backdrop site for running functional and integration tests.
_theme_load_registry in includes/theme.inc
Gets the theme_registry cache; if it doesn't exist, builds it.
ThemeRegistryTestCase::testRaceCondition in modules/simpletest/tests/theme.test
Tests the behavior of the theme registry class.
theme-settings.php in modules/simpletest/tests/themes/test_theme/theme-settings.php
token_build_tree in includes/token.inc
Build a tree array of tokens, commonly used for rendering the token browser.
update_fix_requirements in includes/update.inc
Perform Drupal 7.x to Backdrop 1.x updates that are required for update.php to function properly.
update_schema in modules/update/update.install
Implements hook_schema().
user_schema in modules/user/user.install
Implements hook_schema().
user_update_1009 in modules/user/user.install
Create the default view for user administration.
user_update_1016 in modules/user/user.install
Creates the table to enable caching of User entities.
UserViewsArgumentDefault::view_plugin_argument_default_current_user in modules/user/tests/user_views_argument_default.test
UserViewsArgumentValidate::view_argument_validate_user in modules/user/tests/user_views_argument_validate.test
UserViewsHandlerFieldNameTest::view_user_name in modules/user/tests/user_views_handler_field_name.test
UserViewsTestCase::test_view_user_relationship in modules/user/tests/user_views.test
view::execute in modules/views/includes/view.inc
Execute the view's query.
view::render in modules/views/includes/view.inc
Render this view for a certain display.
ViewsAccessTest::view_access_dynamic in modules/views/tests/views_access.test
ViewsAccessTest::view_access_none in modules/views/tests/views_access.test
ViewsAccessTest::view_access_perm in modules/views/tests/views_access.test
ViewsAccessTest::view_access_role in modules/views/tests/views_access.test
ViewsAccessTest::view_access_static in modules/views/tests/views_access.test
ViewsArgumentDefaultTest::view_argument_default_fixed in modules/views/tests/views_argument_default.test
ViewsArgumentValidatorTest::view_argument_validate_numeric in modules/views/tests/views_argument_validator.test
ViewsArgumentValidatorTest::view_test_argument_validate_php in modules/views/tests/views_argument_validator.test
ViewsArgumentValidatorTest::view_test_argument_validate_php_failure in modules/views/tests/views_argument_validator.test
views_block_info in modules/views/views.module
Implement hook_block_info().
ViewsCacheTest::testHeaderStorage in modules/views/tests/views_cache.test
Tests css/js storage and restoring mechanism.
ViewsCacheTest::testNoneCaching in modules/views/tests/views_cache.test
Tests no caching.
ViewsCacheTest::testTimeCaching in modules/views/tests/views_cache.test
Tests time based caching.
views_discover_plugins in modules/views/includes/utility.inc
Builds and return a list of all plugins available in the system.
views_fetch_data in modules/views/views.module
Fetch Views' data from the cache
views_fetch_plugin_data in modules/views/views.module
Fetch the plugin data from cache.
views_form in modules/views/views.module
This is the entry function. Just gets the form for the current step. The form is always assumed to be multistep, even if it has only one step (the default 'views_form_views_form' step). That way it is actually possible for modules to have a…
ViewsHandlerArgumentStringTest::viewGlossary in modules/views/tests/handlers/views_handler_argument_string.test
Provide a test view for testGlossary.
ViewsHandlerFilterDateTest::views_test_between in modules/views/tests/handlers/views_handler_filter_date.test
ViewsHandlerManyToOneTest::getGroupedOneOfTestView in modules/views/tests/handlers/views_handler_manytoone.test
Generates test_not view.
ViewsHandlerManyToOneTest::getReducedExposedGroupedOptionsTestView in modules/views/tests/handlers/views_handler_manytoone.test
Generates test_not view.
views_include_handlers in modules/views/views.module
Load views files on behalf of modules.
ViewsPagerTest::viewPagerFullZeroItemsPerPage in modules/views/tests/views_pager.test
ViewsPagerTest::viewsPagerFull in modules/views/tests/views_pager.test
ViewsPagerTest::viewsPagerFullFields in modules/views/tests/views_pager.test
ViewsPagerTest::viewsPagerLimit in modules/views/tests/views_pager.test
ViewsPagerTest::viewsPagerNoLimit in modules/views/tests/views_pager.test
ViewsPagerTest::viewsStorePagerSettings in modules/views/tests/views_pager.test
views_plugin_cache::init in modules/views/plugins/views_plugin_cache.inc
Initialize the plugin.
views_plugin_display_block::execute_hook_block_list in modules/views/plugins/views_plugin_display_block.inc
Return a list of blocks provided by this display plugin.
views_plugin_display::defaultable_sections in modules/views/plugins/views_plugin_display.inc
Static member function to list which sections are defaultable and what items each section contains.
views_plugin_display::get_plugin in modules/views/plugins/views_plugin_display.inc
Get the instance of a plugin, for example style or row.
views_plugin_display::get_special_blocks in modules/views/plugins/views_plugin_display.inc
Provide the block system with any exposed widget blocks for this display.
views_plugin_display::option_definition in modules/views/plugins/views_plugin_display.inc
Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_plugin_display::options_form in modules/views/plugins/views_plugin_display.inc
Provide the default form for setting options.
views_plugin_display::options_submit in modules/views/plugins/views_plugin_display.inc
Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
views_plugin_display::options_summary in modules/views/plugins/views_plugin_display.inc
Provide the default summary for options in the views UI.
views_plugin_display::options_validate in modules/views/plugins/views_plugin_display.inc
Validate the options form.
ViewsPluginDisplayTestCase::viewFilterGroupsOverriding in modules/views/tests/plugins/views_plugin_display.test
Returns a test view for testFilterGroupsOverriding.
ViewsPluginDisplayTestCase::viewFilterGroupsUpdating in modules/views/tests/plugins/views_plugin_display.test
Returns a test view for testFilterGroupUpdating.
ViewsPluginStyleJumpMenuTest::getJumpMenuView in modules/views/tests/styles/views_plugin_style_jump_menu.test
ViewsQueryGroupByTest::viewsAggregateCountView in modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::viewsGroupByCountViewOnlyFilters in modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::viewsGroupByViewHelper in modules/views/tests/views_groupby.test
views_schema in modules/views/views.install
Implements hook_schema().
ViewsTranslatableTest::viewUnpackTranslatable in modules/views/tests/views_translatable.test
Custom helper view for testing.
views_ui_admin_settings_advanced in modules/views_ui/views_ui.admin.inc
Form builder for the advanced admin settings page.
ViewsUiBaseViewsWizard::default_display_options in modules/views_ui/wizards/views_ui_base_views_wizard.php
Most subclasses will need to override this method to provide some fields or a different row plugin.
views_views_plugins in modules/views/includes/views.views.inc
Implements hook_views_plugins().
ViewsViewTest::view_test_delete in modules/views/tests/views_view.test
ViewsViewTest::view_test_destroy in modules/views/tests/views_view.test
This view provides some filters, fields, arguments, relationships, sorts, areas and attachments.