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