Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for set

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
views_plugin_cache::assetDiff function core/modules/views/plugins/views_plugin_cache.inc Computes the differences between two JS/CSS asset arrays.
PathLanguageUITestCase::setUp function core/modules/path/tests/path.test Sets up a Backdrop site for running functional and integration tests.
BackupSettingsTestCase::setUp function core/modules/simpletest/tests/backup.test Overrides BackdropWebTestCase::setUp() for backup settings testing.
hook_ckeditor5_settings_alter function core/modules/ckeditor5/ckeditor5.api.php Modify the raw CKEditor settings passed to the editor.
LocaleUrlRewritingTest::setUp function core/modules/locale/tests/locale.test Sets up a Backdrop site for running functional and integration tests.
dblog_logging_settings_submit function core/modules/dblog/dblog.module Form submission handler for system_logging_settings().
redirect_set_current_redirect function core/modules/redirect/redirect.module Stores the redirect for the current page request.
layout_settings_form_validate function core/modules/layout/layout.admin.inc Validates layout_settings_form(), ensuring a valid path.
UpdateCoreUnitTestCase::setUp function core/modules/update/tests/update.test Sets up unit test environment.
LayoutMenuItem::resetContexts function core/modules/layout/includes/layout_menu_item.class.inc Reset the internally stored contexts.
views_plugin_query::set_limit function core/modules/views/plugins/views_plugin_query.inc Set a LIMIT on the query, specifying a maximum number of results.
entityreference_settings_ajax function core/modules/entityreference/entityreference.module Ajax callback for the handler settings form.
MenuBreadcrumbTestCase::setUp function core/modules/simpletest/tests/menu.test Sets up a Backdrop site for running functional and integration tests.
FilterSecurityTestCase::setUp function core/modules/filter/tests/filter.test Sets up a Backdrop site for running functional and integration tests.
Database::setActiveConnection function core/includes/database/database.inc Sets the active connection to the specified key.
SessionTestCase::sessionReset function core/modules/simpletest/tests/session.test Reset the cookie file so that it refers to the specified user.
CommonSizeUnitTestCase::setUp function core/modules/simpletest/tests/common.test Sets up unit test environment.
system_image_toolkit_settings function core/modules/system/system.admin.inc Form builder; Configure site image toolkit usage.
OptionsWidgetsTestCase::setUp function core/modules/field/modules/options/tests/options.test Sets up a Backdrop site for running functional and integration tests.
ckeditor_settings_form_submit function core/modules/ckeditor/ckeditor.admin.inc Additional submit handler for filter_admin_format_form().
layout_flexible_tempstore_set function core/modules/layout/layout.module Store changes to a flexible layout template in the temporary store.
BackdropCacheArray::offsetGet function core/includes/bootstrap.inc
FormH5datetimeTestCase::setUp function core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
BackdropCacheArray::offsetSet function core/includes/bootstrap.inc
SearchLanguageTestCase::setUp function core/modules/search/tests/search.test Implementation setUp().
FilterResetTestCase::$profile property core/modules/system/tests/system.test The profile to install as a basis for testing.
drupal_array_set_nested_value function core/includes/drupal.inc Sets a value in a nested array with variable depth.
EarlyBootstrapTestCase::setUp function core/modules/simpletest/tests/boot.test Sets up a Backdrop site for running functional and integration tests.
DatabaseTransaction::rollback function core/includes/database/database.inc Rolls back the current transaction.
EntityCrudHookTestCase::setUp function core/modules/entity/tests/entity_crud_hook_test.test Sets up a Backdrop site for running functional and integration tests.
ThemingExampleTestCase::setUp function modules/examples/theming_example/tests/theming_example.test Sets up a Backdrop site for running functional and integration tests.
RedirectFunctionalTest::setUp function core/modules/redirect/tests/redirect.test Sets up a Backdrop site for running functional and integration tests.
hook_filter_js_settings_alter function core/modules/filter/filter.api.php Perform alterations on the JavaScript settings that are added for filters.
layout_settings_page_validate function core/modules/layout/layout.admin.inc Validation for layout settings page.
TaxonomyLegacyTestCase::setUp function core/modules/taxonomy/tests/taxonomy.test Sets up a Backdrop site for running functional and integration tests.
FileTransfer::getSettingsForm function core/includes/filetransfer/filetransfer.inc Returns a form to collect connection settings credentials.
DatabaseTasks::minimumVersion function core/includes/install.inc Return the minimum required version of the engine.
BackdropWebTestCase::resetAll function core/modules/simpletest/backdrop_web_test_case.php Reset all data structures after having enabled new modules.
DatabaseTasks::getFormOptions function core/includes/install.inc Return driver specific configuration options.
SystemSettingsFormTest::setUp function core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
UrlAlterFunctionalTest::setUp function core/modules/simpletest/tests/path.test Sets up a Backdrop site for running functional and integration tests.
FormValidationTestCase::setUp function core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
ViewsTestCase::orderResultSet function core/modules/views/tests/views_query.test Helper function: order an array of array based on a column.
LocaleStringIsSafeTest::setUp function core/modules/locale/tests/locale.test Sets up a Backdrop site for running functional and integration tests.
views_plugin_cache::cache_set function core/modules/views/plugins/views_plugin_cache.inc Save data to the cache.
DateTimeFunctionalTest::setUp function core/modules/system/tests/system.test Sets up a Backdrop site for running functional and integration tests.
BackdropSetMessageTest::setUp function core/modules/system/tests/system.test Sets up a Backdrop site for running functional and integration tests.
views_taxonomy_set_breadcrumb function core/modules/taxonomy/views/taxonomy.views.inc Helper function to set a breadcrumb for taxonomy.
NodeRSSContentTestCase::setUp function core/modules/node/tests/node.test Sets up a Backdrop site for running functional and integration tests.
viewsUiGroupbyTestCase::setUp function core/modules/views/tests/views_groupby.test Sets up a Backdrop site for running functional and integration tests.

Pages

  • « first
  • ‹ previous
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • …
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org