Search for set

Classes

NameLocationDescription
BootstrapResettableStaticTestCasemodules/simpletest/tests/bootstrap.testTest that resetting static variables works.
DatabaseTaggingTestCasemodules/simpletest/tests/database_test.testSelect tagging tests.
DatabaseTaskExceptionincludes/install.incException thrown if the database installer fails.
DatabaseTasksincludes/install.incDatabase installer structure.
DatabaseTasks_mysqlincludes/database/mysql/install.incSpecifies installation tasks for MySQL and equivalent databases.
DatabaseTasks_pgsqlincludes/database/pgsql/install.inc
DatabaseTasks_sqliteincludes/database/sqlite/install.inc
DatabaseTemporaryQueryTestCasemodules/simpletest/tests/database_test.testTemporary query tests.
DatabaseTestCasemodules/simpletest/tests/database_test.testBase test class for databases.
DatabaseTransactionincludes/database/database.incA wrapper class for creating and managing database transactions.
DatabaseTransactionCommitFailedExceptionincludes/database/database.incException thrown when a commit() function fails.
DatabaseTransactionExplicitCommitNotAllowedExceptionincludes/database/database.incException to deny attempts to explicitly manage transactions.
DatabaseTransactionNameNonUniqueExceptionincludes/database/database.incException thrown when a savepoint or transaction name occurs twice.
DatabaseTransactionNoActiveExceptionincludes/database/database.incException for when popTransaction() is called with no active transaction.
DatabaseTransactionOutOfOrderExceptionincludes/database/database.incException thrown when a rollback() resulted in other active transactions being rolled-back.
DatabaseTransactionTestCasemodules/simpletest/tests/database_test.testTest transaction support, particularly nesting.
DrupalSetContentTestCasemodules/simpletest/tests/common.testTesting drupal_add_region_content and drupal_get_region_content.
FilterSettingsTestCasemodules/filter/filter.testTests filter settings.
NodeAccessBaseTableTestCasemodules/node/node.testTests for Node Access with a non-node base table.
NodePostSettingsTestCasemodules/node/node.testCheck that the post information displays when enabled for a content type.
SearchConfigSettingsFormmodules/search/search.testTest config page.
ShortcutSetsTestCasemodules/shortcut/shortcut.testDefines shortcut set test cases.
SimpleTestBrokenSetUpmodules/simpletest/simpletest.testTests a test case that does not run parent::setUp() in its setUp() method.

Constants

NameLocationDescription
REGISTRY_RESET_LOOKUP_CACHEincludes/bootstrap.incSignals that the registry lookup cache should be reset.
SHORTCUT_DEFAULT_SET_NAMEmodules/shortcut/shortcut.moduleThe name of the default shortcut set.

Files

NameLocationDescription
help/advanced-settings.htmlhelp/advanced-settings.html
help/advanced-style-settings.htmlhelp/advanced-style-settings.html
help/basic-settings.htmlhelp/basic-settings.html
sites/default/default.settings.phpsites/default/default.settings.phpDrupal site-specific configuration file.
help/style-settings.htmlhelp/style-settings.html
themes/garland/theme-settings.phpthemes/garland/theme-settings.phpTheme setting callbacks for the garland theme.
modules/update/update.settings.incmodules/update/update.settings.incCode required only for the update status settings form.
modules/update/tests/themes/update_test_basetheme/update_test_basetheme.infomodules/update/tests/themes/update_test_basetheme/update_test_basetheme.infoname = Update test base theme description = Test theme which acts as a base theme for other test subthemes. core = 7.x hidden = TRUE
help/view-settings.htmlhelp/view-settings.html
theme/views-ui-display-tab-setting.tpl.phptheme/views-ui-display-tab-setting.tpl.phpTemplate for each row inside the "boxes" on the display query edit screen.

Functions & methods

NameLocationDescription
AccessDeniedTestCase::setUpmodules/system/system.testGenerates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
ActionExampleTestCase::setUpaction_example/action_example.test
ActionLoopTestCase::setUpmodules/simpletest/tests/actions.testGenerates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
AggregatorConfigurationTestCase::testSettingsPagemodules/aggregator/aggregator.testTests the settings form to ensure the correct default values are used.
AggregatorTestCase::setUpmodules/aggregator/aggregator.testGenerates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
AjaxExampleTestCase::setUpajax_example/ajax_example.testEnable module.
AJAXFormValuesTestCase::setUpmodules/simpletest/tests/ajax.testGenerates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
AJAXMultiFormTestCase::setUpmodules/simpletest/tests/ajax.testGenerates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
AJAXTestCase::setUpmodules/simpletest/tests/ajax.testGenerates a random database prefix, runs the install scripts on the prefixed database and enable the specified modules. After installation many caches are flushed and the internal browser is setup so that the page requests will run on the new prefix.…
ajax_command_settingsincludes/ajax.incCreates a Drupal Ajax 'settings' command.
ajax_forms_test_advanced_commands_settings_callbackmodules/simpletest/tests/ajax_forms_test.moduleAjax callback for 'settings'.
Archive_Tar::setAttributemodules/system/system.tar.incThis method set specific attributes of the archive. It uses a variable list of parameters, in the format attribute code + attribute values : $arch->setAttribute(ARCHIVE_TAR_ATT_SEPARATOR, ',');
BasicMinimalUpdatePath::setUpmodules/simpletest/tests/upgrade/upgrade.testOverride of DrupalWebTestCase::setUp() specialized for upgrade testing.
BasicStandardUpdatePath::setUpmodules/simpletest/tests/upgrade/upgrade.testOverride of DrupalWebTestCase::setUp() specialized for upgrade testing.
BasicUpgradePath::setUpmodules/simpletest/tests/upgrade/upgrade.testOverride of DrupalWebTestCase::setUp() specialized for upgrade testing.