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

Search for get

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
BackdropWebTestCase::backdropGetHeaders function core/modules/simpletest/backdrop_web_test_case.php Gets the HTTP response headers of the requested page. Normally we are only interested in the headers returned by the last request. However, if a page is redirected or HTTP authentication is in use, multiple requests will be required to retrieve the…
BackdropWebTestCase::backdropGetContent function core/modules/simpletest/backdrop_web_test_case.php Gets the current raw HTML of requested page.
views_plugin_style_rss::get_description function core/modules/views/plugins/views_plugin_style_rss.inc Get RSS feed description.
SystemTestFileTransfer::getSettingsForm function core/modules/simpletest/tests/system_test.module
DashboardOverviewContentBlock::getTitle function core/modules/dashboard/includes/block.overview_content.inc Return the title of a block as configured in the layout.
_file_field_get_description_from_element function core/modules/file/file.field.inc Retrieves the file description from a field field element.
LocaleImportFunctionalTest::getBadPoFile function core/modules/locale/tests/locale.test Helper function that returns a bad .po file.
installer_browser_get_installed_projects function core/modules/installer/installer.browser.inc Gets the newly installed projects from the session.
LayoutBlockUsageTestCase::testBlockUsage function core/modules/layout/tests/layout.test Tests layout_get_block_usage().
views_plugin_access::get_access_callback function core/modules/views/plugins/views_plugin_access.inc Determine the access callback and arguments.
DatabaseConnection::getConnectionOptions function core/includes/database/database.inc Returns the connection information for this connection object.
BackdropLocalStreamWrapper::getLocalPath function core/includes/stream_wrappers.inc Returns the canonical absolute path of the URI, if possible.
views_plugin_pager_full::get_pager_total function core/modules/views/plugins/views_plugin_pager_full.inc
_ajax_example_get_first_dropdown_options function modules/examples/ajax_example/ajax_example.module Helper function to populate the first dropdown.
views_plugin_query::get_aggregation_info function core/modules/views/plugins/views_plugin_query.inc Get aggregation info for group by queries.
OptionsWidgetsTestCase::testRadioButtons function core/modules/field/modules/options/tests/options.test Tests the 'options_buttons' widget (single select).
BackdropUpdaterInterface::getProjectName function core/includes/updater.inc Returns the system name of the project.
date_field_widget_settings_form_validate function core/modules/date/date.admin.inc Form validation handler for _date_field_widget_settings_form().
hook_field_widget_WIDGET_TYPE_form_alter function core/modules/field/field.api.php Alter widget forms for a specific widget provided by another module.
TextFieldTestCase::_testTextfieldWidgets function core/modules/field/modules/text/tests/text.test Helper function for testTextfieldWidgets().
field_test_field_widget_properties_alter function core/modules/field/tests/field_test/field_test.module Implements hook_field_widget_properties_alter().
views_plugin_display::get_special_blocks function core/modules/views/plugins/views_plugin_display.inc Provide the block system with any exposed widget blocks for this display.
FieldSqlStorageTestCase::$revision_table property core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
CommonJavaScriptTestCase::testGetLibrary function core/modules/simpletest/tests/common.test Tests retrieval of libraries via backdrop_get_library().
MenuNodeTestCase::testMenuNodeFormWidget function core/modules/menu/tests/menu.test Test creating, editing, deleting menu links via node form widget.
views_ui_edit_form_get_build_from_option function core/modules/views_ui/views_ui.admin.inc Build a renderable array representing one option on the configure form.
BackdropWebTestCase::backdropGetSettings function core/modules/simpletest/backdrop_web_test_case.php Gets the value of the Backdrop.settings JavaScript variable for the currently loaded page.
FieldGetValueTestCase::testFieldGetValue function core/modules/field/tests/field.test Test field_get_value().
FormsFormStorageTestCase::testFormCached function core/modules/simpletest/tests/form.test Tests using the form with an activated $form_state['cache'] property.
FormsFormStorageTestCase::testValidation function core/modules/simpletest/tests/form.test Tests validation when form storage is used.
SimpleTestFunctionalTest::getTestResults function core/modules/simpletest/tests/simpletest.test Get the results from a test and store them in the class array $results.
DatabaseStatementPrefetch::getQueryString function core/includes/database/prefetch.inc Return the object's SQL query string.
views_handler_field_field::get_base_table function core/modules/field/views/views_handler_field_field.inc Set the base_table and base_table_alias.
file_field_widget_multiple_count_validate function core/modules/file/file.field.inc Validation callback for upload element on file widget. Checks if user has uploaded more files than allowed.
DashboardContentTypesBlock::getAdminTitle function core/modules/dashboard/includes/block.node_types.inc Return an administrative title that will always have a value.
LayoutBlockUsageTestCase::checkBlockUsage function core/modules/layout/tests/layout.test Checks block usage.
BackdropPublicStreamWrapper::getLocalPath function core/includes/stream_wrappers.inc Returns the canonical absolute path of the URI, if possible.
AJAXFormPageCacheTestCase::getFormBuildId function core/modules/simpletest/tests/ajax.test Return the build id of the current form.
_ajax_example_get_second_dropdown_options function modules/examples/ajax_example/ajax_example.module Helper function to populate the second dropdown.
ViewsPluginStyleMappingTest::getBasicView function core/modules/views/tests/styles/views_plugin_style_mapping.test Overrides ViewsTestCase::getBasicView().
views_plugin_display_page::get_pager_text function core/modules/views/plugins/views_plugin_display_page.inc Provide some helpful text for pagers.
OptionsWidgetsTestCase::testOnOffCheckbox function core/modules/field/modules/options/tests/options.test Tests the 'options_onoff' widget.
ImageToolkitGdTestCase::checkRequirements function core/modules/simpletest/tests/image.test Checks the matching requirements for BackdropTestCase.
ImageToolkitGdTestCase::testManipulations function core/modules/simpletest/tests/image.test Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
BackdropWebTestCase::backdropGetTestFiles function core/modules/simpletest/backdrop_web_test_case.php Get a list files that can be used in tests.
LayoutRelationshipBroken::getAdminSummary function core/modules/layout/plugins/relationships/layout_relationship.inc Return a summary for this relationship.
views_plugin_query_default::get_join_data function core/modules/views/plugins/views_plugin_query_default.inc Retrieve join data from the larger join data cache.
FormsFormStorageTestCase::testMutableForm function core/modules/simpletest/tests/form.test Verify that the form build-id remains the same when validation errors occur on a mutable form.
views_plugin_display_feed::get_style_type function core/modules/views/plugins/views_plugin_display_feed.inc Displays can require a certain type of style plugin. By default, they will be 'normal'.
DashboardOverviewContentBlock::getContent function core/modules/dashboard/includes/block.overview_content.inc Return the content of a block.

Pages

  • « first
  • ‹ previous
  • …
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 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
    • Dialog API
  • 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