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
EntityReferenceAdminTestCase::getAllOptionsList function core/modules/entityreference/tests/entityreference.admin.test Extract all the options of a select element.
views_handler_field_bulk_form::get_bulk_options function core/modules/views/handlers/views_handler_field_bulk_form.inc Returns the available operations for this form.
UpdateCoreTestCase::testGetUpdaterFromDirectory function core/modules/update/tests/update.test Test that getUpdaterFromDirectory() gets the right class for core updates.
FileFileTypeClassificationTestCase::getFileType function core/modules/file/tests/file.test Get the file type of a given file.
TaxonomyTermTestCase::testTaxonomyGetTermByName function core/modules/taxonomy/tests/taxonomy.test Test taxonomy_term_load_multiple_by_name().
views_plugin_query_default::get_result_entities function core/modules/views/plugins/views_plugin_query_default.inc Returns the according entity objects for the given query results.
FileFieldWidgetTestCase::testSingleValuedWidget function core/modules/file/tests/file.test Tests upload and remove buttons for a single-valued File field.
FileFieldWidgetTestCase::testPrivateFileSetting function core/modules/file/tests/file.test Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testPrivateFileComment function core/modules/file/tests/file.test Tests that download restrictions on private files work on comments.
EntityReferenceSelectionHandlerBroken::getLabel function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc
EntityReferenceSelectionHandlerGeneric::getLabel function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc Implements EntityReferenceHandler::getLabel().
LocaleImportFunctionalTest::getPoFileWithContext function core/modules/locale/tests/locale.test Helper function that returns a .po file with context.
views_plugin_localization_test::getExportStrings function core/modules/views/tests/views_plugin_localization_test.inc Return the stored strings for the simpletest.
MenuLanguageTestCase::testMenuParentLanguageNode function core/modules/menu/tests/menu_language.test Test that the available parent menu items match on the node form.
DatabaseMergeTestCase::testMergeUpdateExpression function core/modules/simpletest/tests/database_test.test Confirm that we can merge-update a record successfully, with expressions.
BackdropTemporaryStreamWrapper::getDirectoryPath function core/includes/stream_wrappers.inc Implements abstract public function getDirectoryPath()
FieldSqlStorageTestCase::testFieldStorageDetails function core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test Test the storage details.
views_plugin_argument_default_node::get_argument function core/modules/node/views/views_plugin_argument_default_node.inc Return the default argument.
views_plugin_argument_default_user::get_argument function core/modules/user/views/views_plugin_argument_default_user.inc Return the default argument.
TextFieldTestCase::testTextfieldWidgetsFormatted function core/modules/field/modules/text/tests/text.test Test widgets + 'formatted_text' setting.
DatabaseLoggingTestCase::testEnableTargetLogging function core/modules/simpletest/tests/database_test.test Test that we can log queries against multiple targets on the same connection.
CommonURLUnitTestCase::testBackdropGetBareDomain function core/modules/simpletest/tests/common.test Test backdrop_get_bare_domain().
date_views_filter_handler_simple::widget_options function core/modules/date/views/date_views_filter_handler_simple.inc Date selection options.
views_plugin_query_default::get_aggregation_info function core/modules/views/plugins/views_plugin_query_default.inc Get aggregation info for group by queries.
file_get_public_and_private_stream_wrapper_names function core/modules/file/file.module
LocalePluralFormatTest::getPoFileWithSimplePlural function core/modules/locale/tests/locale.test Returns a .po file with a simple plural formula.
LocalePluralFormatTest::getPoFileWithBrokenPlural function core/modules/locale/tests/locale.test Returns a .po file with a broken plural formula.
views_plugin_argument_default_fixed::get_argument function core/modules/views/plugins/views_plugin_argument_default_fixed.inc Return the default argument.
FileExampleSessionStreamWrapper::getDirectoryPath function modules/examples/file_example/file_example_session_streams.inc Implements getDirectoryPath().
entityreference_autocomplete_callback_get_matches function core/modules/entityreference/entityreference.module Return JSON based on given field, instance and string.
TextFieldTestCase::_testTextfieldWidgetsFormatted function core/modules/field/modules/text/tests/text.test Helper function for testTextfieldWidgetsFormatted().
views_handler_filter_file_type::get_value_options function core/modules/file/views/views_handler_filter_file_type.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
FieldAttachStorageTestCase::testFieldAttachDelete function core/modules/field/tests/field.test Test field_attach_delete().
views_handler_filter_node_type::get_value_options function core/modules/node/views/views_handler_filter_node_type.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
LayoutRelationshipAuthorFromNode::getAdminSummary function core/modules/layout/plugins/relationships/author_from_node.inc Return a summary for this relationship.
views_handler_filter_user_name::get_value_options function core/modules/user/views/views_handler_filter_user_name.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
FileAccessTestCase::getPrivateDownloadAccessCases function core/modules/file/tests/file.test Helper for testFilePrivateDownloadAccess() test.
views_handler_argument_date::get_default_argument function core/modules/views/handlers/views_handler_argument_date.inc Set the empty argument value to the current date, formatted appropriately for this argument.
FormsFormStoragePageCacheTestCase::getFormBuildId function core/modules/simpletest/tests/form.test Return the build id of the current form.
EntityReferenceSelectionHandlerViews::getInstance function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc Implements EntityReferenceHandler::getInstance().
LocalePluralFormatTest::getPoFileWithComplexPlural function core/modules/locale/tests/locale.test Returns a .po file with a complex plural formula.
LocalePluralFormatTest::getPoFileWithMissingPlural function core/modules/locale/tests/locale.test Returns a .po file with a missing plural formula.
views_handler_filter_vocabulary::get_value_options function core/modules/taxonomy/views/views_handler_filter_vocabulary.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_handler_filter_field_list::get_value_options function core/modules/field/views/views_handler_filter_field_list.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
ViewsHandlerManyToOneTest::getGroupedOneOfTestView function core/modules/views/tests/handlers/views_handler_manytoone.test Generates test_not view.
views_handler_filter_user_roles::get_value_options function core/modules/user/views/views_handler_filter_user_roles.inc Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
date_views_filter_handler_simple::get_filter_value function core/modules/date/views/date_views_filter_handler_simple.inc Helper function to see if we need to swap in the default value.
EntityReferenceSelectionHandlerInterface::getLabel function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc Return the label of a given entity.
EntityReferenceSelectionHandlerBroken::getInstance function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc
DatabaseMergeTestCase::testMergeInsertWithoutUpdate function core/modules/simpletest/tests/database_test.test Test that we can merge-insert without any update fields.

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
  • 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