Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.

AdminBarDynamicLinksTestCase::setUp in modules/admin_bar/tests/admin_bar.test
Sets up a Backdrop site for running functional and integration tests.
AdminBarPermissionsTestCase::setUp in modules/admin_bar/tests/admin_bar.test
Sets up a Backdrop site for running functional and integration tests.
AdminBarWebTestCase::setUp in modules/admin_bar/tests/admin_bar.test
Sets up a Backdrop site for running functional and integration tests.
AJAXMultiFormTestCase::setUp in modules/simpletest/tests/ajax.test
Sets up a Backdrop site for running functional and integration tests.
BackdropMatchPathTestCase::backdropMatchPathTests in modules/simpletest/tests/path.test
Helper function for testBackdropMatchPath(): set up an array of test cases.
BackdropWebTestCase::backdropCreateContentType in modules/simpletest/backdrop_web_test_case.php
Creates a custom content type based on default settings.
BackdropWebTestCaseCache::alterToMyISAM in modules/simpletest/backdrop_web_test_case_cache.php
Alter tables to MyISAM engine to speed up tests.
BlockInterestCohortTest::testDefaultBlocking in modules/simpletest/tests/common.test
Tests that FLoC is blocked by default.
BlockInterestCohortTest::testDisableBlocking in modules/simpletest/tests/common.test
Tests that FLoC blocking can be disabled.
book_block_view in modules/book/book.module
Implements hook_block_view().
book_entity_info_alter in modules/book/book.module
Implements hook_entity_info_alter().
book_get_books in modules/book/book.module
Returns an array of all books.
book_pick_book_nojs_submit in modules/book/book.module
Form submission handler for node_form().
book_token_info in modules/book/book.tokens.inc
Implements hook_token_info().
book_tokens in modules/book/book.tokens.inc
Implements hook_tokens() on behalf of book.module.
book_views_data in modules/book/views/book.views.inc
Implements hook_views_data().
BootstrapDestinationTestCase::testDestination in modules/simpletest/tests/bootstrap.test
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
comment_admin_overview in modules/comment/comment.admin.inc
Form constructor for the comment overview administration form.
comment_enable in modules/comment/comment.install
Implements hook_enable().
comment_get_recent in modules/comment/comment.module
Finds the most recent comments that are available to the current user.
comment_get_thread in modules/comment/comment.module
Retrieves comments for a thread.
comment_install in modules/comment/comment.install
Implements hook_install().
CommentInterfaceTest::testCommentInterface in modules/comment/tests/comment.test
Tests the comment interface.
CommentInterfaceTest::testCommentNewCommentsIndicator in modules/comment/tests/comment.test
Tests new comment marker.
comment_links in modules/comment/comment.module
Adds reply, edit, delete, etc. links, depending on user permissions.
comment_node_view in modules/comment/comment.module
Implements hook_node_view().
comment_preprocess_node in modules/comment/comment.module
Prepares variables for comment.tpl.php
comment_schema in modules/comment/comment.install
Implements hook_schema().
comment_schema_alter in modules/comment/comment.install
Implements hook_schema_alter().
CommentStorageController::buildQuery in modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::buildQuery().
CommentStorageController::postDelete in modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::postDelete().
CommentStorageController::postSave in modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::postSave().
comment_theme in modules/comment/comment.module
Implements hook_theme().
comment_token_info in modules/comment/comment.tokens.inc
Implements hook_token_info().
CommentTokenReplaceTestCase::testCommentTokenReplacement in modules/comment/tests/comment.test
Creates a comment, then tests the tokens generated from it.
comment_tokens in modules/comment/comment.tokens.inc
Implements hook_tokens().
comment_uninstall in modules/comment/comment.install
Implements hook_uninstall().
comment_update_1001 in modules/comment/comment.install
Move comment content type settings into configuration files.
comment_update_1004 in modules/comment/comment.install
Add an Override column for automatic comment closing for individual nodes.
comment_update_dependencies in modules/comment/comment.install
Implements hook_update_dependencies().
comment_views_data in modules/comment/views/comment.views.inc
comment_views_data_alter in modules/comment/views/comment.views.inc
Use views_data_alter to add items to the node table that are relevant to comments.
CommentViewsHandlerArgumentUserUidTest::view_comment_user_uid in modules/comment/tests/comment_views_handler_argument_user_uid.test
CommentViewsHandlerFilterUserUidTest::view_comment_user_uid in modules/comment/tests/comment_views_handler_filter_user_uid.test
Override the view from the argument test case to remove the argument and add filter with the uid as the value.
CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequest in modules/simpletest/tests/common.test
CommonBackdropRenderTestCase::testBackdropRenderChildrenAttached in modules/simpletest/tests/common.test
Test #attached functionality in children elements.
CommonCascadingStylesheetsTestCase::testAddCssFileWithQueryString in modules/simpletest/tests/common.test
Tests that the query string remains intact when adding CSS files that have query string parameters.
CommonJavaScriptTestCase::testAddJsFileWithQueryString in modules/simpletest/tests/common.test
Tests that the query string remains intact when adding JavaScript files that have query string parameters.
common_test_js_and_css_querystring in modules/simpletest/tests/common_test.module
Adds a JavaScript file and a CSS file with a query string appended.
ConfirmFormTest::testConfirmForm in modules/system/tests/system.test
Tests that the confirm form does not use external destinations.
ContextualDynamicContextTestCase::setUp in modules/contextual/tests/contextual.test
Sets up a Backdrop site for running functional and integration tests.
ContextualDynamicContextTestCase::testNodeLinks in modules/contextual/tests/contextual.test
Tests contextual links on node lists with different permissions.
DashboardTest::setUp in modules/dashboard/tests/dashboard.test
Sets up a Backdrop site for running functional and integration tests.
DatabaseRegressionTestCase::setUp in modules/simpletest/tests/database_test.test
Sets up a Backdrop site for running functional and integration tests.
DatabaseRegressionTestCase::testDBFieldExists in modules/simpletest/tests/database_test.test
Test the db_field_exists() function.
DatabaseRegressionTestCase::testDBIndexExists in modules/simpletest/tests/database_test.test
Test the db_index_exists() function.
DatabaseRegressionTestCase::testDBTableExists in modules/simpletest/tests/database_test.test
Test the db_table_exists() function.
DatabaseSelectComplexTestCase2::testJoinSubquery in modules/simpletest/tests/database_test.test
Test that we can join on a query.
date_date_views_extra_tables in modules/date/date.module
Implements hook_date_views_extra_tables().
DateFieldBasic::createDateField in modules/date/tests/date_field.test
Creates a date field from an array of settings values.
DateFieldBasic::createMultiDateField in modules/date/tests/date_field.test
Creates a date field from an array of settings values.
DateFieldBasic::setUp in modules/date/tests/date_field.test
Sets up a Backdrop site for running functional and integration tests.
DateFieldTestCase::dateForm in modules/date/tests/date_field.test
Tests that date field functions properly on the node form.
_date_views_fields in modules/date/views/date_views_fields.inc
Identify all potential date/timestamp fields.
date_views_fields in modules/date/date.module
Identify all potential date/timestamp fields and cache the data.
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.
EntityCrudHookTestCase::testCommentHooks in modules/entity/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on comments.
EntityCrudHookTestCase::testNodeHooks in modules/entity/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on nodes.
EntityFieldQueryTestCase::setUp in modules/entity/tests/entity_query.test
Sets up a Backdrop site for running functional and integration tests.
EntityLoadTestCase::testEntityLoadConditions in modules/entity/tests/entity_crud.test
Tests the functionality for loading entities matching certain conditions.
FeedIconTest::testFeedIconEscaping in modules/simpletest/tests/common.test
Check that special characters are correctly escaped. Test for issue #1211668.
FieldBlockTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldGetValueTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
field_test_field_widget_properties_alter in modules/field/tests/field_test/field_test.module
Implements hook_field_widget_properties_alter().
field_tokens in modules/field/field.tokens.inc
Implements hook_tokens().
FieldTokenTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FieldTokenTestCase::testFieldToken in modules/field/tests/field.test
Test fields in token display mode.
FieldTranslationsTestCase::testTranslatableFieldSaveLoad in modules/field/tests/field.test
Test translatable fields storage/retrieval.
FieldUIAlterTestCase::testDefaultWidgetPropertiesAlter in modules/field_ui/tests/field_ui.test
Tests hook_field_widget_properties_alter() on the default field widget.
field_ui_form_node_type_form_submit in modules/field_ui/field_ui.module
Form submission handler for the 'Save and add fields' button.
FieldUIManageDisplayTestCase::testFormatterUI in modules/field_ui/tests/field_ui.test
Tests formatter settings.
FieldUIManageFieldsTestCase::assertFieldSettings in modules/field_ui/tests/field_ui.test
Asserts field settings are as expected.
FieldUIManageFieldsTestCase::setUp in modules/field_ui/tests/field_ui.test
Sets up a Backdrop site for running functional and integration tests.
FieldUIManageFieldsTestCase::testDefaultValue in modules/field_ui/tests/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testDeleteField in modules/field_ui/tests/field_ui.test
Tests that deletion removes fields and instances as expected.
FieldUIManageFieldsTestCase::testHiddenFields in modules/field_ui/tests/field_ui.test
Tests that Field UI respects the 'no_ui' option in hook_field_info().
FieldUITestCase::setUp in modules/field_ui/tests/field_ui.test
Sets up a Backdrop site for running functional and integration tests.
FieldUIViewModeFunctionalTest::testFieldUIViewModes in modules/field_ui/tests/field_ui.test
Tests display mode functionality.
FieldUIViewModeFunctionalTest::testInfoHooks in modules/field_ui/tests/field_ui.test
Test the new entity display mode hooks.
FieldViewsDataTest::setUp in modules/field/tests/field_views.test
Sets up a Backdrop site for running functional and integration tests.
FieldViewsDataTest::testViewsData in modules/field/tests/field_views.test
Unit testing the views data structure.
FieldViewsFieldTest::getFieldView in modules/field/tests/field_views.test
FieldViewsTestHelper::setUpInstances in modules/field/tests/field_views.test
FileFieldDisplayTestCase::testNodeDisplay in modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldRevisionTestCase::testRevisions in modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldValidateTestCase::testDefaultFileFieldDisplay in modules/file/tests/file.test
Tests default display of File Field.
FileFieldValidateTestCase::testFileExtension in modules/file/tests/file.test
Tests file extension checking.
FileFieldValidateTestCase::testFileMaxSize in modules/file/tests/file.test
Tests the max file size validator.
FileFieldValidateTestCase::testRequired in modules/file/tests/file.test
Tests the required property on file fields.
FileFieldWidgetTestCase::testMultiValuedWidget in modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTestCase::testPrivateFileSetting in modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FileTestHelper::createFileField in modules/file/tests/file.test
Creates a new file field.
FileTestHelper::updateFileField in modules/file/tests/file.test
Updates an existing file field with new settings.
FileTokenReplaceTestCase::testFileTokenReplacement in modules/file/tests/file.test
Creates a file, then tests the tokens generated from it.
FileUsageTestCase::testFileUsagePage in modules/file/tests/file.test
Create a file and verify its usage information.
file_views_data in modules/file/views/file.views.inc
Implements hook_field_views_data().
FilterFileUsageTest::testFilterEntityHooks in modules/filter/tests/filter.test
Tests file usages are tracked in creating, updating, and deleting content.
FormsArbitraryRebuildTestCase::setUp in modules/simpletest/tests/form.test
Sets up a Backdrop site for running functional and integration tests.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in modules/simpletest/tests/form.test
Tests that a form's action is retained after an Ajax submission.
form_test_form_user_register_form_alter in modules/simpletest/tests/form_test.module
Implements hook_form_FORM_ID_alter() for the registration form.
form_test_menu in modules/simpletest/tests/form_test.module
Implements hook_menu().
form_test_two_instances in modules/simpletest/tests/form_test.module
Menu callback that returns two instances of the node form.
FrontPageTestCase::testBackdropIsFrontPage in modules/system/tests/system.test
Test home page functionality.
hook_block_info in modules/layout/layout.api.php
Defines to Backdrop what blocks are provided by your module.
hook_block_view in modules/layout/layout.api.php
Return a rendered or renderable view of a block.
hook_entity_info in modules/entity/entity.api.php
Inform the base system and the Field API about one or more entity types.
hook_entity_info_alter in modules/entity/entity.api.php
Alter the entity info.
hook_entity_view_mode_alter in modules/entity/entity.api.php
Change the display mode of an entity that is being displayed.
hook_field_attach_purge in modules/field/field.api.php
Act on field_purge_data().
hook_field_attach_validate in modules/field/field.api.php
Act on field_attach_validate().
hook_field_display_alter in modules/field/field.api.php
Alters the display settings of a field before it gets displayed.
hook_field_extra_fields in modules/field/field.api.php
Exposes "pseudo-field" components on fieldable entities.
hook_field_extra_fields_alter in modules/field/field.api.php
Alter "pseudo-field" components on fieldable entities.
hook_field_insert in modules/field/field.api.php
Define custom insert behavior for this module's field data.
hook_field_storage_pre_insert in modules/field/field.api.php
Act before the storage backends insert field data.
hook_field_storage_pre_update in modules/field/field.api.php
Act before the storage backends update field data.
hook_field_update in modules/field/field.api.php
Define custom update behavior for this module's field data.
hook_field_widget_properties_alter in modules/field/field.api.php
Alters the widget properties of a field instance before it gets displayed.
hook_file_download_access in modules/file/file.api.php
Control download access to files.
hook_file_download_access_alter in modules/file/file.api.php
Alter the access rules applied to a file download.
hook_language_delete in modules/language/language.api.php
Allow modules to react before the deletion of a language.
hook_layout_context_info in modules/layout/layout.api.php
Provides a list of all "contexts" available to Layout module.
hook_layout_load_by_router_item_alter in modules/layout/layout.api.php
Perform alterations to the list of layouts that match the path of a router item.
hook_locale_language_delete in modules/locale/locale.api.php
Allow modules to react before the deletion of a language.
hook_mail in modules/system/system.api.php
Prepare a message based on parameters; called from backdrop_mail().
hook_path_pattern_alter in modules/path/path.api.php
Alter the pattern to be used before an alias is generated.
hook_schema in modules/system/system.api.php
Define the current version of the database schema.
hook_search_execute in modules/search/search.api.php
Execute a search for a set of key words.
hook_search_info in modules/search/search.api.php
Define a custom search type.
hook_search_reset in modules/search/search.api.php
Take action when the search index is going to be rebuilt.
hook_theme_registry_alter in modules/system/system.api.php
Alter the theme registry information returned from hook_theme().
hook_token_info in modules/system/system.api.php
Provide information about available placeholder tokens and token types.
hook_token_info_alter in modules/system/system.api.php
Alter the metadata about available placeholder tokens and token types.
hook_tokens in modules/system/system.api.php
Provide replacement values for placeholder tokens.
hook_tokens_alter in modules/system/system.api.php
Alter replacement values for placeholder tokens.
hook_update_index in modules/search/search.api.php
Update the search index for this module.
hook_user_cancel in modules/user/user.api.php
Act on user account cancellations.
hook_views_data in modules/views/views.api.php
Describes data tables (or the equivalent) to Views.
hook_views_data_alter in modules/views/views.api.php
Alter table structure.
hook_views_plugins_alter in modules/views/views.api.php
Alter existing plugins data, defined by modules.
ImageAdminStylesUnitTest::testStyleReplacement in modules/image/tests/image.test
Test deleting a style and choosing a replacement style.
ImageFieldDefaultImagesTestCase::testDefaultImages in modules/image/tests/image.test
Tests CRUD for fields and fields instances with default images.
ImageFieldDisplayTestCase::_testImageFieldFormatters in modules/image/tests/image.test
Test image formatters on node display.
ImageFieldDisplayTestCase::testImageFieldSettings in modules/image/tests/image.test
Tests for image field settings.
ImageFieldTestCase::createImageField in modules/image/tests/image.test
Create a new image field.
ImageStyleTokenTests::testTokens in modules/image/tests/token.test
Test that the image style tokens exist.
LayoutInterfaceTest::testContexts in modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutInterfaceTest::testOverriddenPaths in modules/layout/tests/layout.test
Test the overriding of paths.
LayoutInterfaceTest::testRegionStyles in modules/layout/tests/layout.test
Test region styles.
LayoutInterfaceTest::testTaxonomyContext in modules/layout/tests/layout.test
Tests Taxonomy contexts within layouts.
layout_layout_context_info in modules/layout/includes/layout.layout.inc
Implements hook_layout_context_info().
layout_layout_relationship_info in modules/layout/includes/layout.layout.inc
Implements hook_layout_relationship_info().
LayoutSelectionTest::testPages in modules/layout/tests/layout.test
Tests the correct layout is used on 404 and 403 pages.
layout_test_block_info in modules/layout/tests/layout_test/layout_test.module
Implements hook_block_info().
layout_test_block_view in modules/layout/tests/layout_test/layout_test.module
Implements hook_block_view().
layout_upgrade_database.php in modules/layout/tests/layout_upgrade_database.php
Database additions for Layout upgrade tests. Used in layout.test.
LinkBaseTestClass::setUp in modules/link/tests/link.test
Sets up a Backdrop site for running functional and integration tests.
LinkUITest::testCRUDCreateFieldDefaults in modules/link/tests/link.ui.test
If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
LinkUITest::testCRUDCreateFieldWithClass in modules/link/tests/link.ui.test
If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
LinkUITest::testCRUDCreateFieldWithTwoClasses in modules/link/tests/link.ui.test
If we're creating a new field and just hit 'save' on the default options, we want to make sure they are set to the expected results.
ListFieldDisplayTestCase::createListField in modules/field/modules/list/tests/list.test
Helper function to create list field of a given type.
ListFieldDisplayTestCase::testListDisplayFormatterBoolean in modules/field/modules/list/tests/list.test
List (boolen) : test 'On/Off' values input.
ListFieldUITestCase::createListField in modules/field/modules/list/tests/list.test
Helper function to create list field of a given type.
LocaleContentFunctionalTest::testContentTypeDirLang in modules/locale/tests/locale.test
Test if a dir and lang tags exist in node's attributes.
locale_entity_info_alter in modules/locale/locale.module
Implements hook_entity_info_alter().
locale_field_node_form_submit in modules/locale/locale.module
Form submit handler for node_form().
LocaleUrlRewritingTest::checkUrl in modules/locale/tests/locale.test
Check URL rewriting for the given language.
locale_views_data_alter in modules/locale/views/locale.views.inc
Implements hook_views_data_alter().
MenuBreadcrumbTestCase::testBreadCrumbs in modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
menu_get_object in includes/menu.inc
Gets a loaded object from a router item.
MenuRouterTestCase::testMenuCallbacks in modules/simpletest/tests/menu.test
Tests title and theme callbacks in hook_menu().
MenuRouterTestCase::testMenuLinkOptions in modules/simpletest/tests/menu.test
Test menu link 'options' storage and rendering.
MenuRouterTestCase::testMenuSetItem in modules/simpletest/tests/menu.test
Test menu_set_item().
MenuTestCase::doMenuTests in modules/menu/tests/menu.test
Test menu functionality using main-menu menu.
MenuTestCase::testMenuQueryAndFragment in modules/menu/tests/menu.test
Add and remove a menu link with a query string and fragment.
menu_token_info in modules/menu/menu.tokens.inc
Implements hook_token_info().
menu_tokens in modules/menu/menu.tokens.inc
Implements hook_tokens() on behalf of menu.module.
menu_tree_check_access in includes/menu.inc
Checks access and performs dynamic operations for each link in the tree.
menu_update_1001 in modules/menu/menu.install
Move menu content type settings into configuration files.
menu_update_dependencies in modules/menu/menu.install
Implements hook_update_dependencies().
minimal_install in profiles/minimal/minimal.install
Implements hook_install().
node_access_entity_test_page in modules/node/tests/node_access_test/node_access_test.module
Page callback: Creates the node access entity test page.
NodeAccessFieldTestCase::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
node_access_test_page in modules/node/tests/node_access_test/node_access_test.module
Page callback: Creates the node access test page.
node_access_test_schema in modules/node/tests/node_access_test/node_access_test.install
Implements hook_schema().
node_action_info in modules/node/node.module
Implements hook_action_info().
node_add in modules/node/node.pages.inc
Page callback: Provides the node submission form.
node_add_body_field in modules/node/node.module
Adds the default body field to a node type.
NodeAdminTestCase::testContentAdminSort in modules/node/tests/node.test
Tests that the table sorting works on the content admin pages.
node_autocomplete in modules/node/node.pages.inc
Autocomplete callback for nodes by title.
node_autocomplete_validate in modules/node/node.pages.inc
Node title validation handler.
NodeBlock::form in modules/node/node.block.inc
Builds the block's settings configuration form.
NodeBlock::formValidate in modules/node/node.block.inc
Validates the form settings.
NodeBlockFunctionalTest::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
NodeBlockFunctionalTest::testRecentNodeBlock in modules/node/tests/node.test
Tests the recent comments block.
NodeBlock::getContent in modules/node/node.block.inc
Sets block content on block view.
NodeBlockTestCase::testSyndicateBlock in modules/node/tests/node.test
Tests the "Syndicate" block settings.
node_build_content in modules/node/node.module
Builds a structured array representing the node's content.
NodeCreationTestCase::testFailedPageCreation in modules/node/tests/node.test
Verifies that a transaction rolls back the failed creation.
NodeCreationTestCase::testUnpublishedNodeCreation in modules/node/tests/node.test
Create an unpublished node and confirm correct redirect behavior.
node_cron in modules/node/node.module
Implements hook_cron().
node_delete_multiple in modules/node/node.module
Deletes multiple nodes.
node_entity_info in modules/node/node.module
Implements hook_entity_info().
Node::entityType in modules/node/node.entity.inc
Implements EntityInterface::entityType().
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in modules/node/tests/node.test
Tests fields that were previously hidden when the display mode is changed.
node_feed in modules/node/node.module
Page callback: Generates and prints an RSS feed.
node_field_extra_fields in modules/node/node.module
Implements hook_field_extra_fields().
node_file_download_access in modules/node/node.module
Implements hook_file_download_access().
node_form in modules/node/node.pages.inc
Form constructor for the node add/edit form.
node_form_search_form_alter in modules/node/node.module
Implements hook_form_FORM_ID_alter().
node_form_submit in modules/node/node.pages.inc
Form submission handler that saves the node for node_form().
node_form_submit_build_node in modules/node/node.pages.inc
Updates the form state's node entity by processing this submission's values.
node_form_validate in modules/node/node.pages.inc
Form validation handler for node_form().
NodeFrontPageCallback::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
node_get_recent in modules/node/node.module
Finds the most recently changed nodes that are available to the current user.
_node_index_node in modules/node/node.module
Indexes a single node.
node_language_delete in modules/node/node.module
Implements hook_language_delete().
node_layout_context_info in modules/node/node.module
Implements hook_layout_context_info().
node_layout_load_by_router_item_alter in modules/node/node.module
Implements hook_layout_load_by_router_item_alter().
node_load_multiple in modules/node/node.module
Loads node entities from the database.
NodeLoadMultipleUnitTest::testNodeMultipleLoad in modules/node/tests/node.test
Creates four nodes and ensures that they are loaded correctly.
node_mass_update in modules/node/node.admin.inc
Updates all nodes in the passed-in array with the passed-in field values.
node_menu in modules/node/node.module
Implements hook_menu().
node_overview_types in modules/node/node.types.inc
Page callback: Displays the content type admin overview page.
node_page_default in modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_page_view in modules/node/node.module
Page callback: Displays a single node.
node_path_bulk_update_batch_process in modules/node/node.path.inc
Batch processing callback; Generate or update aliases for nodes.
node_path_info in modules/node/node.path.inc
Implements hook_path_info().
node_path_type_delete_callback in modules/node/node.path.inc
Callback to delete aliases for node types.
node_preview in modules/node/node.pages.inc
Generates a node preview.
node_preview_banner_form in modules/node/node.pages.inc
Get the preview form selection box.
node_preview_banner_form_node_submit in modules/node/node.pages.inc
Submit handler for the node preview banner form.
node_preview_banner_form_view_mode_submit in modules/node/node.pages.inc
Submit handler for the node preview view mode selection form.
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess in modules/node/tests/node.test
Tests 'node_access' query alter, for edit access.
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess in modules/node/tests/node.test
Tests 'node_access' query alter, for user without access.
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess in modules/node/tests/node.test
Tests 'node_access' query alter, for user with access.
NodeQueryAlter::testNodeQueryAlterOverride in modules/node/tests/node.test
Tests 'node_access' query alter override.
_node_query_node_access_alter in modules/node/node.module
Helper for node access functions.
node_query_node_access_alter in modules/node/node.module
Implements hook_query_TAG_alter().
node_revision_delete in modules/node/node.module
Deletes a node revision.
node_revision_overview in modules/node/node.pages.inc
Page callback: Generates an overview table of older revisions of a node.
NodeRevisionsTestCase::testRevisions in modules/node/tests/node.test
Checks node revision related operations.
node_row_node_view_preprocess_node in modules/node/views/node.views.inc
Implements hook_preprocess_node().
NodeSaveTestCase::testDeterminingChanges in modules/node/tests/node.test
Tests determing changes in hook_node_presave() and verifies the static node load cache is cleared upon save.
NodeSaveTestCase::testImport in modules/node/tests/node.test
Checks whether custom node IDs are saved properly during an import operation.
NodeSaveTestCase::testTimestamps in modules/node/tests/node.test
Verifies accuracy of the "created" and "changed" timestamp functionality.
node_schema in modules/node/node.install
Implements hook_schema().
node_search_execute in modules/node/node.module
Implements hook_search_execute().
node_search_info in modules/node/node.module
Implements hook_search_info().
_node_search_query_alter in modules/node/node.module
Exclude nodes from the search query in the special situations.
node_search_reset in modules/node/node.module
Implements hook_search_reset().
NodeStorageController::preDelete in modules/node/node.entity.inc
Overrides EntityDatabaseStorageController::preDelete().
node_theme in modules/node/node.module
Implements hook_theme().
NodeTitleTestCase::testNodeTitle in modules/node/tests/node.test
Creates one node and tests if the node title has the correct value.
node_token_info in modules/node/node.tokens.inc
Implements hook_token_info().
NodeTokenReplaceTestCase::testNodeTokenReplacement in modules/node/tests/node.test
Creates a node, then tests the tokens generated from it.
node_tokens in modules/node/node.tokens.inc
Implements hook_tokens().
NodeTranslateBlockFunctionalTest::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
node_type_delete in modules/node/node.module
Deletes a node type from the database.
node_type_delete_confirm_submit in modules/node/node.types.inc
Process content type delete confirm submissions.
node_type_form in modules/node/node.types.inc
Form constructor for the node type editing form.
node_type_form_submit in modules/node/node.types.inc
Form submission handler for node_type_form().
node_type_has_content in modules/node/node.module
Determine whether a node type has any data.
node_type_save in modules/node/node.module
Saves a node type to the database.
_node_types_build in modules/node/node.module
Builds and returns the list of available node types.
node_type_set_defaults in modules/node/node.module
Sets the default values for a node type.
NodeTypeTestCase::testNodeTypeEditing in modules/node/tests/node.test
Tests editing a node type using the UI.
node_type_update_nodes in modules/node/node.module
Updates all nodes of one type to be of another type.
node_update_1000 in modules/node/node.install
Set 'node' as home page path if it implicitly was before.
node_update_1002 in modules/node/node.install
Rename node.language field to node.langcode.
node_update_1005 in modules/node/node.install
Convert content types to configuration files.
node_update_1008 in modules/node/node.install
Create the view replacement for admin/content/node.
node_update_1015 in modules/node/node.install
Add column for scheduling the publishing of content in the future.
node_update_1018 in modules/node/node.install
Update content admin view to show scheduled publication info.
node_update_1020 in modules/node/node.install
Move default promoted view to node module.
node_update_dependencies in modules/node/node.install
Implements hook_update_dependencies().
node_user_cancel in modules/node/node.module
Implements hook_user_cancel().
node_user_predelete in modules/node/node.module
Implements hook_user_predelete().
node_view in modules/node/node.module
Generates an array for rendering the given node.
node_view in modules/node/node.module
Generates an array for rendering the given node.
node_view_multiple in modules/node/node.module
Constructs a backdrop_render() style array from an array of loaded nodes.
node_views_analyze in modules/node/views/node.views.inc
Implements hook_views_analyze().
node_views_api in modules/node/node.module
Implements hook_views_api().
node_views_data in modules/node/views/node.views.inc
Implements hook_views_data().
node_views_plugins in modules/node/views/node.views.inc
Implements hook_views_plugins().
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.
NodeWebTestCase::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
OptionsWidgetsTestCase::testOnOffCheckbox in modules/field/modules/options/tests/options.test
Tests the 'options_onoff' widget.
PagePreviewTestCase::setUp in modules/node/tests/node.test
Sets up a Backdrop site for running functional and integration tests.
path_action_info in modules/path/path.module
Implements hook_action_info().
path_autocomplete in modules/system/system.module
Menu callback; Autocomplete callback for paths.
path_bulk_update_batch_start in modules/path/path.admin.inc
Batch callback; count the current number of URL aliases for comparison later.
path_form_node_type_form_alter in modules/path/path.module
Implements hook_form_FORM_ID_alter().
PathHooksTestCase::setUp in modules/path/tests/path.test
Sets up a Backdrop site for running functional and integration tests.
PathLanguageTestCase::setUp in modules/path/tests/path.test
Sets up a Backdrop site for running functional and integration tests.
PathPatternBulkUpdateTestCase::testBulkUpdate in modules/path/tests/path_pattern.test
PathPatternFunctionalTestCase::testNodeEditing in modules/path/tests/path_pattern.test
Basic functional testing of node Path patterns.
PathPatternFunctionalTestCase::testNodeOperations in modules/path/tests/path_pattern.test
Test node operations.
PathPatternFunctionalTestCase::testNodeTypeCreate in modules/path/tests/path_pattern.test
Create a new content type with new path pattern.
PathPatternFunctionalTestCase::testProgrammaticEntityCreation in modules/path/tests/path_pattern.test
Test programmatic entity creation for aliases.
PathPatternLocaleTestCase::testLanguageAliases in modules/path/tests/path_pattern.test
Test that when an English node is updated, its old English URL alias is updated and its newer French URL alias is left intact.
PathPatternLocaleTestCase::testNeutralTransliteration in modules/path/tests/path_pattern.test
Language neutral German node has the correct transliteration applied.
PathPatternUnitTestCase::testNoExistingPathAliases in modules/path/tests/path_pattern.test
PathPatternUnitTestCase::testNoTokensNoAlias in modules/path/tests/path_pattern.test
Test that path_save_automatic_alias() will not create a URL alias for a pattern that does not get any tokens replaced.
PathPatternUnitTestCase::testPatternLoadByEntity in modules/path/tests/path_pattern.test
Test path_get_pattern_by_entity_type().
PathPatternUnitTestCase::testUpdateActions in modules/path/tests/path_pattern.test
Test the different update actions in path_save_automatic_alias().
RedirectFunctionalTest::testPageCache in modules/redirect/tests/redirect.test
Tests the links added to 404 pages for creating URL redirects.
RedirectTestHelper::setUp in modules/redirect/tests/redirect.test
Sets up a Backdrop site for running functional and integration tests.
search_admin_settings_submit in modules/search/search.admin.inc
Form submission handler for search_admin_settings().
SearchConfigSettingsForm::testSearchModuleDisabling in modules/search/tests/search.test
Verify that you can disable individual search modules.
SearchConfigSettingsForm::testSearchNodeTypes in modules/search/tests/search.test
Verify enabling/disabling of certain node types.
search_extra_type_search_execute in modules/search/tests/search_extra_type/search_extra_type.module
Implements hook_search_execute().
search_index in modules/search/search.module
Update the full-text search index for a particular item.
SearchKeywordsConditions::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchPageOverride::setUp in modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchRankingTestCase::testDoubleRankings in modules/search/tests/search.test
Verifies that if we combine two rankings, search still works.
SearchRankingTestCase::testHTMLRankings in modules/search/tests/search.test
Test rankings of HTML tags.
SearchRankingTestCase::testRankings in modules/search/tests/search.test
SearchSetLocaleTest::testSearchWithNumericLocale in modules/search/tests/search.test
Verify that search works with a numeric locale set.
search_touch_node in modules/search/search.module
Changes a node's changed timestamp to 'now' to force reindexing.
search_update_1000 in modules/search/search.install
Update search module to use the configuration system.
search_views_data in modules/search/views/search.views.inc
Implements hook_views_data().
search_views_plugins in modules/search/views/search.views.inc
Implements hook_views_plugins().
SimpleTestFunctionalTest::testInternalBrowser in modules/simpletest/tests/simpletest.test
Test the internal browsers functionality.
standard_install in profiles/standard/standard.install
Implements hook_install().
SummaryLengthTestCase::testSummaryLength in modules/node/tests/node.test
Tests the node summary length functionality.
SystemBlockTestCase::testSystemBlocks in modules/system/tests/system.test
Test displaying and hiding the powered-by and help blocks.
system_site_information_settings in modules/system/system.admin.inc
Form builder; The general site information form.
SystemThemeFunctionalTest::setUp in modules/system/tests/system.test
Sets up a Backdrop site for running functional and integration tests.
system_update_1013 in modules/system/system.install
Moves site system settings from variable to config.
system_update_1025 in modules/system/system.install
Convert block positioning and configuration to the default layout.
taxonomy_build_node_index in modules/taxonomy/taxonomy.module
Builds and inserts taxonomy index entries for a given node.
TaxonomyLanguageFunctionalTest::setUp in modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyRSSTestCase::setUp in modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
taxonomy_schema in modules/taxonomy/taxonomy.install
Implements hook_schema().
TaxonomyTermIndexTestCase::setUp in modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTermTestCase::setUp in modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyTokenReplaceTestCase::setUp in modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
taxonomy_views_data in modules/taxonomy/views/taxonomy.views.inc
Implements hook_views_data().
taxonomy_views_data_alter in modules/taxonomy/views/taxonomy.views.inc
Implements hook_views_data_alter().
TaxonomyViewsHandlerRelationshipNodeTermDataTest::view_taxonomy_node_term_data in modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test
template_preprocess_comment in modules/comment/comment.theme.inc
Preprocesses variables for comment.tpl.php.
template_preprocess_node in modules/node/node.theme.inc
Processes variables for node.tpl.php.
template_preprocess_node in modules/node/node.theme.inc
Processes variables for node.tpl.php.
template_preprocess_views_view_row_search in modules/search/views/search.views.inc
Template helper for theme_views_view_row_search
theme_comment_post_forbidden in modules/comment/comment.theme.inc
Returns HTML for a "you can't post comments" notice.
ThemeDebugMarkupTestCase::setUp in modules/simpletest/tests/theme.test
Sets up a Backdrop site for running functional and integration tests.
ThemeDebugMarkupTestCase::testDebugOutput in modules/simpletest/tests/theme.test
Tests debug markup added to template output.
ThemeDebugMarkupTestCase::testDebugOutput in modules/simpletest/tests/theme.test
Tests debug markup added to template output.
ThemeDebugMarkupTestCase::testDebugOutput in modules/simpletest/tests/theme.test
Tests debug markup added to template output.
theme_node_recent_block in modules/node/node.theme.inc
Returns HTML for a list of recent content.
theme_node_recent_content in modules/node/node.theme.inc
Returns HTML for a recent node to be displayed in the recent content block.
ThemeUnitTest::testFrontPageThemeSuggestion in modules/simpletest/tests/theme.test
Ensure page-front template suggestion is added when on home page.
ThemeUnitTest::testThemeSuggestions in modules/simpletest/tests/theme.test
Test function theme_get_suggestions() for SA-CORE-2009-003.
TokenCurrentPageTestCase::testCurrentPageTokens in modules/simpletest/tests/token.test
TokenEntityTestCase::testEntityOriginal in modules/simpletest/tests/token.test
Test the [entity:original:*] tokens.
TokenMenuTestCase::testMenuTokens in modules/simpletest/tests/token.test
TokenNodeTestCase::testNodeTokens in modules/simpletest/tests/token.test
TokenReplaceTestCase::testTokenReplacement in modules/simpletest/tests/token.test
Creates a user and a node, then tests the tokens generated from them.
TokenScanTest::testTokenScan in modules/simpletest/tests/token.test
Scans dummy text, then tests the output.
TokenUnitTestCase::testGetInvalidTokens in modules/simpletest/tests/token.test
Test token_get_invalid_tokens() and token_get_invalid_tokens_by_context().
TokenURLTestCase::testURLTokens in modules/simpletest/tests/token.test
translation_node_get_translations in modules/translation/translation.module
Gets all nodes in a given translation set.
translation_node_insert in modules/translation/translation.module
Implements hook_node_insert().
translation_node_prepare in modules/translation/translation.module
Implements hook_node_prepare().
translation_node_update in modules/translation/translation.module
Implements hook_node_update().
translation_remove_from_set in modules/translation/translation.module
Removes a node from its translation set and updates accordingly.
TranslationTestCase::assertLanguageSwitchLinks in modules/translation/tests/translation.test
Tests whether the specified language switch links are found.
TranslationTestCase::setUp in modules/translation/tests/translation.test
Sets up a Backdrop site for running functional and integration tests.
TranslationTestCase::testLanguageSwitchLinks in modules/translation/tests/translation.test
Checks that the language switch links behave properly.
translation_test_node_insert in modules/translation/tests/translation_test/translation_test.module
Implements hook_node_insert().
translation_views_data_alter in modules/translation/views/translation.views.inc
Implements hook_views_data_alter().
UpgradePathTestCase::uninstallModulesExcept in modules/simpletest/tests/upgrade/upgrade.test
Force uninstall all modules from a test database, except those listed.
UrlIsExternalUnitTest::examples in modules/simpletest/tests/common.test
Provides data for testUrlIsExternal().
UserBlocksUnitTests::testUserLoginBlock in modules/user/tests/user.test
Tests the secondary menu.
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
user_views_data in modules/user/views/user.views.inc
Implements hook_views_data().
UserViewsTestCase::test_view_user_relationship in modules/user/tests/user_views.test
view.inc in modules/views/includes/view.inc
Provides the view object type and associated methods.
view_mode_test_entity_view_mode_info in modules/field_ui/tests/view_mode_test/view_mode_test.module
Implements hook_entity_view_mode_info().
view_mode_test_entity_view_mode_info_alter in modules/field_ui/tests/view_mode_test/view_mode_test.module
Implements hook_entity_view_mode_info_alter().
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_handler_argument_date::get_default_argument in modules/views/handlers/views_handler_argument_date.inc
Set the empty argument value to the current date, formatted appropriately for this argument.
ViewsHandlerArgumentStringTest::viewGlossary in modules/views/tests/handlers/views_handler_argument_string.test
Provide a test view for testGlossary.
views_handler_field_history_user_timestamp::init in modules/node/views/views_handler_field_history_user_timestamp.inc
init the handler with necessary data.
views_handler_field_ncs_last_updated::query in modules/comment/views/views_handler_field_ncs_last_updated.inc
Called to add the field to a query.
views_handler_field_node::init in modules/node/views/views_handler_field_node.inc
init the handler with necessary data.
views_handler_field_node_revision::init in modules/node/views/views_handler_field_node_revision.inc
init the handler with necessary data.
views_handler_field_term_node_tid::init in modules/taxonomy/views/views_handler_field_term_node_tid.inc
init the handler with necessary data.
ViewsHandlerFilterDateTest::views_test_between in modules/views/tests/handlers/views_handler_filter_date.test
views_handler_filter_entity_bundle::query in modules/views/handlers/views_handler_filter_entity_bundle.inc
All entity types beside comment and taxonomy terms have a proper implement bundle, though these two need an additional join to node/vocab table to work as required.
views_handler_filter_history_user_timestamp::query in modules/node/views/views_handler_filter_history_user_timestamp.inc
Add this filter to the query.
views_handler_filter_ncs_last_updated::query in modules/comment/views/views_handler_filter_ncs_last_updated.inc
Add this filter to the query.
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.
ViewsHandlerManyToOneTest::setUp in modules/views/tests/handlers/views_handler_manytoone.test
Sets up a Backdrop site for running functional and integration tests.
ViewsHandlerManyToOneTest::testGroupedOneOf in modules/views/tests/handlers/views_handler_manytoone.test
Tests duplicate grouped "one of" filters on taxonomy term field.
ViewsHandlerManyToOneTest::testReducedExposedGroupedOptions in modules/views/tests/handlers/views_handler_manytoone.test
Tests exposed filter with "Reduce duplicates." and grouped options.
views_handler_sort_ncs_last_updated::query in modules/comment/views/views_handler_sort_ncs_last_updated.inc
Called to add the sort to a query.
ViewsHandlersTest::test_views_break_phrase in modules/views/tests/views_handlers.test
Tests views_break_phrase function.
ViewsHandlersTest::test_views_break_phrase_string in modules/views/tests/views_handlers.test
Tests views_break_phrase_string function.
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_argument_default_node::get_argument in modules/node/views/views_plugin_argument_default_node.inc
Return the default argument.
views_plugin_argument_default_taxonomy_tid::get_argument in modules/taxonomy/views/views_plugin_argument_default_taxonomy_tid.inc
Return the default argument.
views_plugin_argument_default_taxonomy_tid::option_definition in modules/taxonomy/views/views_plugin_argument_default_taxonomy_tid.inc
Retrieve the options when this is a new access control plugin
views_plugin_argument_default_taxonomy_tid::options_form in modules/taxonomy/views/views_plugin_argument_default_taxonomy_tid.inc
Provide the default form for setting options.
views_plugin_argument_default_user::get_argument in modules/user/views/views_plugin_argument_default_user.inc
Return the default argument.
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.
views_plugin_row_comment_rss::options_form_summary_options in modules/comment/views/views_plugin_row_comment_rss.inc
Return the main options, which are shown in the summary title
views_plugin_row_node_rss::options_form_summary_options in modules/node/views/views_plugin_row_node_rss.inc
Return the main options, which are shown in the summary title.
views_plugin_row_node_rss::render in modules/node/views/views_plugin_row_node_rss.inc
Render a row object. This usually passes through to a theme template of some form, but not always.
views_plugin_row_node_view::options_form_summary_options in modules/node/views/views_plugin_row_node_view.inc
Return the main options, which are shown in the summary title.
ViewsPluginStyleJumpMenuTest::getJumpMenuView in modules/views/tests/styles/views_plugin_style_jump_menu.test
views_preprocess_comment in modules/views/views.module
A theme preprocess function to automatically allow view-based node templates if called from a view.
views_preprocess_node in modules/views/views.module
A theme preprocess function to automatically allow view-based node templates if called from a view.
views_preprocess_node in modules/views/views.module
A theme preprocess function to automatically allow view-based node templates if called from a view.
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
ViewsTranslatableTest::testTranslationKey in modules/views/tests/views_translatable.test
Make sure that the different things have the right translation keys.
ViewsTranslatableTest::viewUnpackTranslatable in modules/views/tests/views_translatable.test
Custom helper view for testing.
views_ui_add_form in modules/views_ui/views_ui.admin.inc
Form builder for the "Add view" page.
ViewsUiNodeViewsWizard::default_display_options in modules/views_ui/wizards/views_ui_node_views_wizard.php
@override
ViewsUiNodeViewsWizard::display_options_row in modules/views_ui/wizards/views_ui_node_views_wizard.php
Set the row style and row style plugins to the display_options.
views_ui_views_ui_wizards in modules/views_ui/views_ui.module
Implements hook_views_ui_wizards().
ViewsUIWizardBasicTestCase::testViewsWizardAndListing in modules/views/tests/views_ui.test
ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in modules/views/tests/views_ui.test
Tests the number of items per page.
ViewsUIWizardJumpMenuTestCase::createNodeAndGetPath in modules/views/tests/views_ui.test
Helper function to create a node and return its expected path.
ViewsUIWizardJumpMenuTestCase::testJumpMenus in modules/views/tests/views_ui.test
Tests the jump menu style plugin.
ViewsUIWizardTaggedWithTestCase::setUp in modules/views/tests/views_ui.test
Sets up a Backdrop site for running functional and integration tests.
views_update_1004 in modules/views/views.install
Replace the frontpage view with promoted.
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.