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
SystemAuthorizeCase::backdropGetAuthorizePHP function core/modules/system/tests/system.test Helper function to initialize authorize.php and load it via backdropGet().
MenuLanguageTestCase::testMenuParentLanguage function core/modules/menu/tests/menu_language.test Test menu item parents on form menu_edit_item.
BackdropLocalStreamWrapper::getDirectoryPath function core/includes/stream_wrappers.inc Gets the path that the wrapper is responsible for. @TODO: Review this method name per http://drupal.org/node/701358
FieldUIViewModeTestHelper::getActualViewMode function core/modules/field_ui/tests/field_ui.test
DatabaseMergeTestCase::testMergeUpdateExcept function core/modules/simpletest/tests/database_test.test Confirm that we can merge-update a record successfully, with different insert and update.
BackdropPrivateStreamWrapper::getExternalUrl function core/includes/stream_wrappers.inc Overrides getExternalUrl().
FileExampleSessionStreamWrapper::getMimeType function modules/examples/file_example/file_example_session_streams.inc Implements getMimeType().
views_plugin_display_page::get_argument_text function core/modules/views/plugins/views_plugin_display_page.inc Provide some helpful text for the arguments. The result should contain of an array with
FieldSqlStorageTestCase::testFieldAttachLoad function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Uses the mysql tables and records to verify field_load_revision works correctly.
DatabaseStatementPrefetchGadgetChainTestCase class core/modules/simpletest/tests/database_test.test Tests database statements against deserialization attacks.
OptionsWidgetsTestCase::testSelectListSingle function core/modules/field/modules/options/tests/options.test Tests the 'options_select' widget (single select).
FieldAttachStorageTestCase::testFieldHasData function core/modules/field/tests/field.test Test field_has_data().
views_handler_argument_string::get_sort_name function core/modules/views/handlers/views_handler_argument_string.inc Return a description of how the argument would normally be sorted.
LayoutRelationshipAuthorFromNode::getContext function core/modules/layout/plugins/relationships/author_from_node.inc Get the context from this relationship.
PathPatternTestHelper::backdropGetTermByName function core/modules/path/tests/path_pattern.test
views_plugin_style_rss::get_channel_elements function core/modules/views/plugins/views_plugin_style_rss.inc Return an array of additional XHTML elements to add to the channel.
DashboardOverviewContentBlock::getAdminTitle function core/modules/dashboard/includes/block.overview_content.inc Return an administrative title that will always have a value.
SimpleTestBrowserTestCase::testGetAbsoluteUrl function core/modules/simpletest/tests/simpletest.test Test BackdropWebTestCase::getAbsoluteUrl().
views_handler_argument_numeric::get_sort_name function core/modules/views/handlers/views_handler_argument_numeric.inc Return a description of how the argument would normally be sorted.
FieldGetValueTestCase::$test_email_field_name property core/modules/field/tests/field.test
BackdropPublicStreamWrapper::getDirectoryPath function core/includes/stream_wrappers.inc Implements abstract public function getDirectoryPath()
ViewsPluginStyleJumpMenuTest::getJumpMenuView function core/modules/views/tests/styles/views_plugin_style_jump_menu.test
FileFieldWidgetTestCase::testWidgetValidation function core/modules/file/tests/file.test Tests validation with the Upload button.
FileExampleSessionStreamWrapper::getLocalPath function modules/examples/file_example/file_example_session_streams.inc Returns the local path.
date_views_argument_handler::get_query_fields function core/modules/date/views/date_views_argument_handler.inc Collect information about our fields we will need to create the right query.
BackdropUpdaterInterface::getInstallDirectory function core/includes/updater.inc
field_test_field_widget_properties_user_alter function core/modules/field/tests/field_test/field_test.module Implements hook_field_widget_properties_ENTITY_TYPE_alter().
BatchPageTestCase::testBatchProgressPageTheme function core/modules/simpletest/tests/batch.test Tests that the batch API progress page uses the correct theme.
views_plugin_access_role::get_access_callback function core/modules/views/plugins/views_plugin_access_role.inc Determine the access callback and arguments.
views_handler_field_prerender_list::get_items function core/modules/views/handlers/views_handler_field_prerender_list.inc Return an array of items for the field.
views_handler_field_prerender_list::get_value function core/modules/views/handlers/views_handler_field_prerender_list.inc Get the value that's supposed to be rendered.
views_plugin_access_perm::get_access_callback function core/modules/views/plugins/views_plugin_access_perm.inc Determine the access callback and arguments.
BackdropSetMessageTest::testSetRemoveMessages function core/modules/system/tests/system.test Tests setting messages and removing one before it is displayed.
ViewsHandlerSortRandomTest::getBasicRandomView function core/modules/views/tests/handlers/views_handler_sort_random.test Return a basic view with random ordering.
LocaleImportFunctionalTest::getOverwritePoFile function core/modules/locale/tests/locale.test Helper function that returns a proper .po file for testing.
BackdropStreamWrapperInterface::getExternalUrl function core/includes/stream_wrappers.inc Returns a web accessible URL for the resource.
DatabaseMergeTestCase::testMergeUpdateExplicit function core/modules/simpletest/tests/database_test.test Confirm that we can merge-update a record successfully, with alternate replacement.
MenuRouterTestCase::testMenuGetItemNoAncestors function core/modules/simpletest/tests/menu.test Test menu_get_item() with empty ancestors.
BackdropPrivateStreamWrapper::getDirectoryPath function core/includes/stream_wrappers.inc Implements abstract public function getDirectoryPath()
BackdropTemporaryStreamWrapper::getExternalUrl function core/includes/stream_wrappers.inc Overrides getExternalUrl().
OptionsWidgetsTestCase::testSelectListMultiple function core/modules/field/modules/options/tests/options.test Tests the 'options_select' widget (multiple select).
ImageToolkitUnitTest::testGetAvailableToolkits function core/modules/simpletest/tests/image.test Check that hook_image_toolkits() is called and only available toolkits are returned.
views_handler_field_bulk_form::get_entity_type function core/modules/views/handlers/views_handler_field_bulk_form.inc Determine the entity type of the bulk operation field.
entityreference_plugin_display::get_style_type function core/modules/entityreference/views/entityreference_plugin_display.inc Displays can require a certain type of style plugin. By default, they will be 'normal'.
views_plugin_display_block::get_argument_input function core/modules/views/plugins/views_plugin_display_block.inc Adjust the array of argument input to match the current list of arguments available for this display. This ensures that changing the arguments doesn't cause the argument input field to just break.
hook_field_widget_properties_ENTITY_TYPE_alter function core/modules/field/field.api.php Alters the widget properties of a field instance on a given entity type before it gets displayed.
AdminBarWebTestCase::_getXpathLinkTrailByTitle function core/modules/admin_bar/tests/admin_bar.test Shared logic for assertLinkTrailByTitle() and assertNoLinkTrailByTitle().
FieldFormTestCase::testFieldFormMultipleWidget function core/modules/field/tests/field.test Tests widgets handling multiple values.
FileFieldWidgetTestCase::testMultiValuedWidget function core/modules/file/tests/file.test Tests upload and remove buttons for multiple multi-valued File fields.
FormsFormStorageTestCase::testFormStatePersist function core/modules/simpletest/tests/form.test Tests a form using form state without using 'storage' to pass data from the constructor to a submit handler. The data has to persist even when caching gets activated, what may happen when a modules alter the form and adds #ajax properties.

Pages

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