FilterDefaultFormatTestCase::resetFilterCaches |
function |
modules/filter/tests/filter.test |
Rebuilds text format and permission caches in the thread running the tests. |
bartik_form_system_theme_settings_alter_submit |
function |
modules/color/color.legacy.inc |
Submit handler for theme settings form. |
layout_settings_form_context_relationship_edit |
function |
modules/layout/layout.context.admin.inc |
Submit handler for layout_settings_form() that edits a relationship. |
FormsElementsVerticalTabsFunctionalTest::setUp |
function |
modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
taxonomy_vocabulary_confirm_reset_alphabetical |
function |
modules/taxonomy/taxonomy.admin.inc |
Form builder to confirm resetting a vocabulary to alphabetical order. |
SystemThemeFunctionalTest::testPerThemeSettings |
function |
modules/system/tests/system.test |
Test the individual per-theme settings form. |
_system_site_information_settings_validate_path |
function |
modules/system/system.admin.inc |
Helper function for the system_site_information_settings form. |
DatabaseTasks_mysql::$databaseNotFoundErrorCode |
property |
drivers/database_mysql/install.inc |
Error code for "Unknown database" error. |
DatabaseTaggingTestCase::testExtenderHasAllTags |
function |
modules/simpletest/tests/database_test.test |
Test extended query tagging "has all of these tags" functionality. |
FileFieldWidgetTestCase::testPrivateFileSetting |
function |
modules/file/tests/file.test |
Tests a file field with a "Private files" upload destination setting. |
NodeAccessBaseTableTestCase::assertTaxonomyPage |
function |
modules/node/tests/node.test |
Checks taxonomy/term listings to ensure only accessible nodes are listed. |
SearchConfigSettingsForm::testSearchSettingsPage |
function |
modules/search/tests/search.test |
Verify the search settings form. |
NodeAccessBaseTableTestCase::testNodeAccessBasic |
function |
modules/node/tests/node.test |
Tests the "private" node access functionality. |
FieldUIManageFieldsTestCase::assertFieldSettings |
function |
modules/field_ui/tests/field_ui.test |
Asserts field settings are as expected. |
views_plugin_display_block::set_override_options |
function |
modules/views/plugins/views_plugin_display_block.inc |
Set the options that should be overridden within this display. |
hook_date_field_formatter_settings_summary_alter |
function |
modules/date/date.api.php |
Alter a date field formatter settings summary. |
layout_settings_form_context_relationship_remove |
function |
modules/layout/layout.context.admin.inc |
Submit handler for layout_settings_form() that removes a relationship. |
DatabaseTransactionTestCase::executeDDLStatement |
function |
modules/simpletest/tests/database_test.test |
Execute a DDL statement. |
SearchSetLocaleTest::testSearchWithNumericLocale |
function |
modules/search/tests/search.test |
Verify that search works with a numeric locale set. |
template_preprocess_views_ui_display_tab_setting |
function |
modules/views_ui/views_ui.theme.inc |
|
DatabaseTasks_mysql::$connectionRefusedErrorCode |
property |
drivers/database_mysql/install.inc |
Error code for "Unknown database" error. |
ImageFieldDisplayTestCase::testImageFieldSettings |
function |
modules/image/tests/image.test |
Tests for image field settings. |
field_test_field_formatter_settings_summary_alter |
function |
modules/field/tests/field_test/field_test.module |
Implements hook_field_formatter_settings_summary_alter(). |
filter_admin_format_filter_settings_form_redirect |
function |
modules/filter/filter.admin.inc |
Submit handler for filter "Configure" buttons in filter_admin_format_form(). |
DatabaseConnection_mysql::setSessionTimezoneOffset |
function |
drivers/database_mysql/database.inc |
Set the session timezone by offset. |
TaxonomyTermFieldMultipleVocabularyTestCase::setUp |
function |
modules/taxonomy/tests/taxonomy.test |
Sets up a Backdrop site for running functional and integration tests. |
DatabaseTransactionTestCase::transactionOuterLayer |
function |
modules/simpletest/tests/database_test.test |
Helper method for transaction unit test. This "outer layer" transaction
starts and then encapsulates the "inner layer" transaction. This nesting
is used to evaluate whether the the database transaction API properly
supports… |
LocaleLanguageNegotiationInfoFunctionalTest::setUp |
function |
modules/locale/tests/locale.test |
Sets up a Backdrop site for running functional and integration tests. |
DatabaseTemporaryQueryTestCase::testTemporaryQuery |
function |
modules/simpletest/tests/database_test.test |
Confirm that temporary tables work and are limited to one request. |
DatabaseTransactionTestCase::transactionInnerLayer |
function |
modules/simpletest/tests/database_test.test |
Helper method for transaction unit tests. This "inner layer" transaction
is either used alone or nested inside of the "outer layer" transaction. |
TaxonomyQueryAlterTestCase::setupQueryTagTestHooks |
function |
modules/taxonomy/tests/taxonomy.test |
Sets up the hooks in the test module. |
date_views_plugin_pager::set_argument_placeholders |
function |
modules/date/views/date_views_plugin_pager.inc |
Set the view's argument placeholders. |
CommentNodeChangesTestCase::testNodeCommentSettings |
function |
modules/comment/tests/comment.test |
Tests opening, closing, and hiding comments. |
SearchConfigSettingsForm::testSearchModuleDisabling |
function |
modules/search/tests/search.test |
Verify that you can disable individual search modules. |
ajax_forms_test_advanced_commands_settings_callback |
function |
modules/simpletest/tests/ajax_forms_test.module |
Ajax callback for 'settings'. |
FieldUIManageFieldsTestCase::testCardinalitySettings |
function |
modules/field_ui/tests/field_ui.test |
Tests the cardinality settings of a field. |
DatabaseTransactionExplicitCommitNotAllowedException |
class |
includes/database/database.inc |
Exception to deny attempts to explicitly manage transactions. |
views_handler_argument_term_node_tid::set_breadcrumb |
function |
modules/taxonomy/views/views_handler_argument_term_node_tid.inc |
Give an argument the opportunity to modify the breadcrumb, if it wants.
This only gets called on displays where a breadcrumb is actually used. |
DatabaseTransactionTestCase::testTransactionStacking |
function |
modules/simpletest/tests/database_test.test |
Test transaction stacking and commit / rollback. |
taxonomy_vocabulary_confirm_reset_alphabetical_submit |
function |
modules/taxonomy/taxonomy.admin.inc |
Submit handler to reset a vocabulary to alphabetical order after confirmation. |
DatabaseTransactionTestCase::testCommittedTransaction |
function |
modules/simpletest/tests/database_test.test |
Test committed transaction. |
BootstrapResettableStaticTestCase::testBackdropStatic |
function |
modules/simpletest/tests/bootstrap.test |
Test that a variable reference returned by backdrop_static() gets reset when
backdrop_static_reset() is called. |
FieldUIManageFieldsTestCase::testCreateFieldNoSettings |
function |
modules/field_ui/tests/field_ui.test |
Create a field that has no global field settings. |
field_formatter_settings_get_instance_display_settings |
function |
modules/field/field.info.inc |
Get the formatter settings for a field instance and view mode. |
TaxonomyViewsHandlerRelationshipNodeTermDataTest::setUp |
function |
modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test |
Sets up a Backdrop site for running functional and integration tests. |
SimpleTestInstallationProfileModuleTestsTestCase::setUp |
function |
modules/simpletest/tests/simpletest.test |
Sets up a Backdrop site for running functional and integration tests. |
CommonValidNumberStepUnitTestCase::testNumberStepOffset |
function |
modules/simpletest/tests/common.test |
Tests valid_number_step() with offset. |
PagerFunctionalWebTestCase::testThemePagerQuantityNotSet |
function |
modules/simpletest/tests/pager.test |
Tests theme_pager() when an empty quantity is passed. |
_authorize_filetransfer_connection_settings_set_defaults |
function |
includes/authorize.inc |
Sets the default settings on a file transfer connection form recursively. |
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate |
function |
modules/update/tests/update.test |
Tests that subthemes are notified about security updates for base themes. |