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
BackdropDatabaseCache::getMultiple function core/includes/cache.inc Implements BackdropCacheInterface::getMultiple().
DashboardMenuBlock::getAdminPreview function core/modules/dashboard/includes/block.menus.inc Return a preview for this block.
file_field_widget_upload_validators function core/modules/file/file.field.inc Retrieves the upload validators for a file field.
installer_manager_batch_project_get function core/modules/installer/installer.manager.inc Batch callback: Downloads, unpacks, and verifies a project.
views_get_enabled_display_extenders function core/modules/views/includes/utility.inc Get enabled display extenders.
ConnectionUnitTest::$originalTarget property core/modules/simpletest/tests/database_test.test
FormsFormStorageTestCase::$web_user property core/modules/simpletest/tests/form.test
views_plugin_style::get_field_value function core/modules/views/plugins/views_plugin_style.inc Get the raw field value.
field_test_widget_multiple_validate function core/modules/field/tests/field_test/field_test.field.inc Form element validation handler for 'test_field_widget_multiple' widget.
views_plugin_pager::get_total_items function core/modules/views/plugins/views_plugin_pager.inc Get the total number of items.
DashboardNewsBlock::getAdminPreview function core/modules/dashboard/includes/block.news.inc Return a preview for this block.
SelectQueryExtender::getExpressions function core/includes/database/select.inc Returns a reference to the expressions array for this query.
views_plugin_display_block::get_url function core/modules/views/plugins/views_plugin_display_block.inc
LayoutRelationship::getOptionLabels function core/modules/layout/plugins/relationships/layout_relationship.inc Returns an array of appropriate contexts for this relationship.
LayoutRelationship::getAdminSummary function core/modules/layout/plugins/relationships/layout_relationship.inc Return a summary for this relationship.
drupal_get_installed_schema_version function core/includes/drupal.inc Returns the currently installed schema version for a module.
StreamWrapperTest::testGetClassName function core/modules/simpletest/tests/file.test Test the getClassName() function.
ConnectionUnitTest::getConnectionID function core/modules/simpletest/tests/database_test.test Returns the connection ID of the current test connection.
BackdropWebTestCase::getAbsoluteUrl function core/modules/simpletest/backdrop_web_test_case.php Takes a path and returns an absolute path.
DrupalWebTestCase::drupalGetHeaders function core/includes/drupal.classes.inc
taxonomy_field_widget_settings_form function core/modules/taxonomy/taxonomy.module Implements hook_field_widget_settings_form().
DrupalWebTestCase::drupalGetContent function core/includes/drupal.classes.inc
views_plugin_cache::get_results_key function core/modules/views/plugins/views_plugin_cache.inc
DashboardCreateBlock::getAdminTitle function core/modules/dashboard/includes/block.create.inc Return an administrative title that will always have a value.
LayoutRendererEditor::getBlockLinks function core/modules/layout/plugins/renderers/layout_renderer_editor.inc Render the links to display when editing a block.
BackdropCacheInterface::getMultiple function core/includes/cache.inc Returns data from the persistent cache when given an array of cache IDs.
DatabaseSchema_mysql::getPrefixInfo function core/includes/database/mysql/schema.inc Get information about the table name and schema from the prefix.
DashboardUpdateBlock::getAdminTitle function core/modules/dashboard/includes/block.update.inc Return an administrative title that will always have a value.
_field_info_prepare_instance_widget function core/modules/field/field.info.inc Prepares widget specifications for the current run-time context.
views_many_to_one_helper::get_field function core/modules/views/includes/handlers.inc Sometimes the handler might want us to use some kind of formula, so give it that option. If it wants us to do this, it must set $helper->formula = TRUE and implement handler->get_formula();
InstallerLanguageTestCase::$profile property core/modules/simpletest/tests/installer.test The profile to install as a basis for testing.
token_get_invalid_tokens_by_context function core/includes/token.inc Validate an tokens in raw text based on possible contexts.
views_handler_field_field::get_items function core/modules/field/views/views_handler_field_field.inc
views_handler_field_field::get_value function core/modules/field/views/views_handler_field_field.inc
DashboardContentTypesBlock::getTitle function core/modules/dashboard/includes/block.node_types.inc Return the title of a block as configured in the layout.
FieldGetValueTestCase::$value_email1 property core/modules/field/tests/field.test
FieldGetValueTestCase::$value_email2 property core/modules/field/tests/field.test
ImageThemeFunctionWebTestCase::setUp function core/modules/image/tests/image.test Sets up a Backdrop site for running functional and integration tests.
SelectQueryInterface::getExpressions function core/includes/database/select.inc Returns a reference to the expressions array for this query.
_ckeditor5_get_generic_html_settings function core/modules/ckeditor5/ckeditor5.module Builds the ACF part of the CKEditor JS settings.
Layout::getContextsFromRelationships function core/modules/layout/includes/layout.class.inc Load the contexts based on this Layout's relationship configuration.
views_plugin_pager::get_current_page function core/modules/views/plugins/views_plugin_pager.inc Get the current page.
ImageToolkitUnitTest::testDesaturate function core/modules/simpletest/tests/image.test Test the image_desaturate() function.
ImageToolkitGdTestCase::$transparent property core/modules/simpletest/tests/image.test
views_plugin_display::get_style_type function core/modules/views/plugins/views_plugin_display.inc Displays can require a certain type of style plugin. By default, they will be 'normal'.
views_plugin_display_block::get_path function core/modules/views/plugins/views_plugin_display_block.inc Return the base path to use for this display.
FieldSqlStorageTestCase::$field_name property core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
views_plugin_display::get_pager_text function core/modules/views/plugins/views_plugin_display.inc Provide some helpful text for pagers.
LayoutStringContext::getAdminSummary function core/modules/layout/plugins/context/layout_context.inc Return a summary for this context.
EntityLayoutContext::getAdminSummary function core/modules/layout/plugins/context/entity_layout_context_handler.inc Return a summary for this context.

Pages

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