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
SelectQueryExtender::getMetaData function core/includes/database/select.inc Retrieves a given piece of metadata.
ImageToolkitUnitTest::testRotate function core/modules/simpletest/tests/image.test Test the image_rotate() function.
FileTransferSSH::getSettingsForm function core/includes/filetransfer/ssh.inc Returns the form to configure the FileTransfer class for SSH.
FileTransferFTP::getSettingsForm function core/includes/filetransfer/ftp.inc Returns the form to configure the FileTransfer class for FTP.
ImageToolkitGdTestCase::$fuchsia property core/modules/simpletest/tests/image.test
_path_get_schema_alias_maxlength function core/modules/path/path.inc Fetch the maximum length of the {url_alias}.alias field from the schema.
Block::getAdminConditionsPreview function core/modules/layout/includes/block.class.inc Return a fieldset listing any visibility conditions set for this block.
field_ui_widget_type_form_submit function core/modules/field_ui/field_ui.admin.inc Form submission handler for field_ui_widget_type_form().
taxonomy_field_widget_form_alter function core/modules/taxonomy/taxonomy.module Implements hook_field_widget_form_alter().
BackdropWebTestCase::backdropGet function core/modules/simpletest/backdrop_web_test_case.php Retrieves a Backdrop path or an absolute path.
layout_get_legacy_region_mapping function core/modules/layout/layout.admin.inc Returns an array of mappings from old region names to new.
image_field_widget_settings_form function core/modules/image/image.field.inc Implements hook_field_widget_settings_form().
email_field_widget_settings_form function core/modules/email/email.module Implements hook_field_widget_settings_form().
_image_field_widget_alt_validate function core/modules/image/image.field.inc Validate callback for alt field.
DrupalWebTestCase::drupalGetAJAX function core/includes/drupal.classes.inc
views_ui_get_display_tab_details function core/modules/views_ui/views_ui.admin.inc Helper function to get the display details section of the configure UI.
_locale_get_config_translatables function core/modules/locale/locale.module Get translatable config strings.
FieldGetValueTestCase::$instance property core/modules/field/tests/field.test
language_fallback_get_candidates function core/includes/language.inc Returns the possible fallback languages ordered by language weight.
PageTitleFiltering::$saved_title property core/modules/system/tests/system.test
BackdropSetMessageTest::$profile property core/modules/system/tests/system.test The profile to install as a basis for testing.
PageTitleFiltering::testTitleXSS function core/modules/system/tests/system.test Test if the title of the site is XSS proof.
DashboardCreateBlock::getContent function core/modules/dashboard/includes/block.create.inc Return the content of a block.
DashboardUpdateBlock::getContent function core/modules/dashboard/includes/block.update.inc Return the content of a block.
DatabaseSchema_mysql::getComment function core/includes/database/mysql/schema.inc Retrieve a table or column comment.
InstallerLanguageTestCase::setUp function core/modules/simpletest/tests/installer.test Sets up a Backdrop site for running functional and integration tests.
LayoutAccess::getRequiredContexts function core/modules/layout/plugins/access/layout_access.inc Get a list of all context plugin names required for this access check.
DashboardWelcomeBlock::getContent function core/modules/dashboard/includes/block.welcome.inc Return the content of a block.
DashboardMenuBlock::getAdminTitle function core/modules/dashboard/includes/block.menus.inc Return an administrative title that will always have a value.
views_handler_field::get_elements function core/modules/views/handlers/views_handler_field.inc Provide a list of elements valid for field HTML.
translation_node_get_translations function core/modules/translation/translation.module Gets all nodes in a given translation set.
translation_path_get_translations function core/modules/translation/translation.module Returns the paths of all translations of a node, based on its Backdrop path.
views_handler_argument::get_title function core/modules/views/handlers/views_handler_argument.inc Called by the view object to get the title. This may be set by a validator so we don't necessarily call through to title().
views_handler_argument::get_value function core/modules/views/handlers/views_handler_argument.inc Get the value of this argument.
BackupMySql::getTableStructureSql function core/includes/backup/backup.mysql.inc Get the SQL for the structure of the given table.
TokenTestHelper::assertPageTokens function core/modules/simpletest/tests/token.test Make a page request and test for token generation.
views_plugin_style::get_row_class function core/modules/views/plugins/views_plugin_style.inc Return the token replaced row class for the specified row.
TokenCurrentPageTestCase::$config property core/modules/simpletest/tests/token.test
entityreference_field_widget_info function core/modules/entityreference/entityreference.module Implements hook_field_widget_info().
entityreference_field_widget_form function core/modules/entityreference/entityreference.module Implements hook_field_widget_form().
views_plugin_display::get_handler function core/modules/views/plugins/views_plugin_display.inc Get the handler object for a single handler.
DashboardNewsBlock::getAdminTitle function core/modules/dashboard/includes/block.news.inc Return an administrative title that will always have a value.
ViewsUIWizardItemsPerPageTestCase class core/modules/views/tests/views_ui.test Tests the ability of the views wizard to specify the number of items per page.
FileTestHelper::getFileByFilename function core/modules/file/tests/file.test Get a file from the database based on its filename.
SelectQueryExtender::getArguments function core/includes/database/select.inc Compiles and returns an array of the arguments for this prepared statement.
views_ui_get_form_wizard_instance function core/modules/views_ui/views_ui.module
DefaultEntityController::cacheGet function core/modules/entity/entity.controller.inc Gets entities from the static cache.
_filter_get_processed_text_fields function core/modules/filter/filter.module Determines the text fields on an entity that have text processing enabled.
OptionsWidgetsTestCase::$web_user property core/modules/field/modules/options/tests/options.test
views_ui_get_default_ajax_message function core/modules/views_ui/views_ui.admin.inc

Pages

  • « first
  • ‹ previous
  • …
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • …
  • 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