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
LayoutRelationshipBroken::getContext function core/modules/layout/plugins/relationships/layout_relationship.inc Get the context from this relationship.
FileUsageTestCase::testFileUsagePage function core/modules/file/tests/file.test Create a file and verify its usage information.
BackdropWebTestCase::backdropGetAJAX function core/modules/simpletest/backdrop_web_test_case.php Retrieve a Backdrop path or an absolute path and JSON decode the result.
views_handler_field_links::get_links function core/modules/views/handlers/views_handler_field_links.inc Internal function to get a list of links for this field.
FieldGetValueTestCase::$content_type property core/modules/field/tests/field.test
DrupalWebTestCase::drupalGetSettings function core/includes/drupal.classes.inc
QueryAlterableInterface::getMetaData function core/includes/database/query.inc Retrieves a given piece of metadata.
CommonBackdropArrayUnitTest::testGet function core/modules/simpletest/tests/common.test Tests getting nested array values.
BackdropWebTestCase::getSelectedItem function core/modules/simpletest/backdrop_web_test_case.php Get the selected value from a select field.
LayoutRendererEditor::getRegionLinks function core/modules/layout/plugins/renderers/layout_renderer_editor.inc Render the links to display when editing a region.
DashboardOverviewUserBlock::getTitle function core/modules/dashboard/includes/block.overview_user.inc Return the title of a block as configured in the layout.
DashboardWelcomeBlock::getAdminTitle function core/modules/dashboard/includes/block.welcome.inc Return an administrative title that will always have a value.
LocaleImportFunctionalTest::getPoFile function core/modules/locale/tests/locale.test Helper function that returns a proper .po file.
DashboardTaxonomyBlock::getAdminTitle function core/modules/dashboard/includes/block.taxonomy.inc Return an administrative title that will always have a value.
installer_browser_get_listed_projects function core/modules/installer/installer.browser.inc Gets the currently listed projects from the session.
installer_browser_get_queued_projects function core/modules/installer/installer.browser.inc Gets the currently queued projects from the session.
LayoutBlockUsageTestCase::$admin_user property core/modules/layout/tests/layout.test
LocaleExportFunctionalTest::getPoFile function core/modules/locale/tests/locale.test Helper function that returns a proper .po file.
installer_browser_get_queued_releases function core/modules/installer/installer.browser.inc Gets the currently queued releases from the session.
installer_browser_get_installed_types function core/modules/installer/installer.browser.inc Determines the types of installed projects.
views_handler_argument::get_sort_name function core/modules/views/handlers/views_handler_argument.inc Return a description of how the argument would normally be sorted.
node_permissions_get_configured_types function core/modules/node/node.module Returns an array of node types that should be managed by permissions.
BackdropLocalStreamWrapper::getTarget function core/includes/stream_wrappers.inc Returns the local writable target of the resource within the stream.
entityreference_get_behavior_handlers function core/modules/entityreference/entityreference.module Get the behavior handlers for a given entityreference field.
_entityreference_get_behavior_handler function core/modules/entityreference/entityreference.module Get the behavior handler for a given entityreference field and instance.
entityreference_get_selection_handler function core/modules/entityreference/entityreference.module Get the selection handler for a given entityreference field.
LayoutRendererFlexible::getRowButtons function core/modules/layout/plugins/renderers/layout_renderer_flexible.inc Render the links to display when editing a region.
_update_get_cached_available_releases function core/modules/update/update.module Returns all currently cached data about available releases for all projects.
_layout_settings_get_group_operations function core/modules/layout/layout.admin.inc Given a path, return a list of operations for a group of layouts.
SearchLanguageTestCase::testLanguages function core/modules/search/tests/search.test
field_test_field_widget_settings_form function core/modules/field/tests/field_test/field_test.field.inc Implements hook_field_widget_settings_form().
FileTransferTest::_getFakeModuleFiles function core/modules/simpletest/tests/filetransfer.test
DatabaseStatementBase::getQueryString function core/includes/database/database.inc Gets the query string of this statement.
ImageToolkitGdTestCase::getPixelColor function core/modules/simpletest/tests/image.test Function for finding a pixel's RGBa values.
backdrop_get_installed_schema_version function core/includes/install.inc Returns the currently installed schema version for a module.
BackdropWebTestCase::backdropGetToken function core/modules/simpletest/backdrop_web_test_case.php Generate a token for the currently logged in user.
DrupalWebTestCase::drupalGetTestFiles function core/includes/drupal.classes.inc
language_negotiation_get_switch_links function core/includes/language.inc Returns the language switch links for the given language.
BackdropWebTestCase::backdropGetMails function core/modules/simpletest/backdrop_web_test_case.php Gets an array containing all emails sent during this test case.
BackupDatabase::getDatabaseConnection function core/includes/backup/backup.database.inc Get the db connection for the specified db.
views_plugin_cache_time::get_lifespan function core/modules/views/plugins/views_plugin_cache_time.inc
DashboardCreateBlock::getAdminPreview function core/modules/dashboard/includes/block.create.inc Return a preview for this block.
DashboardUpdateBlock::getAdminPreview function core/modules/dashboard/includes/block.update.inc Return a preview for this block.
DatabaseSchema_mysql::getFieldTypeMap function core/includes/database/mysql/schema.inc Returns a mapping of Backdrop schema field names to DB-native field types.
file_permissions_get_configured_types function core/modules/file/file.module Returns an array of file types that should be managed by permissions.
views_handler_field_entity::get_value function core/modules/views/handlers/views_handler_field_entity.inc Overridden to return the entity object, or a certain property of the entity.
DashboardWelcomeBlock::getAdminPreview function core/modules/dashboard/includes/block.welcome.inc Return a preview for this block.
ViewsModuleTest::testviews_get_handler function core/modules/views/tests/views_module.test Tests the views_get_handler method.
layout_relationships_get_relevant_info function core/modules/layout/layout.module Fetch all relevant relationships.
DashboardContentTypesBlock::getContent function core/modules/dashboard/includes/block.node_types.inc Return the content of a block.

Pages

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