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
taxonomy_field_settings_form function core/modules/taxonomy/taxonomy.module Implements hook_field_settings_form().
SearchNumbersTestCase::setUp function core/modules/search/tests/search.test Sets up a Backdrop site for running functional and integration tests.
FilterExampleTestCase::setUp function modules/examples/filter_example/tests/filter_example.test Enable modules and create user with specific permissions.
UserPasswordResetTest::setUp function core/modules/user/tests/user_password_reset.test Sets up a Backdrop site for running functional and integration tests.
SearchExcerptTestCase::setUp function core/modules/search/tests/search.test Sets up a Backdrop site for running functional and integration tests.
book_admin_settings_validate function core/modules/book/book.admin.inc Form validation handler for book_admin_settings().
ConfigurationSyncTest::setUp function core/modules/config/tests/config.test Sets up a Backdrop site for running functional and integration tests.
layout_flexible_reset_caches function core/modules/layout/layout.module Reset all caches provided by Layout module.
CommentNodeAccessTest::setUp function core/modules/comment/tests/comment.test Sets up a Backdrop site for running functional and integration tests.
PageComponents::setPageTitle function core/modules/system/block.page_components.inc Special function for PageComponents. Sets the page title to be used.
install_settings_form_submit function core/includes/install.core.inc Form submission handler for install_settings_form().
date_field_settings_validate function core/modules/date/date.admin.inc Form validation handler for _date_field_settings_form().
search_admin_settings_submit function core/modules/search/search.admin.inc Form submission handler for search_admin_settings().
hook_ckeditor_settings_alter function core/modules/ckeditor/ckeditor.api.php Modify the raw CKEditor 4 settings passed to the editor.
RenderExampleTestCase::setUp function modules/examples/render_example/tests/render_example.test Enable modules and create user with specific permissions.
backdrop_settings_initialize function core/includes/bootstrap.inc Sets the base URL, cookie domain, and session name from configuration.
date_sql_handler::get_offset function core/modules/date/views/date_sql_handler.inc Return timezone offset for the date being processed.
date_sql_handler::sql_offset function core/modules/date/views/date_sql_handler.inc Adjust a field value by an offset in seconds.
ajax_set_verification_header function core/includes/ajax.inc Sets a response header for ajax.js to trust the response body.
LayoutUpgradePathTest::setUp function core/modules/layout/tests/layout.test Set up environment.
field_ui_field_settings_form function core/modules/field_ui/field_ui.admin.inc Form constructor for the field settings edit page.
PathPatternTestHelper::setUp function core/modules/path/tests/path_pattern.test Sets up a Backdrop site for running functional and integration tests.
ModuleVersionTestCase::setUp function core/modules/system/tests/system.test Sets up a Backdrop site for running functional and integration tests.
TaxonomyHooksTestCase::setUp function core/modules/taxonomy/tests/taxonomy.test Sets up a Backdrop site for running functional and integration tests.
Archive_Tar::setIgnoreRegexp function core/modules/system/system.tar.inc This method sets the regular expression for ignoring files and directories at import, for example: $arch->setIgnoreRegexp("#CVS|\.svn#");
NodeLoadHooksTestCase::setUp function core/modules/node/tests/node.test Sets up a Backdrop site for running functional and integration tests.
NodeRevisionsTestCase::setUp function core/modules/node/tests/node.test Sets up a Backdrop site for running functional and integration tests.
FileUploadSvgTestCase::setUp function core/modules/file/tests/file.test Sets up a Backdrop site for running functional and integration tests.
TaxonomyThemeTestCase::setUp function core/modules/taxonomy/tests/taxonomy.test Sets up a Backdrop site for running functional and integration tests.
contact_settings_form_submit function core/modules/contact/contact.admin.inc Contact settings form submit handler.
FieldGetValueTestCase::setUp function core/modules/field/tests/field.test Sets up a Backdrop site for running functional and integration tests.
ThemeHookInitUnitTest::setUp function core/modules/simpletest/tests/theme.test Sets up a Backdrop site for running functional and integration tests.
NodeFrontPageCallback::setUp function core/modules/node/tests/node.test Sets up a Backdrop site for running functional and integration tests.
ViewsHandlerFieldTest::setUp function core/modules/views/tests/handlers/views_handler_field.test Sets up a Backdrop site for running functional and integration tests.
ThemeRegistryTestCase::setUp function core/modules/simpletest/tests/theme.test Sets up a Backdrop site for running functional and integration tests.
SyslogTestCase::testSettings function core/modules/syslog/tests/syslog.test Test the syslog settings page.
UpdateDrupal7TestCase::setUp function core/modules/simpletest/tests/update.test Sets up a Backdrop site for running functional and integration tests.
field_info_formatter_settings function core/modules/field/field.info.inc Returns a field formatter's default settings.
ConfigurationHooksTest::setUp function core/modules/config/tests/config.test Sets up a Backdrop site for running functional and integration tests.
views_ui_admin_settings_basic function core/modules/views_ui/views_ui.admin.inc Form builder for the admin display defaults page.
ajax_command_set_dialog_title function core/includes/ajax.inc Provides an AJAX command that sets a dialog title.
field_ui_view_mode_reset_form function core/modules/field_ui/field_ui.admin.inc Confirm form: Resets a display mode to using the default display.
FormsFormCacheTestCase::setUp function core/modules/simpletest/tests/form.test Overrides BackdropWebTestCase::setUp() for upgrade for form cache test.
UserUserSearchTestCase::setUp function core/modules/user/tests/user.test
DatabaseConnection::setPrefix function core/includes/database/database.inc Set the list of prefixes used by this database connection.
DatabaseConnection::setTarget function core/includes/database/database.inc Tells this connection object what its target value is.
LocaleUserCreationTest::setUp function core/modules/locale/tests/locale.test Sets up a Backdrop site for running functional and integration tests.
DatabaseConnection::setLogger function core/includes/database/database.inc Associates a logging object with this connection.
AJAXFormValuesTestCase::setUp function core/modules/simpletest/tests/ajax.test Sets up a Backdrop site for running functional and integration tests.
theme_system_modules_fieldset function core/modules/system/system.theme.inc Returns HTML for the modules form.

Pages

  • « first
  • ‹ previous
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • …
  • 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